Click or drag to resize

GlobeOverlay Class

The base class of all TerrainOverlay and GlobeImageOverlay objects.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class GlobeOverlay : IDisposable

The GlobeOverlay type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets the CentralBody that the GlobeOverlay is displayed on. It will return if the GlobeOverlay hasn't been added to a CentralBody.
Public propertyDisplayCondition
Gets or sets the DisplayCondition that controls whether or not the GlobeOverlay is displayed.
Public propertyExtent
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
Public propertyIsValid
Gets whether or not the overlay is valid. It can be invalid because of a missing file, corrupt file, unlicensed file, or a file on the incorrect CentralBody.
Public propertyRole
Gets the GlobeOverlayRole of the GlobeOverlay.
Public propertyTag
Gets or sets custom data associated with this globe overlay.
Public propertyUri
Gets the Uri specifying the location of the GlobeOverlay.
Top
Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also