Uses of Class
gov.nasa.worldwind.ogc.kml.KMLRegion
-
Packages that use KMLRegion Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.ogc.kml.impl -
-
Uses of KMLRegion in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as KMLRegion Modifier and Type Field Description protected KMLRegionKMLAbstractFeature. regionThe region specified in the KML Feature element.Methods in gov.nasa.worldwind.ogc.kml that return KMLRegion Modifier and Type Method Description KMLRegionKMLAbstractFeature. getRegion()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLRegion Modifier and Type Method Description protected voidKMLAbstractFeature. setRegion(KMLRegion region) -
Uses of KMLRegion in gov.nasa.worldwind.ogc.kml.impl
Fields in gov.nasa.worldwind.ogc.kml.impl with type parameters of type KMLRegion Modifier and Type Field Description protected java.util.Deque<KMLRegion>KMLTraversalContext. regionStackTheDequeas this KML traversal context's Region stack.Methods in gov.nasa.worldwind.ogc.kml.impl that return KMLRegion Modifier and Type Method Description KMLRegionKMLTraversalContext. peekRegion()Returns the KML Region on the top of this KML traversal context's Region stack, ornullif the Region stack is empty.KMLRegionKMLTraversalContext. popRegion()Removes the KML Region from the top of this KML traversal context's Region stack.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLRegion Modifier and Type Method Description voidKMLTraversalContext. pushRegion(KMLRegion region)Adds the specifiedregionto the top of this KML traversal context's Region stack.
-