Uses of Class
gov.nasa.worldwind.ogc.kml.KMLLod
-
Packages that use KMLLod Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLLod in gov.nasa.worldwind.ogc.kml
Methods in gov.nasa.worldwind.ogc.kml that return KMLLod Modifier and Type Method Description KMLLodKMLRegion. getLod()Indicates the level of detail criteria that must be satisfied for this Region to be considered active.Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLLod Modifier and Type Method Description protected booleanKMLRegion. meetsAbsoluteLodCriteria(KMLTraversalContext tc, DrawContext dc, KMLLod lod)Indicates whether the specifiedDrawContextmeets this Region's level of detail criteria.protected booleanKMLRegion. meetsClampToGroundLodCriteria(KMLTraversalContext tc, DrawContext dc, KMLLod lod)Indicates whether the specifiedDrawContextmeets this Region's level of detail criteria.protected booleanKMLRegion. meetsRelativeToGroundLodCriteria(KMLTraversalContext tc, DrawContext dc, KMLLod lod)Indicates whether the specifiedDrawContextmeets this Region's level of detail criteria.protected booleanKMLRegion. meetsScreenAreaCriteria(DrawContext dc, KMLLod lod)Indicates whether this Region's projected screen area on the specifiedDrawContextis in the range specified bylod.
-