Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
KmlDocument |
KmlDocumentLoadedEventArgs.getDocument()
Gets the KML document associated with the load event.
|
KmlDocument |
KmlGraphics.load(String kmlDocument)
Loads a
KmlDocument from a string containing the document. |
KmlDocument |
KmlGraphics.loadDocument(String kmlUri)
Loads a
KmlDocument from a Uri. |
KmlDocument |
KmlGraphics.loadDocument(URI kmlUri)
Loads a
KmlDocument from a URI . |
Modifier and Type | Method and Description |
---|---|
List<KmlDocument> |
KmlGraphics.getDocuments()
The collection of
KmlDocuments that are currently loaded. |
Modifier and Type | Method and Description |
---|---|
void |
KmlGraphics.unload(KmlDocument kmlDocument)
Unloads a
KmlDocument . |