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.kml
Methods in gov.nasa.worldwind.ogc.kml that return KMLLatLonAltBox Modifier and Type Method Description KMLLatLonAltBox
KMLRegion. 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 void
KMLRegion. doMakeAbsoluteRegionData(DrawContext dc, KMLLatLonAltBox box)
Produces theExtent
and theSector
for this Region.protected void
KMLRegion. doMakeClampToGroundRegionData(DrawContext dc, KMLLatLonAltBox box)
Produces theExtent
and theSector
for this Region.protected void
KMLRegion. doMakeRelativeToGroundRegionData(DrawContext dc, KMLLatLonAltBox box)
Produces theExtent
and theSector
for this Region.
-