| Package | Description |
|---|---|
| gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
| gov.nasa.worldwind.util.layertree |
Displays a list of layers using
BasicTree. |
| gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
| Modifier and Type | Field and Description |
|---|---|
protected KMLNetworkLink |
KMLNetworkLink.RequestTask.link
The link associated with this request.
|
| Constructor and Description |
|---|
RequestTask(KMLNetworkLink link,
String address)
Construct a request task for a specified network link resource.
|
| Modifier and Type | Method and Description |
|---|---|
KMLNetworkLink |
KMLNetworkLinkTreeNode.getFeature()
Indicates the KML network link this node represents.
|
| Constructor and Description |
|---|
KMLNetworkLinkTreeNode(KMLNetworkLink networkLink)
Creates a new
KMLNetworkLinkTreeNode from the specified networkLink. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KMLApplicationController.onNetworkLinkRefreshed(KMLNetworkLink networkLink)
Called from
propertyChange when a KMLNetworkLink sends a property change event. |