| 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 | Class and Description |
|---|---|
class |
KMLLatLonAltBox
Represents the KML LatLonAltBox element and provides access to its contents.
|
class |
KMLLatLonBox
Represents the KML LatLonBox element and provides access to its contents.
|
| Modifier and Type | Method and Description |
|---|---|
static Sector |
KMLUtil.createSectorFromLatLonBox(KMLAbstractLatLonBoxType box)
Creates a
Sector from a KMLAbstractLatLonBoxType's north,
south, east, and west coordinates. |