KmlGraphics Class |
Namespace: AGI.Foundation.Graphics
The KmlGraphics type exposes the following members.
Name | Description | |
---|---|---|
Documents |
The collection of KmlDocuments that are currently loaded.
|
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads a KmlDocument from a string containing the document.
| |
LoadAsync |
Loads a KmlDocument asynchronously from a string containing the document. The DocumentLoaded event is
raised when the document is loaded.
| |
LoadDocument(String) |
Loads a KmlDocument from a Uri.
| |
LoadDocument(Uri) |
Loads a KmlDocument from a Uri.
| |
LoadDocumentAsync(String) |
Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is
raised when the document is loaded.
| |
LoadDocumentAsync(Uri) |
Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is
raised when the document is loaded.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unload |
Unloads a KmlDocument. All associated visual features will be removed from the Scene.
Once a KmlDocument is unloaded, it is no longer valid and will throw when accessing properties or methods.
| |
UnloadAll |
Unloads all KmlDocuments associated with this central body. All associated visual features will be removed from the Scene.
Once a KmlDocument is unloaded, it is no longer valid and will throw when accessing properties or methods.
|
Name | Description | |
---|---|---|
DocumentLoaded |
Occurs when an asynchronous document load operation completes.
|