User Tools

Site Tools


thinkgeo.mapsuite.androidedition.wmsoverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.wmsoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.wmsoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.WmsOverlay ====== ====== ThinkGeo.MapSuite.AndroidEdition.WmsOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents an overlay object that gets map images from the WMS server you specify. Represents an overlay object that gets map images from the WMS server you specify.
-=== Remarks === 
-The <​strong>​WmsOverlay</​strong>​ gets images from one or more WMS servers that you specify. Usually, you add a WMS server URI to the <​strong>​ServerUris</​strong>​ collection and the <​strong>​WmsOverlay</​strong>​ will make a request to that WMS server to get its tile images. 
- 
-You can also add multiple WMS server URIs to the ServerUris collection. The WmsOverlay will randomly send requests to those WMS servers in a concurrent fashion. This means that the tile images can come from different WMS servers, thus greatly enhancing performance. <​strong>​Do not</​strong>​ add URIs of differently-configured WMS servers to the ServerUris collection. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.AndroidEdition.Overlay]] +    *ThinkGeo.MapSuite.AndroidEdition.Overlay 
-***[[ThinkGeo.MapSuite.AndroidEdition.TileOverlay]] +      *ThinkGeo.MapSuite.AndroidEdition.TileOverlay 
-****[[ThinkGeo.MapSuite.AndroidEdition.WmsOverlay]]+        ***ThinkGeo.MapSuite.AndroidEdition.WmsOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} WmsOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#WmsOverlay()|WmsOverlay]] ​  ​| ​   |    | Constructore of WmsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmsOverlay(Uri)|WmsOverlay]] ​  | Uri   ​| ​   | Constructore of WmsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmsOverlay(IEnumerable<​Uri>​)|WmsOverlay]] ​  | IEnumerable<​Uri> ​  ​| ​   | Constructore of WmsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmsOverlay(IEnumerable<​Uri>,​ WebProxy)|WmsOverlay]] ​  | IEnumerable<​Uri>,​ WebProxy ​  ​| ​   | Constructore of WmsOverlay class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Constructore of WmsOverlay class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WmsOverlay(Uri) **
  
 +  * //​Constructore of WmsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUri//​
 +    * Type:Uri
 +    * Description:​This parameter indicates a uri for the Wms server.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WmsOverlay(IEnumerable<​Uri>​) **
 +
 +  * //​Constructore of WmsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​This parameter indicates a collection of uris for the Wms server.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WmsOverlay(IEnumerable<​Uri>,​WebProxy) **
 +
 +  * //​Constructore of WmsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​This parameter indicates a collection of uris for the Wms server.
 +
 +  * //​webProxy//​
 +    * Type:​WebProxy
 +    * Description:​This parameter indicates the web proxy of the request
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetRequestUris(RectangleShape,​TileView) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the Close interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method dispose unmanaged resource used in this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(MapArguments,​ OverlayRefreshType)|Draw]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay|Overlay]] ​  | This method gets a bounding box of the Overlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetRequestUris(RectangleShape,​ TileView)|GetRequestUris]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  ​| ​   | This method get request Uri based on requested world extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(MapArguments)|Initialize]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the Open interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostTransform(TransformArguments,​ MapArguments)|PostTransform]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method will simulate the PostTransform interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.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}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //This method get request Uri based on requested world extent.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Collection<​Uri>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​requestExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //uriTile//
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(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:​PublicMethod.gif|}} Refresh(TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​BufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​BufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​BufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Initialize(MapArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(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:​PublicMethod.gif|}} Draw(MapArguments,​OverlayRefreshType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]
 +    * Description:​N/​A
 +
 +  * //​refreshType//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostTransform(TransformArguments,​MapArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​transformInfo//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]
 +    * Description:​N/​A
 +
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Close() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Open() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<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 ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas,​TileView) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This protected virtual method is the Core method of Close API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(MapArguments,​ OverlayRefreshType)|DrawCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | 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.AndroidEdition.Overlay|Overlay]] ​  | 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}}[[#​DrawTile(TileView,​ MapArguments)|DrawTile]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Redraws a specified tile with the provided world extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#DrawTileCore(GeoCanvas,​ TileView)|DrawTileCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.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.AndroidEdition.Overlay|Overlay]] ​  | This method returns the bounding box of the Overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetRequestUrisCore(RectangleShape,​ TileView)|GetRequestUrisCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  ​| ​   | This method get request Uri based on requested world extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTile(Context)|GetTile]] ​  | Context ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Get a new tile object to form the TileOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileCore(Context)|GetTileCore]] ​  | Context ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrix(Double,​ Int32, Int32, GeographyUnit)|GetTileMatrix]] ​  | Double, Int32, Int32, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileMatrixCells(MapArguments,​ Double)|GetTileMatrixCells]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]],​ Double ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapArguments)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method raises before the overlay is drawing exception. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This method raises after the overlay is drawn exception. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This protected virtual method is the Core method of Open API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostTransformCore(TransformArguments,​ MapArguments)|PostTransformCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore()|RefreshCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.AndroidEdition.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. ​  |+
  
-==== Public Properties ==== +  ​* //This method redraws ​a tile by an extent ​and geography unit.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the attribution for this overlay. ​  | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AxisOrder|AxisOrder]] ​  | [[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  ​This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the drawingQuality for this overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | This property gets if this overlay is empty or not.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayerType|LayerType]] ​  | LayerType ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the LayerType of the Overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the mapArguments for this overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the name of this overaly. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Gets or sets the opacity for this overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parameters|Parameters]] ​  | Dictionary<​String,​String> ​  ​| ​   | Gets a dictionary whose items will be passed to the WMS server as parameters. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Projection|Projection]] ​  | String ​  ​| ​   | Gets or sets a string that will be sent to the WMS server to get the images in the specific projection. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ServerUris|ServerUris]] ​  | Collection<​Uri> ​  ​| ​   | Gets a collection of URIs that specifies the locations of the WMS servers. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileCache|TileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets and sets a tile cache object for saving the tiles. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the tile snapping mode.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets and sets the overlay is formed by multiple tiles or single 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.AndroidEdition.TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.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. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​SingleTile|SingleTile]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileOverlay|TileOverlay]] ​  | Gets or sets the single tile.   |+  * Description:N/A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​geoCanvas//​ 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​DrawingException|DrawingException]] ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]   | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Occurs before exception is drawing on map.   | +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​DrawnException|DrawnException]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.Overlay|Overlay]] ​  | Occurs after exception is drawn on map.   |+    * Description:N/A
  
-===== Public Constructors ===== +  * //tile// 
-==== WmsOverlay() ==== +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-Constructore of WmsOverlay class+    ​* ​Description:A tile which needs to be redrawn.
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-==== WmsOverlay(Uri) ==== +** {{wiki:​ProtectedMethod.gif|}} GetRequestUrisCore(RectangleShape,​TileView) **
-Constructore of WmsOverlay class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| serverUri ​  | Uri<!-- System.Uri --  | This parameter indicates a uri for the Wms server  ​|+
  
-[[#Public Constructors|Go Back]] +  * //This method get request ​Uri based on requested world extent.// 
-==== WmsOverlay(IEnumerable<​Uri>) ==== +== Remarks ​== 
-Constructore of WmsOverlay class+  ​* //N/A//
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| serverUris ​  | IEnumerable<​Uri><​!-- System.Collections.Generic.IEnumerable{System.Uri} --> ​  | This parameter indicates a collection of uris for the Wms server. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== WmsOverlay(IEnumerable<​Uri>,​ WebProxy) ​==== +  ​Type:Collection<​Uri>​ 
-Constructore of WmsOverlay class. +  * Description:​N/​A
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| serverUris ​  | IEnumerable<Uri><!-- System.Collections.Generic.IEnumerable{System.Uri} --> ​  | This parameter indicates a collection of uris for the Wms server. ​  | +
-| webProxy ​  | WebProxy<​!-- System.Net.WebProxy --> ​  | This parameter indicates the web proxy of the request ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​requestExtent//​ 
-===== Public Methods ===== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Close() ==== +    * Description:​N/​A
-This method will simulate the Close interaction. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  |    ​|+
  
-=== Parameters === +  * //uriTile// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawCore(MapArguments,​OverlayRefreshType**
-==== Dispose() ==== +
-This method dispose unmanaged resource used in this class. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Draw(MapArguments,​ OverlayRefreshType) ==== +  * Description:N/A
-This method draws the overlay with the provided extent in world coordinate. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​mapArguments//​ 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.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.   |+    * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​refreshType//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]] 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawTile(TileView,​MapArguments) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetBoundingBox() ==== +  * //N/A//
-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 Value === +  ​* ​Type:Void 
-^ Return ​Type Description ​+  * Description:N/A
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​RectangleShape indicating the bounding box of this overlay. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //tile// 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
 +    * Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​mapArguments//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-==== GetHashCode() ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} PostTransformCore(TransformArguments,​MapArguments) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetRequestUris(RectangleShape,​ TileView) ==== +  * //N/A//
-This method get request Uri based on requested world extent. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| requestExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| uriTile ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​transformInfo//​ 
-==== GetType() ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //​mapArguments//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean**
-==== Initialize(MapArguments==== +
-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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Open() ==== +  * Description:N/A
-This method will simulate the Open interaction. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​disposing//​ 
 +    * Type:Boolean 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTile(Context**
-==== PostTransform(TransformArguments,​ MapArguments==== +
-This method will simulate the PostTransform interaction. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| transformInfo ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  | This parameter maintains the transfrom information for calculating transform. ​  | +  ​* //N/A//
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-==== 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​context//​ 
 +    * Type:Context 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Context**
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
-===== Protected Methods ===== +  * Description:​N/​A
-==== CloseCore() ==== +
-This protected virtual method is the Core method of Close API. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​context//​ 
 +    * Type:Context 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTileMatrix(Double,​Int32,​Int32,​GeographyUnit**
-==== Dispose(Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| isDisposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] 
-==== DrawCore(MapArguments,​ OverlayRefreshType) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //scale// 
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   | +    ​* Type:Double 
-| refreshType ​  | [[ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.OverlayRefreshType --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +  * //​tileWidth//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== DrawException(GeoCanvas,​ Exception) ==== +    ​* Description:​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 === +  * //​tileHeight//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   +    ​* Description:​N/​A
-| exception ​  | Exception<​!-- System.Exception --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //​boundingBoxUnit//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== +    ​* ​Description: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. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetTileMatrixCells(MapArguments,​Double) **
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  |    | +
-| ex   | Exception<​!-- System.Exception --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawTile(TileView,​ MapArguments) ==== +  * //N/A//
-Redraws a specified tile with the provided world extent. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> 
-| tile   ​| ​[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<!-- ThinkGeo.MapSuite.AndroidEdition.TileView --  | Tile object that is created by the GetTile(Context) method to draw.   | +  * Description:​N/​A
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​mapArguments//​ 
-==== DrawTileCore(GeoCanvas,​ TileView) ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-This method redraws a tile by an extent and geography unit. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​targetScale//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   +    ​* Description:​N/​A
-| tile   | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​tile which needs to be redrawn. ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} EhU=() **
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetBoundingBoxCore() ==== +  * Description:N/A
-This method returns the bounding box of the Overlay. +
-=== Remarks === +
-This method returns the bounding box of the Overlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This method returns the bounding box of the Overlay. ​  |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetRequestUrisCore(RectangleShape,​ TileView) ==== +  * //N/A//
-This method get request Uri based on requested world extent. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| requestExtent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  * Description:​N/​A
-| uriTile ​  | [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== GetTile(Context) ​==== +** {{wiki:​ProtectedMethod.gif|}} RefreshCore() **
-Get a new tile object to form the TileOverlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| context ​  | Context<​!-- Android.Content.Context --> ​  | Interface to global information about an application environment. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetTileCore(Context) ==== +  * Description:N/A
-Chooses a tile object to form the TileOverlay. When overriding this method, consider the initialize parameters setting on the tile. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileView --> ​  ​| ​tile object to form the TileOverlay. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| context ​  | Context<!-- Android.Content.Context --  | Interface to global information about an application environment  ​|+** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetTileMatrix(Double,​ Int32, Int32, GeographyUnit) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.Core.TileMatrix --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +  Description:N/A
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| boundingBoxUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //extent// 
-==== GetTileMatrixCells(MapArguments,​ Double) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --  |    | +
-| targetScale ​  | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== InitializeCore(MapArguments) ==== +  * //N/A//
-This method initializes overlay object. +
-=== Remarks ​=== +
-When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| mapArgument ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== +  * Description:N/A
-This method raises before the overlay is drawing exception. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| args   | [[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --  | This parameter is the event argument for DrawingException event  ​|+** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDrawnException(DrawnExceptionOverlayEventArgs) ==== +  * //N/A//
-This method raises after the overlay is drawn exception. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| args   | [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> ​  | This parameter is the event argument for DrawingException event. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​mapArgument//​ 
-==== OpenCore() ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
-This protected virtual method is the Core method of Open API. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== PostTransformCore(TransformArguments,​ MapArguments) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| transformInfo ​  | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> ​  ​| ​   | +  Description:N/A
-| mapArguments ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​geoCanvas//​ 
-==== RefreshCore() ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-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. +    ​* ​Description:N/A
-=== 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 === +  * //​exception//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Exception 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
-===== Public Properties ===== +
-==== Attribution ==== +
-Gets or sets the attribution for this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AxisOrder ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]<​!-- ThinkGeo.MapSuite.Core.WmsAxisOrder --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== DrawingExceptionMode ==== +  * Description:​N/​A
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​geoCanvas//​ 
-==== DrawingQuality ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-Gets or sets the drawingQuality for this overlay. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //ex// 
-[[#Public Properties|Go Back]] +    ​* ​Type:Exception 
-==== 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.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs) **
-==== IsVisible ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay(overriden) --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayerType ==== +  * //N/A//
-Gets or sets the LayerType of the Overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| LayerType<​!-- Android.Views.LayerType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== MapArguments ==== +  * Description:​N/​A
-Gets or sets the mapArguments for this overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //args// 
-==== Name ==== +    * Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] 
-Gets or sets the name of this overaly. +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs) **
-==== Opacity ==== +
-Gets or sets the opacity for this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Parameters ==== +  * //N/A//
-Gets a dictionary whose items will be passed to the WMS server as parameters. +
-=== Return Value === +
-^ Return Type ^ +
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Projection ==== +  * Description:​N/​A
-Gets or sets a string that will be sent to the WMS server to get the images in the specific projection. +
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //args// 
-==== ServerUris ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] 
-Gets a collection of URIs that specifies the locations of the WMS servers. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type +
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== TileCache ==== +
-Gets and sets a tile cache object for saving the tiles. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TileSnappingMode ==== +  * //N/A//
-Gets or sets the tile snapping mode. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== TileType ==== +  * Description:​N/​A
-Gets and sets the overlay is formed by multiple tiles or single tile. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TileType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== TimeoutInSeconds ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-Gets or sets the length of time, in seconds, before the request times out. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TransitionEffect ==== +  * //N/A//
-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. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.AndroidEdition.TransitionEffect --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Object 
-==== WebProxy ==== +  * Description:​N/​A
-This property gets or sets the proxy used for requesting a Web Response. +
-=== Return Value === +
-^ Return ​Type ^ +
-| WebProxy<​!-- System.Net.WebProxy --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.WmsOverlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-===== Protected Properties ​===== +==== Public Properties ==== 
-==== SingleTile ​==== +** {{wiki:​PublicProperty.gif|}} Parameters ** 
-Gets or sets the single tile+ 
-=== Return Value === +  * //Gets a dictionary whose items will be passed to the WMS server as parameters.//​ 
-Return Type ^ +== Remarks == 
-| [[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]]<​!-- ​ThinkGeo.MapSuite.AndroidEdition.TileView ​--> ​  |+  * //N/A// 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​String>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} ServerUris ** 
 + 
 +  * //Gets a collection of URIs that specifies the locations of the WMS servers.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Collection<​Uri>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} WebProxy ** 
 + 
 +  * //This property gets or sets the proxy used for requesting a Web Response.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​WebProxy 
 + 
 +** {{wiki:​PublicProperty.gif|}} TimeoutInSeconds ** 
 + 
 +  * //Gets or sets the length of time, in seconds, before the request times out.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} AxisOrder ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Projection ** 
 + 
 +  * //Gets or sets a string that will be sent to the WMS server to get the images in the specific projection.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} TransitionEffect ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransitionEffect|TransitionEffect]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} LayerType ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​LayerType 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileSizeMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileSizeMode|TileSizeMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileCache ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileSnappingMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileSnappingMode|TileSnappingMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileType ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.TileType|TileType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value =
 +  * Type:​Boolean 
 + 
 +** {{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|}} DrawingExceptionMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OverlayView ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapLayout|MapLayout]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingQuality ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MapArguments ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapArguments|MapArguments]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRefreshRegion ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} /xQ= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} AhU= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} BRU= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} SingleTile ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.AndroidEdition.TileView|TileView]] 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} DrawingException ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.TileOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingException ==== +
-Occurs before exception is drawing on map. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawnException ​** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DrawnException ​==== +== Remarks ​== 
-Occurs after exception is drawn on map. +  * //N/A//
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.AndroidEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.wmsoverlay.1440040127.txt.gz · Last modified: 2015/09/21 10:33 (external edit)