Version

CustomMapImagery Class Members

The following tables list the members exposed by CustomMapImagery.

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