Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
gov.nasa.worldwind.ogc.kml.impl |
Modifier and Type | Field and Description |
---|---|
protected KMLRegion |
KMLAbstractFeature.region
The region specified in the KML Feature element.
|
Modifier and Type | Method and Description |
---|---|
KMLRegion |
KMLAbstractFeature.getRegion() |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLAbstractFeature.setRegion(KMLRegion region) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Deque<KMLRegion> |
KMLTraversalContext.regionStack
The
Deque as this KML traversal context's Region stack. |
Modifier and Type | Method and Description |
---|---|
KMLRegion |
KMLTraversalContext.peekRegion()
Returns the KML Region on the top of this KML traversal context's Region stack, or
null if the
Region stack is empty. |
KMLRegion |
KMLTraversalContext.popRegion()
Removes the KML Region from the top of this KML traversal context's Region stack.
|
Modifier and Type | Method and Description |
---|---|
void |
KMLTraversalContext.pushRegion(KMLRegion region)
Adds the specified
region to the top of this KML traversal context's Region stack. |