Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractTimePrimitive
-
Packages that use KMLAbstractTimePrimitive Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLAbstractTimePrimitive in gov.nasa.worldwind.ogc.kml
Subclasses of KMLAbstractTimePrimitive in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description classKMLTimeSpanRepresents the KML TimeSpan element and provides access to its contents.classKMLTimeStampRepresents the KML TimeStamp element and provides access to its contents.Methods in gov.nasa.worldwind.ogc.kml that return KMLAbstractTimePrimitive Modifier and Type Method Description KMLAbstractTimePrimitiveKMLAbstractFeature. getTimePrimitive()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractTimePrimitive Modifier and Type Method Description protected voidKMLAbstractFeature. setTimePrimitive(KMLAbstractTimePrimitive o)
-