Uses of Class
gov.nasa.worldwind.ogc.kml.KMLLatLonAltBox
- 
Packages that use KMLLatLonAltBox Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.
- 
- 
Uses of KMLLatLonAltBox in gov.nasa.worldwind.ogc.kmlMethods in gov.nasa.worldwind.ogc.kml that return KMLLatLonAltBox Modifier and Type Method Description KMLLatLonAltBoxKMLRegion. getLatLonAltBox()Indicates the bounding box that must be in view for this this Region to be considered active.Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLLatLonAltBox Modifier and Type Method Description protected voidKMLRegion. doMakeAbsoluteRegionData(DrawContext dc, KMLLatLonAltBox box)Produces theExtentand theSectorfor this Region.protected voidKMLRegion. doMakeClampToGroundRegionData(DrawContext dc, KMLLatLonAltBox box)Produces theExtentand theSectorfor this Region.protected voidKMLRegion. doMakeRelativeToGroundRegionData(DrawContext dc, KMLLatLonAltBox box)Produces theExtentand theSectorfor this Region.
 
-