Version

TileGeneratorMapImagery Class Members

The following tables list the members exposed by TileGeneratorMapImagery.

Public Constructors
 NameDescription
Public ConstructorTileGeneratorMapImagery 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 PropertyTileGeneratorGets or sets the culture name for this tile source.  
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 GeographicMap property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetIsHorizontalWrappingEnabledResets the IsHorizontalWrappingEnabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetRefererResets the Referer property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetTileGeneratorResets the TileGenerator property to its default value.  
Public MethodResetUserAgentResets the UserAgent property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Public MethodResetWindowRectResets the WindowRect property to its default value. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected Methods
 NameDescription
Protected MethodOnCancellingImageUsed to invoke the CancellingImage event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnDownloadingImageUsed to invoke the DownloadingImage event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnImagesChangedUsed to invoke the ImagesChanged event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnImageTilesReadyUsed to invoke the ImageTilesReady event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeGeographicMapIndicates if the GeographicMap property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeIsHorizontalWrappingEnabledIndicates if the IsHorizontalWrappingEnabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeRefererIndicates if the Referer property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeTileGeneratorIndicates if the TileGenerator property needs to be serialized.  
Protected MethodShouldSerializeUserAgentIndicates if the UserAgent property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.GeographicMapImagery)
Protected MethodShouldSerializeWindowRectIndicates if the 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 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