Click or drag to resize

CustomImageGlobeOverlay Methods

The CustomImageGlobeOverlay type exposes the following members.

Methods
  NameDescription
Public methodClearCache
Clears the image data cache associated with this instance. This is equivalent to deleting and re-adding the overlay.
Public methodDispose (Inherited from GlobeOverlay.)
Protected methodDispose(Boolean) (Overrides GlobeImageOverlayDispose(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 methodRead
Reads a tile from the specified extent, scales it to and stores the result in image.
Public methodReload
Reloads the image data associated with this instance. Preserves the current image data until new image data replaces it.
Public methodShutDown
Called automatically when imagery is being removed from the globe.
Protected methodShuttingDown
Called by the base class when imagery is being removed from the globe.
Protected methodStartingUp
Called by the base class when imagery is being added to the globe.
Public methodStartUp
Called automatically when imagery is being added to the globe.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also