Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
gov.nasa.worldwind.ogc.kml.gx |
Provides classes for parsing the Google GX KML extensions.
|
gov.nasa.worldwind.render | |
gov.nasa.worldwindx.examples.util |
Modifier and Type | Method and Description |
---|---|
Position.PositionList |
KMLLineString.getCoordinates() |
Position.PositionList |
KMLGroundOverlay.getPositions()
Convenience method to get the positions defined by either
LatLonBox or gx:LatLonQuad . |
Position.PositionList |
KMLCoordinatesParser.parse(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent doubleEvent,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLPoint.setCoordinates(Position.PositionList coordsList) |
Modifier and Type | Method and Description |
---|---|
Position.PositionList |
GXLatLongQuad.getCoordinates() |
Constructor and Description |
---|
ExtrudedPolygon(Position.PositionList corners)
Constructs an extruded polygon from an outer boundary specified with position heights.
|
MultiResolutionPath(Position.PositionList positions)
Deprecated.
Creates a path with specified positions specified via a generic list.
|
Path(Position.PositionList positions)
Creates a path with positions specified via a generic list.
|
Polygon(Position.PositionList corners)
Construct a polygon for a specified list of outer-boundary positions.
|
Constructor and Description |
---|
DirectedPath(Position.PositionList positions)
Creates a path with positions specified via a generic list.
|