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 . |
Modifier and Type | Class and Description |
---|---|
class |
KMLDocument
Represents the KML Document element and provides access to its contents.
|
class |
KMLFolder
Represents the KML Folder element and provides access to its contents.
|
class |
KMLNetworkLink
Represents the KML NetworkLink element and provides access to its contents.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KMLAbstractContainer> |
KMLCreate.containers |
Modifier and Type | Method and Description |
---|---|
java.util.List<KMLAbstractContainer> |
KMLCreate.getContainers() |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLCreate.addContainer(KMLAbstractContainer o) |
protected void |
KMLAbstractContainer.mergeFeatures(KMLAbstractContainer sourceContainer)
Merge a list of incoming features with the current list.
|
Modifier and Type | Method and Description |
---|---|
KMLAbstractContainer |
KMLContainerTreeNode.getFeature()
Indicates the KML container this node represents.
|
Constructor and Description |
---|
KMLContainerTreeNode(KMLAbstractContainer container)
Creates a new
KMLContainerTreeNode from the specified container . |