Click or drag to resize

KmlGraphics Class

Provides loading and unloading of KmlDocuments for a particular CentralBody.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsKmlGraphics

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class KmlGraphics : IDisposable

The KmlGraphics type exposes the following members.

Properties
  NameDescription
Public propertyDocuments
The collection of KmlDocuments that are currently loaded.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads a KmlDocument from a string containing the document.
Public methodLoadAsync
Loads a KmlDocument asynchronously from a string containing the document. The DocumentLoaded event is raised when the document is loaded.
Public methodLoadDocument(String)
Loads a KmlDocument from a Uri.
Public methodLoadDocument(Uri)
Loads a KmlDocument from a Uri.
Public methodLoadDocumentAsync(String)
Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is raised when the document is loaded.
Public methodLoadDocumentAsync(Uri)
Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is raised when the document is loaded.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload
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.
Public methodUnloadAll
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.
Top
Events
  NameDescription
Public eventDocumentLoaded
Occurs when an asynchronous document load operation completes.
Top
See Also