Provides loading and unloading of KmlDocuments
for a particular CentralBody.
![]() |
Loads a Kml Document from a string containing the document. |
![]() |
Loads a Kml Document asynchronously from a string containing the document. The Document Loaded event is raised when the document is loaded. |
![]() |
Loads a Kml Document from a Uri. |
![]() |
Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded. |
![]() |
Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded. |
![]() |
Loads a Kml Document from a Uri. |
![]() |
Unloads a Kml Document. 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. |
![]() |
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. |
![]() |
The collection of KmlDocuments that are currently loaded. |