Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
Modifier and Type | Method and Description |
---|---|
KMLLod |
KMLRegion.getLod()
Indicates the level of detail criteria that must be satisfied for this Region to be considered active.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
KMLRegion.meetsAbsoluteLodCriteria(KMLTraversalContext tc,
DrawContext dc,
KMLLod lod)
Indicates whether the specified
DrawContext meets this Region's level of detail criteria. |
protected boolean |
KMLRegion.meetsClampToGroundLodCriteria(KMLTraversalContext tc,
DrawContext dc,
KMLLod lod)
Indicates whether the specified
DrawContext meets this Region's level of detail criteria. |
protected boolean |
KMLRegion.meetsRelativeToGroundLodCriteria(KMLTraversalContext tc,
DrawContext dc,
KMLLod lod)
Indicates whether the specified
DrawContext meets this Region's level of detail criteria. |
protected boolean |
KMLRegion.meetsScreenAreaCriteria(DrawContext dc,
KMLLod lod)
Indicates whether this Region's projected screen area on the specified
DrawContext is in the range
specified by lod . |