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.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
Modifier and Type | Class and Description |
---|---|
class |
KMLCamera
Represents the KML Camera element and provides access to its contents.
|
class |
KMLLookAt
Represents the KML LookAt element and provides access to its contents.
|
Modifier and Type | Method and Description |
---|---|
KMLAbstractView |
KMLNetworkLinkControl.getView() |
KMLAbstractView |
KMLAbstractFeature.getView() |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLAbstractFeature.setView(KMLAbstractView o) |
Modifier and Type | Method and Description |
---|---|
KMLAbstractView |
GXFlyTo.getView() |
Modifier and Type | Method and Description |
---|---|
protected void |
GXFlyTo.setView(KMLAbstractView o) |
Modifier and Type | Method and Description |
---|---|
void |
KMLViewController.goTo(KMLAbstractView view)
Animates the
View attached to this controller's WorldWindow to look at the specified KML
view . |
protected void |
KMLApplicationController.moveTo(KMLAbstractView view)
Smoothly moves the
WorldWindow 's View to the specified KMLAbstractView . |