Version

GeographicMapImagery Class Members

The following tables list the members exposed by GeographicMapImagery.

Public Properties
 NameDescription
Public PropertyGeographicMapThe UltraGeographicMap which is hosting this GeographicMapImagery control.  
Public PropertyIsHorizontalWrappingEnabledGets or sets if horizontal wrapping is enabled for the imagery.  
Public PropertyRefererGets or sets the referer sent in the headers of the tile request.  
Public PropertyUserAgentGets or sets the UserAgent sent in the headers of the tile request.  
Public PropertyWindowRectA rectangle representing the portion of the map imagery currently in view.  
Public Methods
 NameDescription
Public MethodClearTileCacheRemoves all cached tile Imagery from the  
Public MethodResetResets all the properties to their default values  
Public MethodResetGeographicMapResets the GeographicMap property to its default value.  
Public MethodResetIsHorizontalWrappingEnabledResets the IsHorizontalWrappingEnabled property to its default value.  
Public MethodResetRefererResets the Referer property to its default value.  
Public MethodResetUserAgentResets the UserAgent property to its default value.  
Public MethodResetWindowRectResets the WindowRect property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnCancellingImageUsed to invoke the CancellingImage event.  
Protected MethodOnDownloadingImageUsed to invoke the DownloadingImage event.  
Protected MethodOnImagesChangedUsed to invoke the ImagesChanged event.  
Protected MethodOnImageTilesReadyUsed to invoke the ImageTilesReady event.  
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Protected MethodShouldSerializeGeographicMapIndicates if the GeographicMap property needs to be serialized.  
Protected MethodShouldSerializeIsHorizontalWrappingEnabledIndicates if the IsHorizontalWrappingEnabled property needs to be serialized.  
Protected MethodShouldSerializeRefererIndicates if the Referer property needs to be serialized.  
Protected MethodShouldSerializeUserAgentIndicates if the UserAgent property needs to be serialized.  
Protected MethodShouldSerializeWindowRectIndicates if the WindowRect property needs to be serialized.  
Public Events
 NameDescription
Public EventCancellingImageEvent raised when an image is being downloaded.  
Public EventDownloadingImageEvent raised when an image is being downloaded.  
Public EventImagesChangedEvent raised when tile images have changed.  
Public EventImageTilesReadyEvent raised when the image tiles have been downloaded.  
Public EventPropertyChangedEvent raised when a property value changes.  
See Also