This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.googlemapsoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.wpfdesktopedition.googlemapsoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI. | This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI. | ||
- | === Remarks === | ||
- | This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI. See <a href="http://code.google.com/apis/maps/signup.html">http://code.google.com/apis/maps/signup.html</a> for detail. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay]] | + | *ThinkGeo.MapSuite.WpfDesktopEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay]] | + | *ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay |
- | ****[[ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay]] | + | ***ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleMapsOverlay()|GoogleMapsOverlay]] | | | Constructor of GoogleMapsOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleMapsOverlay(String, String)|GoogleMapsOverlay]] | String, String | | Constructor of GoogleMapsOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleMapsOverlay(String, String, String)|GoogleMapsOverlay]] | String, String, String | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleMapsOverlay(String, String, String, WebProxy)|GoogleMapsOverlay]] | String, String, String, WebProxy | | | | + | |
- | ==== Protected Constructors ==== | + | Constructor of GoogleMapsOverlay class. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | N/A | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String) ** | ||
+ | Constructor of GoogleMapsOverlay class. | ||
+ | == Remarks == | ||
+ | This constructor initializes a new layer and assgin a license key. | ||
+ | == Parameters == | ||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:The clientId for the GoogleMapsOverlay. | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:The privateKey for the GoogleMapsOverlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | This constructor initializes a new layer and assgin a license key. | ||
+ | == Parameters == | ||
+ | * //cacheDirectory// | ||
+ | * Type:String | ||
+ | * Description:The cacheDirectory for the GoogleMapsOverlay. | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:The clientId for the GoogleMapsOverlay. | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:The privateKey for the GoogleMapsOverlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GoogleMapsOverlay(String,String,String,WebProxy) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | * //cacheDirectory// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //clientId// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //privateKey// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | * //webProxy// | ||
+ | * Type:WebProxy | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetPictureFormatString() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method dispose unmanaged resource used in this class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape)|Draw]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method draws the overlay with the provided extent in world coordinate. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape, OverlayRefreshType)|Draw]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method draws the overlay with the provided extent in world coordinate. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method gets a bounding box of the Overlay. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetPictureFormat()|GetPictureFormat]] | | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(MapArguments)|Initialize]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method initializes overlay object. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#LoadState(Byte[])|LoadState]] | Byte[] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method restore the overlay state back from the specified state. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PanTo(RectangleShape)|PanTo]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method pans the overlay to the provided world extent. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(IEnumerable<RectangleShape>, TimeSpan)|Refresh]] | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>, TimeSpan | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(RectangleShape, TimeSpan)|Refresh]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], TimeSpan | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(TimeSpan)|Refresh]] | TimeSpan | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh(TimeSpan, RequestDrawingBufferTimeType)|Refresh]] | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveState()|SaveState]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method saves overlay state to a byte array. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | This method gets a string that represents the picture format from Google Maps. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape, OverlayRefreshType)|DrawCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawException(GeoCanvas, Exception)|DrawException]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawExceptionCore(GeoCanvas, Exception)|DrawExceptionCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawStretchTiles(RectangleShape)|DrawStretchTiles]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawTile(Tile, RectangleShape)|DrawTile]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Redraws a specified tile with the provided world extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawTileCore(Tile, RectangleShape)|DrawTileCore]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]](overriden) | This method redraws a tile by an extent and geography unit. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | This method gets an entire boundingbox for Google world map extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetDrawingCells(RectangleShape)|GetDrawingCells]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This method gets the cells for drawing in the passed world extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetDrawingCellsCore(RectangleShape)|GetDrawingCellsCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This method gets the cells for drawing in the passed world extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSortedCells(Dictionary<String, TileMatrixCell>, RectangleShape)|GetSortedCells]] | Dictionary<String, [[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]>, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSortedCellsCore(Dictionary<String, TileMatrixCell>, RectangleShape)|GetSortedCellsCore]] | Dictionary<String, [[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]>, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileCore()|GetTileCore]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]](overriden) | This method gets a specific tile object to form an overlay. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileMatrix(Double, Int32, Int32, GeographyUnit)|GetTileMatrix]] | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore(MapArguments)|InitializeCore]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LoadStateCore(Byte[])|LoadStateCore]] | Byte[] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | This method restore the overlay state back from the specified state. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawTilesProgressChanged(DrawTilesProgressChangedTileOverlayEventArgs)|OnDrawTilesProgressChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Occurs when Tiles' download progress is changed. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method raises before the overlay is drawing. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingException(DrawingExceptionTileOverlayEventArgs)|OnDrawingException]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingTile(DrawingTileTileOverlayEventArgs)|OnDrawingTile]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This method raises before a tile is drawing. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method raises after the overlay is drawn. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnException(DrawnExceptionTileOverlayEventArgs)|OnDrawnException]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnTile(DrawnTileTileOverlayEventArgs)|OnDrawnTile]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This method raises after a tile is drawn. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]] | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]] | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTileTypeChanged(TileTypeChangedTileOverlayEventArgs)|OnTileTypeChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PanToCore(RectangleShape)|PanToCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This method pans the overlay to the provided world extent. | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PrefillDataToTiles(IEnumerable<Tile>)|PrefillDataToTiles]] | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]> | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PrefillDataToTilesCore(IEnumerable<Tile>)|PrefillDataToTilesCore]] | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]> | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore(RectangleShape)|RefreshCore]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshCore()|RefreshCore]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SaveStateCore()|SaveStateCore]] | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | This method saves overlay state to a byte array. | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | * Description:Returns a string representing the picture format from GoogleMaps. |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AutoRefreshInterval|AutoRefreshInterval]] | TimeSpan | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRefreshRegion|CanRefreshRegion]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ClientId|ClientId]] | String | | This property gets and sets the clientId for the GoogleMapsOverlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ImageFormat|ImageFormat]] | [[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets and sets drawing format for the tiles. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBase|IsBase]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEmpty|IsEmpty]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This property gets if this overlay is empty or not. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#JpegQuality|JpegQuality]] | Int32 | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets or sets the image quality when the TileImageFormat is Jpeg; otherwise this property has no effects. Its default value is 80. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | Gets or sets current map information which will be used for calculating mechanism. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapType|MapType]] | [[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | | Gets or sets the map types available from Google Maps. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxCacheSizeInMegabytes|MaxCacheSizeInMegabytes]] | Double | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxExtent|MaxExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This property gets or sets the max extent of matrix to calculate the tiles. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | Gets or sets the name of this overaly. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayCanvas|OverlayCanvas]] | Canvas | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | Gets or sets the actual canvas which maintains all the visual elements on the overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PrivateKey|PrivateKey]] | String | | This property gets and sets the privateKey for the GoogleMapsOverlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ProjectedTileCache|ProjectedTileCache]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ProjectionFromSphericalMercator|ProjectionFromSphericalMercator]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileBuffer|TileBuffer]] | Int32 | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This property gets and sets the number of extra rows and colums of tiles on each side which will surround the minimum grid tiles to cover the map. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileCache|TileCache]] | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]](overriden) | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileExpiration|TileExpiration]] | TimeSpan | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileHeight|TileHeight]] | Int32 | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets and sets the height of the tile. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileType|TileType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileType|TileType]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets and sets the overlay is formed by multiple tiles or single tile. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileWidth|TileWidth]] | Int32 | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets and sets the width of the tile. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TimeoutInSeconds|TimeoutInSeconds]] | Int32 | | Gets or sets the length of time, in seconds, before the request times out. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WebProxy|WebProxy]] | WebProxy | | This property gets or sets the proxy used for requesting a Web Response. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WrappingExtent|WrappingExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WrappingMode|WrappingMode]] | [[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Thie property gets or sets whether allow wrap date line. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#DrawingCanvas|DrawingCanvas]] | Canvas | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets current drawing canvas which holds actual tile controls. | | + | ** {{wiki:PublicMethod.gif|}} GetPictureFormat() ** |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsOverlayInitialized|IsOverlayInitialized]] | Boolean | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | Gets or sets if the overlay canvas is initialized. | | + | |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#PreviousExtent|PreviousExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | Gets or sets the previous exent of the overlay. | | + | |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#StretchCanvas|StretchCanvas]] | Canvas | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | Gets current stretch canvas which holds stretched tile controls during the stretch transition. | | + | |
- | ==== Public Events ==== | + | This method gets a string that represents the picture format from Google Maps. |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawTilesProgressChanged|DrawTilesProgressChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This event raises when download progress is changed. | | + | N/A |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawing|Drawing]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This event raises before the overlay is drawing. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingAttribution|DrawingAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingException|DrawingException]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingTile|DrawingTile]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This event raises before the tile is drawing. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#Drawn|Drawn]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | This event raises after the overlay is drawn. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnAttribution|DrawnAttribution]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnException|DrawnException]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnTile|DrawnTile]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | This event raises after the tile is drawn. | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#SendingWebRequest|SendingWebRequest]] | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#SentWebRequest|SentWebRequest]] | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | | | | + | |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#TileTypeChanged|TileTypeChanged]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay|TileOverlay]] | | | + | |
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== GoogleMapsOverlay() ==== | + | * Type:String |
- | Constructor of GoogleMapsOverlay class. | + | * Description:Returns a string representing the picture format from GoogleMaps. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== GoogleMapsOverlay(String, String) ==== | + | <div newline></div> |
- | Constructor of GoogleMapsOverlay class. | + | ** {{wiki:PublicMethod.gif|}} ClearCache() ** |
- | === Remarks === | + | |
- | This constructor initializes a new layer and assgin a license key. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | clientId | String<!-- System.String --> | The clientId for the GoogleMapsOverlay. | | + | |
- | | privateKey | String<!-- System.String --> | The privateKey for the GoogleMapsOverlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | N/A |
- | ==== GoogleMapsOverlay(String, String, String) ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | This constructor initializes a new layer and assgin a license key. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | cacheDirectory | String<!-- System.String --> | The cacheDirectory for the GoogleMapsOverlay. | | + | |
- | | clientId | String<!-- System.String --> | The clientId for the GoogleMapsOverlay. | | + | |
- | | privateKey | String<!-- System.String --> | The privateKey for the GoogleMapsOverlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== GoogleMapsOverlay(String, String, String, WebProxy) ==== | + | * Type:Void |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | cacheDirectory | String<!-- System.String --> | | | + | |
- | | clientId | String<!-- System.String --> | | | + | |
- | | privateKey | String<!-- System.String --> | | | + | |
- | | webProxy | WebProxy<!-- System.Net.WebProxy --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | <div newline></div> |
- | ===== Public Methods ===== | + | ** {{wiki:PublicMethod.gif|}} ClearCache(String,TimeSpan,Double) ** |
- | ==== Close() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Close.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Close.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Dispose() ==== | + | * Description:N/A |
- | This method dispose unmanaged resource used in this class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Dispose.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Dispose.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //cacheFolder// |
+ | * Type:String | ||
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //expiration// |
- | [[#Public Methods|Go Back]] | + | * Type:TimeSpan |
- | ==== Draw(RectangleShape) ==== | + | * Description:N/A |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Draw.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Draw.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //maxSizeInMegabytes// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter indicates an extent in world coordinate for drawing the overlay. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>) ** |
- | ==== Draw(RectangleShape, OverlayRefreshType) ==== | + | |
- | This method draws the overlay with the provided extent in world coordinate. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Draw.28RectangleShape.2C_OverlayRefreshType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Draw.28RectangleShape.2C_OverlayRefreshType.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter indicates an extent in world coordinate for drawing the overlay. | | + | N/A |
- | | refreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn't need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentsToRefresh// |
- | | obj | Object<!-- System.Object --> | | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan) ** |
- | ==== GetBoundingBox() ==== | + | |
- | This method gets a bounding box of the Overlay. | + | |
- | === Remarks === | + | |
- | This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A RectangleShape indicating the bounding box of this overlay | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetHashCode() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(TimeSpan,RequestDrawingBufferTimeType) ** |
- | ==== GetPictureFormat() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //bufferTime// |
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | * //bufferTimeType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | ==== Initialize(MapArguments) ==== | + | * Description:N/A |
- | This method initializes overlay object. | + | |
- | === Remarks === | + | |
- | This is a wrapper method for the virtual method InitializeCore. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan) ** |
- | | mapArguments | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> | This parameter maintains current map information for calculating mechanism. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== LoadState(Byte[]) ==== | + | N/A |
- | This method restore the overlay state back from the specified state. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | state | Byte[]<!-- System.Byte[[]] --> | This parameter indicates the state for restore the overlay. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extentToRefresh// |
- | ==== Open() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Open.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Open.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //bufferTime// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
- | ==== PanTo(RectangleShape) ==== | + | |
- | This method pans the overlay to the provided world extent. | + | |
- | === Remarks === | + | |
- | Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is the target world extent for panning. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Refresh(IEnumerable<RectangleShape>) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentToRefresh// |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //bufferTime// |
- | [[#Public Methods|Go Back]] | + | * Type:TimeSpan |
- | ==== Refresh() ==== | + | * Description:N/A |
- | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | + | |
- | === Remarks === | + | |
- | The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //bufferTimeType// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan) ** |
- | ==== Refresh(RectangleShape) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Refresh.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Refresh.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //extentsToRefresh// |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //bufferTime// |
- | [[#Public Methods|Go Back]] | + | * Type:TimeSpan |
- | ==== Refresh(IEnumerable<RectangleShape>, TimeSpan) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** |
- | | extentsToRefresh | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> | | | + | |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh(RectangleShape, TimeSpan, RequestDrawingBufferTimeType) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | * Description:N/A |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extentsToRefresh// |
- | ==== Refresh(RectangleShape, TimeSpan) ==== | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Refresh.28RectangleShape.2C_TimeSpan.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Refresh.28RectangleShape.2C_TimeSpan.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //bufferTime// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:TimeSpan |
- | | extentToRefresh | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | * Description:N/A |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | * //bufferTimeType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | ==== Refresh(TimeSpan) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Refresh.28TimeSpan.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Refresh.28TimeSpan.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Initialize(MapArguments) ** |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Refresh(TimeSpan, RequestDrawingBufferTimeType) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | bufferTime | TimeSpan<!-- System.TimeSpan --> | | | + | * Description:N/A |
- | | bufferTimeType | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //mapArguments// |
- | ==== SaveState() ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] |
- | This method saves overlay state to a byte array. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#SaveState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#SaveState.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Byte[]<!-- System.Byte[[]] --> | A byte array indicates current overlay state. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh(RectangleShape) ** |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extent// |
- | ===== Protected Methods ===== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== CloseCore() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#CloseCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#CloseCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh() ** |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== Dispose(Boolean) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Dispose.28Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Dispose.28Boolean.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | disposing | Boolean<!-- System.Boolean --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== DrawAttributionCore(GeoCanvas) ==== | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawAttributionCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawAttributionCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawCore(RectangleShape, OverlayRefreshType) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawCore.28RectangleShape.2C_OverlayRefreshType.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
- | | overlayRefreshType | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== DrawException(GeoCanvas, Exception) ==== | + | N/A |
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | |
- | === Remarks === | + | |
- | This method can be overriden its logic by rewrite the DrawExceptionCore. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The target canvas to draw the layer. | | + | * Description:N/A |
- | | e | Exception<!-- System.Exception --> | The exception thrown when layer.Draw(). | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== DrawExceptionCore(GeoCanvas, Exception) ==== | + | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape) ** |
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawExceptionCore.28GeoCanvas.2C_Exception.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | The target canvas to draw the layer. | | + | N/A |
- | | e | Exception<!-- System.Exception --> | The exception thrown when layer.Draw(). | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawStretchTiles(RectangleShape) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawStretchTiles.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawStretchTiles.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetExtent// |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayRefreshType) ** |
- | ==== DrawTile(Tile, RectangleShape) ==== | + | |
- | Redraws a specified tile with the provided world extent. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawTile.28Tile.2C_RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawTile.28Tile.2C_RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | tile | [[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Tile --> | A Tile object that is created by the GetTile() method to draw. | | + | N/A |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A world extent for drawing the passed tile. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== DrawTileCore(Tile, RectangleShape) ==== | + | * Description:N/A |
- | This method redraws a tile by an extent and geography unit. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawTileCore.28Tile.2C_RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawTileCore.28Tile.2C_RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //targetExtent// |
- | | tile | [[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Tile --> | A tile which needs to be redrawn. | | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | An extent to be redrawn. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) --> | + | * //refreshType// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] |
- | ==== Finalize() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} PanTo(RectangleShape) ** |
- | <!-- System.Object(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetBoundingBoxCore() ==== | + | N/A |
- | This method gets an entire boundingbox for Google world map extent. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetBoundingBoxCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetBoundingBoxCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | Returns a RectangleShape indicating the extent of the Google world map. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //targetExtent// |
- | ==== GetDrawingCells(RectangleShape) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This method gets the cells for drawing in the passed world extent. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetDrawingCells.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetDrawingCells.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} --> | A dictionary of cells for drawing in the passed world extent. | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A world extent for getting the drawing cells. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetDrawingCellsCore(RectangleShape) ==== | + | N/A |
- | This method gets the cells for drawing in the passed world extent. | + | |
- | === Remarks === | + | |
- | When overriding this method, consider that the TileBuffer affects the passed world extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} --> | A dictionary of cells for drawing in the passed world extent. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | A world extent for getting the drawing cells. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== GetSortedCells(Dictionary<String, TileMatrixCell>, RectangleShape) ==== | + | ** {{wiki:PublicMethod.gif|}} SaveState() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | cells | Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} --> | | | + | N/A |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Byte[] |
- | ==== GetSortedCellsCore(Dictionary<String, TileMatrixCell>, RectangleShape) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | cells | Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Core.TileMatrixCell} --> | | | + | ** {{wiki:PublicMethod.gif|}} LoadState(Byte[]) ** |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | |
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //state// | ||
+ | * Type:Byte[] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetTileCore() ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetTileCore() ==== | ||
This method gets a specific tile object to form an overlay. | This method gets a specific tile object to form an overlay. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetTileCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetTileCore.28.29</a> | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Tile --> | A Tile object to form an overlay. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]] |
+ | * Description:A Tile object to form an overlay. | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== GetTileMatrix(Double, Int32, Int32, GeographyUnit) ==== | + | ** {{wiki:ProtectedMethod.gif|}} DrawTileCore(Tile,RectangleShape) ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetTileMatrix.28Double.2C_Int32.2C_Int32.2C_GeographyUnit.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetTileMatrix.28Double.2C_Int32.2C_Int32.2C_GeographyUnit.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<!-- ThinkGeo.MapSuite.Core.TileMatrix --> | | | + | |
- | === Parameters === | + | This method redraws a tile by an extent and geography unit. |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | scale | Double<!-- System.Double --> | | | + | N/A |
- | | tileWidth | Int32<!-- System.Int32 --> | | | + | |
- | | tileHeight | Int32<!-- System.Int32 --> | | | + | == Return Value == |
- | | boundingBoxUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | | + | * Type:Void |
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //tile// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]] | ||
+ | * Description:A tile which needs to be redrawn. | ||
+ | |||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:An extent to be redrawn. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
+ | |||
+ | This method gets an entire boundingbox for Google world map extent. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:Returns a RectangleShape indicating the extent of the Google world map. | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} SaveStateCore() ** | ||
+ | |||
+ | This method saves overlay state to a byte array. | ||
+ | == Remarks == | ||
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Byte[] |
- | ==== InitializeCore(MapArguments) ==== | + | * Description:A byte array indicates current overlay state. |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#InitializeCore.28MapArguments.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#InitializeCore.28MapArguments.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | mapArguments | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> | | | + | ** {{wiki:ProtectedMethod.gif|}} LoadStateCore(Byte[]) ** |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== LoadStateCore(Byte[]) ==== | ||
This method restore the overlay state back from the specified state. | This method restore the overlay state back from the specified state. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | state | Byte[]<!-- System.Byte[[]] --> | This parameter indicates the state for restore the overlay. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //state// |
- | ==== MemberwiseClone() ==== | + | * Type:Byte[] |
- | === Remarks === | + | * Description:This parameter indicates the state for restore the overlay. |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** |
- | <!-- System.Object --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawTilesProgressChanged(DrawTilesProgressChangedTileOverlayEventArgs) ==== | + | N/A |
- | Occurs when Tiles' download progress is changed. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs --> | Event arguments for DownloadProgress event. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== OnDrawing(DrawingOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | This method raises before the overlay is drawing. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawing.28DrawingOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawing.28DrawingOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> | This parameter is the event argument for Drawing event. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== OnDrawingException(DrawingExceptionTileOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GBQ=(RectangleShape) ** |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawingTile(DrawingTileTileOverlayEventArgs) ==== | + | N/A |
- | This method raises before a tile is drawing. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs --> | This is an event argument for DrawingTile event. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //targetExtent// |
- | ==== OnDrawn(DrawnOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | This method raises after the overlay is drawn. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawn.28DrawnOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} HBQ=(QhY=) ** |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> | This parameter is the event argument for Drawn event. | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //clearTilesMode// |
- | ==== OnDrawnException(DrawnExceptionTileOverlayEventArgs) ==== | + | * Type:QhY= |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape,OverlayRefreshType) ** |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs --> | | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnDrawnTile(DrawnTileTileOverlayEventArgs) ==== | + | N/A |
- | This method raises after a tile is drawn. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | args | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs --> | This is an event argument for DrawnTile event. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //targetExtent// |
- | ==== OnSendingWebRequest(SendingWebRequestEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //overlayRefreshType// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] |
- | | e | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} PrefillDataToTiles(IEnumerable<Tile>) ** |
- | ==== OnSentWebRequest(SentWebRequestEventArgs) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | e | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== OnTileTypeChanged(TileTypeChangedTileOverlayEventArgs) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //tiles// |
- | | e | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs --> | | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]> |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} PrefillDataToTilesCore(IEnumerable<Tile>) ** |
- | ==== OpenCore() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OpenCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OpenCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== PanToCore(RectangleShape) ==== | + | * Description:N/A |
- | This method pans the overlay to the provided world extent. | + | |
- | === Remarks === | + | |
- | Some overlay doesn't need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //tiles// |
- | | targetExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is the target world extent for panning. | | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]> |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RefreshCore() ** |
- | ==== PrefillDataToTiles(IEnumerable<Tile>) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | tiles | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Tile} --> | | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | ==== PrefillDataToTilesCore(IEnumerable<Tile>) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | tiles | IEnumerable<[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WpfDesktopEdition.Tile} --> | | | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawTilesProgressChanged(DrawTilesProgressChangedTileOverlayEventArgs) ** |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== RefreshCore(RectangleShape) ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#RefreshCore.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#RefreshCore.28RectangleShape.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ==== RefreshCore() ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#RefreshCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#RefreshCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingTile(DrawingTileTileOverlayEventArgs) ** |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== SaveStateCore() ==== | + | N/A |
- | This method saves overlay state to a byte array. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#SaveStateCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#SaveStateCore.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Byte[]<!-- System.Byte[[]] --> | A byte array indicates current overlay state. | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //args// |
- | ===== Public Properties ===== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]] |
- | ==== Attribution ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawAttributionCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawAttributionCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnTile(DrawnTileTileOverlayEventArgs) ** |
- | ==== AutoRefreshInterval ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#AutoRefreshInterval" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#AutoRefreshInterval</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== CanRefreshRegion ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#CanRefreshRegion" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#CanRefreshRegion</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== ClientId ==== | + | * Description:N/A |
- | This property gets and sets the clientId for the GoogleMapsOverlay. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ClientId" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ClientId</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //args// |
- | ==== DrawingExceptionMode ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]] |
- | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawingExceptionMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawingExceptionMode</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawTile(Tile,RectangleShape) ** |
- | ==== ImageFormat ==== | + | |
- | Gets and sets drawing format for the tiles. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ImageFormat" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ImageFormat</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]<!-- ThinkGeo.MapSuite.Core.TileImageFormat --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsBase ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#IsBase" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#IsBase</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== IsEmpty ==== | + | * Description:N/A |
- | This property gets if this overlay is empty or not. | + | |
- | === Remarks === | + | |
- | This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //tile// |
- | ==== IsVisible ==== | + | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#IsVisible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#IsVisible</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> | + | * //targetExtent// |
- | [[#Public Properties|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== JpegQuality ==== | + | * Description:N/A |
- | Gets or sets the image quality when the TileImageFormat is Jpeg; otherwise this property has no effects. Its default value is 80. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#JpegQuality" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#JpegQuality</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** |
- | ==== MapArguments ==== | + | |
- | Gets or sets current map information which will be used for calculating mechanism. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Initialize.28MapArguments.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Initialize.28MapArguments.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== MapType ==== | + | N/A |
- | Gets or sets the map types available from Google Maps. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#MapType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#MapType</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]]<!-- ThinkGeo.MapSuite.Core.GoogleMapsMapType --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== MaxCacheSizeInMegabytes ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#MaxCacheSizeInMegabytes" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#MaxCacheSizeInMegabytes</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //disposing// |
- | ==== MaxExtent ==== | + | * Type:Boolean |
- | This property gets or sets the max extent of matrix to calculate the tiles. | + | * Description:N/A |
- | === Remarks === | + | |
- | By default, MaxExtent is null; the matrix is created depending on the GeographyUnit of current map. When it's DecimalDegree, the matrix' is calculated as (-180, 90, 180, -90) as MaxExtent. While it's not DecimalDegree, the matrix is (-1000000000, 1000000000, 1000000000, -1000000000); It's allowed to modify it to customize the matrix. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore(MapArguments) ** |
- | ==== Name ==== | + | |
- | Gets or sets the name of this overaly. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Name" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#Name</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== OverlayCanvas ==== | + | N/A |
- | Gets or sets the actual canvas which maintains all the visual elements on the overlay. | + | |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OverlayCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OverlayCanvas</a> | + | * Type:Void |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ | + | |
- | | Canvas<!-- System.Windows.Controls.Canvas --> | | + | == Parameters == |
+ | * //mapArguments// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetDrawingCells(RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetDrawingCellsCore(RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetTileMatrix(Double,Int32,Int32,GeographyUnit) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //scale// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileWidth// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileHeight// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //boundingBoxUnit// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:Exception | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //e// | ||
+ | * Type:Exception | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionTileOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionTileOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStartingThread(StartingThreadTileOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.StartingThreadTileOverlayEventArgs|StartingThreadTileOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnTileTypeChanged(TileTypeChangedTileOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} IhQ=(RectangleShape,Double) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //resolution// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} IxQ=(RectangleShape,Double,Double,Int64,Int64,Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.Tile|Tile]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileScreenWidth// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileScreenHeight// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileColumnIndex// | ||
+ | * Type:Int64 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //tileRowIndex// | ||
+ | * Type:Int64 | ||
+ | * Description:N/A | ||
+ | |||
+ | * //zoomLevelIndex// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawStretchTiles(RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetSortedCells(Dictionary<String,TileMatrixCell>,RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //cells// | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} GetSortedCellsCore(Dictionary<String,TileMatrixCell>,RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //cells// | ||
+ | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} 4BM=(IEnumerable<RectangleShape>) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //extent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} 4hM=(GeoCanvas) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //canvas// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //args// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //targetExtent// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //e// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //refreshType// | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} ClientId ** | ||
+ | |||
+ | This property gets and sets the clientId for the GoogleMapsOverlay. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PrivateKey ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== PrivateKey ==== | ||
This property gets and sets the privateKey for the GoogleMapsOverlay. | This property gets and sets the privateKey for the GoogleMapsOverlay. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#PrivateKey" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#PrivateKey</a> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | ** {{wiki:PublicProperty.gif|}} MapType ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ProjectedTileCache ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ProjectedTileCache" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ProjectedTileCache</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | Gets or sets the map types available from Google Maps. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ProjectionFromSphericalMercator ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ProjectionFromSphericalMercator" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ProjectionFromSphericalMercator</a> | + | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.Projection|Projection]]<!-- ThinkGeo.MapSuite.Core.Projection --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | ** {{wiki:PublicProperty.gif|}} ProjectionFromSphericalMercator ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileBuffer ==== | + | |
- | This property gets and sets the number of extra rows and colums of tiles on each side which will surround the minimum grid tiles to cover the map. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileBuffer" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileBuffer</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileCache ==== | + | N/A |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ProjectedTileCache" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#ProjectedTileCache</a> | + | * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay(overriden) --> | + | ** {{wiki:PublicProperty.gif|}} ProjectedTileCache ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileExpiration ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileExpiration" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileExpiration</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileHeight ==== | + | N/A |
- | Gets and sets the height of the tile. | + | == Return Value == |
- | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileHeight" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileHeight</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | ** {{wiki:PublicProperty.gif|}} WebProxy ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileType ==== | + | |
- | Gets and sets the overlay is formed by multiple tiles or single tile. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileType" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileType</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileType|TileType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileType --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | This property gets or sets the proxy used for requesting a Web Response. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== TileWidth ==== | + | N/A |
- | Gets and sets the width of the tile. | + | == Return Value == |
- | === Remarks === | + | * Type:WebProxy |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TileWidth</a> | + | |
- | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== TimeoutInSeconds ==== | ||
Gets or sets the length of time, in seconds, before the request times out. | Gets or sets the length of time, in seconds, before the request times out. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TimeoutInSeconds" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TimeoutInSeconds</a> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Int32 |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | ** {{wiki:PublicProperty.gif|}} TileExpiration ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TransitionEffect ==== | + | |
- | Gets and sets the transition effect of the overlay when zooming. After zooming, the existing tiles stretch and leave in current viewport. Set to None when its background is transparent. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TransitionEffect" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#TransitionEffect</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.TransitionEffect|TransitionEffect]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.TransitionEffect --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== WebProxy ==== | + | N/A |
- | This property gets or sets the proxy used for requesting a Web Response. | + | == Return Value == |
- | === Remarks === | + | * Type:TimeSpan |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GoogleMapsOverlay.28String.2C_String.2C_String.2C_WebProxy.29</a> | + | |
- | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** |
- | ^ Return Type ^ | + | |
- | | WebProxy<!-- System.Net.WebProxy --> | | + | N/A |
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileType ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.TileType|TileType]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileWidth ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileHeight ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.TransitionEffect|TransitionEffect]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ImageFormat ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} JpegQuality ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileBuffer ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MaxExtent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} WrappingMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} WrappingExtent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MapArguments ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OverlayCanvas ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Canvas | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsBase ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CanRefreshRegion ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} FxQ= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:aBY= | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} DrawingCanvas ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Canvas | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} StretchCanvas ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Canvas | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} PreviousExtent ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} 3BM= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsOverlayInitialized ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} DrawTilesProgressChanged ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} DrawingTile ** | ||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ==== WrappingExtent ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#WrappingExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#WrappingExtent</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnTile ** |
- | [[#Public Properties|Go Back]] | + | N/A |
- | ==== WrappingMode ==== | + | == Remarks == |
- | Thie property gets or sets whether allow wrap date line. | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#WrappingMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#WrappingMode</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]<!-- ThinkGeo.MapSuite.Core.WrappingMode --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]] |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | ==== DrawingCanvas ==== | + | |
- | Gets current drawing canvas which holds actual tile controls. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawingCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#DrawingCanvas</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Canvas<!-- System.Windows.Controls.Canvas --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | [[#Protected Properties|Go Back]] | + | N/A |
- | ==== IsOverlayInitialized ==== | + | == Remarks == |
- | Gets or sets if the overlay canvas is initialized. | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#IsOverlayInitialized" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#IsOverlayInitialized</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ==== PreviousExtent ==== | + | |
- | Gets or sets the previous exent of the overlay. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#PreviousExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#PreviousExtent</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | [[#Protected Properties|Go Back]] | + | N/A |
- | ==== StretchCanvas ==== | + | == Remarks == |
- | Gets current stretch canvas which holds stretched tile controls during the stretch transition. | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#StretchCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#StretchCanvas</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Canvas<!-- System.Windows.Controls.Canvas --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]] |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | |
- | ==== DrawTilesProgressChanged ==== | + | |
- | This event raises when download progress is changed. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawTilesProgressChanged.28DrawTilesProgressChangedTileOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs|DrawTilesProgressChangedTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawTilesProgressChangedTileOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} TileTypeChanged ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Drawing ==== | + | == Remarks == |
- | This event raises before the overlay is drawing. | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetDrawingCells.28RectangleShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#GetDrawingCells.28RectangleShape.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawingAttribution ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} StartingThread ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== DrawingException ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingException.28DrawingExceptionTileOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs|DrawingExceptionTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingExceptionTileOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.StartingThreadTileOverlayEventArgs|StartingThreadTileOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawingTile ==== | + | |
- | This event raises before the tile is drawing. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawingTile.28DrawingTileTileOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs|DrawingTileTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingTileTileOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} Drawing ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== Drawn ==== | + | == Remarks == |
- | This event raises after the overlay is drawn. | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawn.28DrawnOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawn.28DrawnOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawnAttribution ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} Drawn ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== DrawnException ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnException.28DrawnExceptionTileOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs|DrawnExceptionTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnExceptionTileOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== DrawnTile ==== | + | |
- | This event raises after the tile is drawn. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnDrawnTile.28DrawnTileTileOverlayEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs|DrawnTileTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnTileTileOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== SendingWebRequest ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSendingWebRequest.28SendingWebRequestEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | ==== SentWebRequest ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay#OnSentWebRequest.28SentWebRequestEventArgs.29</a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.Core.SentWebRequestEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.GoogleMapsOverlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
- | [[#Public Events|Go Back]] | + | N/A |
- | ==== TileTypeChanged ==== | + | == Remarks == |
- | === Remarks === | + | N/A |
- | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | |
- | | [[ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs|TileTypeChangedTileOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileTypeChangedTileOverlayEventArgs --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.TileOverlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:WpfDesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||