Uses of Class
gov.nasa.worldwind.ogc.kml.KMLSimpleData
-
Packages that use KMLSimpleData Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLSimpleData in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLSimpleData Modifier and Type Field Description protected java.util.List<KMLSimpleData>KMLSchemaData. simpleDataMethods in gov.nasa.worldwind.ogc.kml that return KMLSimpleData Modifier and Type Method Description KMLSimpleDataKMLPlacemark. getSimpleData()Methods in gov.nasa.worldwind.ogc.kml that return types with arguments of type KMLSimpleData Modifier and Type Method Description java.util.List<KMLSimpleData>KMLSchemaData. getSimpleData()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLSimpleData Modifier and Type Method Description protected voidKMLSchemaData. addSimpleData(KMLSimpleData o)
-