User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.wmtsoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.wmtsoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.wmtsoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay ====== ====== ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.Overlay]] +    *ThinkGeo.MapSuite.SilverlightEdition.Overlay 
-***[[ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay]]+      ***ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} WmtsOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#WmtsOverlay()|WmtsOverlay]] ​  ​| ​   |    | Constructore of WmtsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmtsOverlay(IEnumerable<​Uri>​)|WmtsOverlay]] ​  | IEnumerable<​Uri> ​  ​| ​   | Constructore of WmtsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmtsOverlay(IEnumerable<​Uri>,​ WmtsSeverEncodingType)|WmtsOverlay]] ​  | IEnumerable<​Uri>,​ [[ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType|WmtsSeverEncodingType]] ​  ​| ​   | Constructore of WmtsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmtsOverlay(Collection<​Uri>,​ String, TileImageFormat)|WmtsOverlay]] ​  | Collection<​Uri>,​ String, [[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]] ​  ​| ​   | This is constructor of WmtsOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmtsOverlay(Collection<​Uri>,​ String, String, TileImageFormat,​ Collection<​Dimension>,​ TileMatrixSet)|WmtsOverlay]] ​  | Collection<​Uri>,​ String, String, [[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]],​ Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Dimension|Dimension]]>,​ [[ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet|TileMatrixSet]] ​  ​| ​   | This is constructor of WmtsOverlay class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Constructore of WmtsOverlay class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} WmtsOverlay(IEnumerable<​Uri>​) **
  
 +  * //​Constructore of WmtsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​This parameter indicates a collection of uris for the Wmts server.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WmtsOverlay(IEnumerable<​Uri>,​WmtsSeverEncodingType) **
 +
 +  * //​Constructore of WmtsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​This parameter indicates a collection of uris for the Wmts server.
 +
 +  * //​wmtsSeverEncodingType//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType|WmtsSeverEncodingType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WmtsOverlay(Collection<​Uri>,​String,​TileImageFormat) **
 +
 +  * //This is constructor of WmtsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​Collection<​Uri>​
 +    * Description:​A Uri collection indicating the Wms server addresses.
 +
 +  * //layer//
 +    * Type:String
 +    * Description:​A string indicating the layer needs to be rendered.
 +
 +  * //format//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]]
 +    * Description:​An enumaration indicating the retrieving tile's image format.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WmtsOverlay(Collection<​Uri>,​String,​String,​TileImageFormat,​Collection<​Dimension>,​TileMatrixSet) **
 +
 +  * //This is constructor of WmtsOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​Collection<​Uri>​
 +    * Description:​A Uri collection indicating the Wms server addresses.
 +
 +  * //layer//
 +    * Type:String
 +    * Description:​A string indicating the layer needs to be rendered.
 +
 +  * //style//
 +    * Type:String
 +    * Description:​A string indicating the style of specific layer.
 +
 +  * //format//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]]
 +    * Description:​An enumaration indicating the retrieving tile's image format.
 +
 +  * //​dimensions//​
 +    * Type:​Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Dimension|Dimension]]>​
 +    * Description:​A dimensions collection specifying the dimension parameter in the Uri.
 +
 +  * //​tileMatrixSet//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet|TileMatrixSet]]
 +    * Description:​A TileMatrixSet object specifying the TileMatrixSet parameter in the Uri.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Initialize(Map) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape,​ OverlayDrawType)|Draw]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Initialize(Map)|Initialize]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  | This method initializes the overlay canvas such as width, height and z-index for first time.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method re-draws this overlay in current extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(Point)|ToScreenCoordinate]] ​  | Point   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a screen point from a point shape in world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(Double,​ Double)|ToScreenCoordinate]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(PointShape)|ToScreenCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a screen point from a point shape in world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(PointShape)|ToWorldCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from a ScreenPointF structure. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(Double,​ Double)|ToWorldCoordinate]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(Point)|ToWorldCoordinate]] ​  | Point   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from a ScreenPointF structure. ​  |+
  
 +  * //This method initializes the overlay canvas such as width, height and z-index for first time.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​currentMap//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape,​OverlayDrawType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​overlayDrawType//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]
 +    * 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|}} ToWorldCoordinate(Double,​Double) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //screenX//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //screenY//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenCoordinate//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenCoordinate//​
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Double,​Double) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //worldX//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //worldY//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldCoordinate//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldCoordinate//​
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<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|}} InitializeCore() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(RectangleShape)|DrawCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  | This method draws the features in the specified extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#InitializeCore()|InitializeCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  | This method initializes the overlay canvas such as width, height and z-index for first time.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PanAnimationCompletedCore()|PanAnimationCompletedCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method raised when Panning animation plays completed. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method raised when zooming animation plays completed. ​  |+
  
-==== Public Properties ==== +  ​* //This method initializes ​the overlay ​canvas such as widthheight and z-index ​for first time.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActiveLayerName|ActiveLayerName]] ​  ​| String ​  ​| ​   |    | +  * //This method initializes ​the overlay ​canvas such as width, height and z-index for first time.//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActiveStyleName|ActiveStyleName]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Dimensions|Dimensions]] ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Dimension|Dimension]]> ​  ​| ​   | Gets a Collection that contains ​the Dimensions which are used to retrieve tile from the server. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Format|Format]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]] ​  ​| ​   | Gets or sets an enumeration indicating image format of the tile.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets the name of an overlay ​which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OutputFormat|OutputFormat]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlayElement|OverlayElement]] ​  | FrameworkElement ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | An FrameworkElement that contains the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanFrameX|PanFrameX]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanFrameY|PanFrameY]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parameters|Parameters]] ​  | Dictionary<​String,String> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ServerUris|ServerUris]] ​  | Collection<​Uri> ​  ​| ​   | Gets multiple wms uri addresses. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StoryboardForPanning|StoryboardForPanning]] ​  | Storyboard ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the Storyboard object ​for panning  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StoryboardForZooming|StoryboardForZooming]] ​  | Storyboard ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the Storyboard object for zooming. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileMatrixSet|TileMatrixSet]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet|TileMatrixSet]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileMatrixSetName|TileMatrixSetName]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or Sets the transition effect to use when the map is panned or zoomed. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Visibility|Visibility]] ​  | Visibility ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether ​the overlay ​is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WmtsSeverEncodingType|WmtsSeverEncodingType]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType|WmtsSeverEncodingType]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZIndex|ZIndex]] ​  | Int32   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Get or set z-index ​of overlay, The value is bigger, and the order is higher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomFrameX|ZoomFrameX]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the SplineDoubleKeyFrame ​for zooming  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomFrameY|ZoomFrameY]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the SplineDoubleKeyFrame for zooming. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​MapInfo|MapInfo]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets current map information. ​  | +  * Description:N/A
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ScaleTransform|ScaleTransform]] ​  | ScaleTransform ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the ScaleTransform object of this overlay. ​  | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​TransformGroup|TransformGroup]] ​  | TransformGroup ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the TranslateGroup object for panning and zooming. ​  | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​TranslateTransform|TranslateTransform]] ​  | TranslateTransform ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the TranslateTransform object of this overlay. ​  |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +** {{wiki:ProtectedMethod.gif|}} ​DrawCore(RectangleShape) **
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   |+
  
-===== Public Constructors ===== +  * //This method draws the features in the specified extent.// 
-==== WmtsOverlay() ==== +== Remarks ​== 
-Constructore of WmtsOverlay class+  ​* //This method draws the features in the specified extent.//
-=== Parameters === +
- Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== WmtsOverlay(IEnumerable<​Uri>​) ​==== +  ​Type:Void 
-Constructore of WmtsOverlay 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 Wmts server. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== WmtsOverlay(IEnumerable<​Uri>,​ WmtsSeverEncodingType) ==== +  ​* //​worldExtent//​ 
-Constructore of WmtsOverlay class. +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-=== Parameters ​=== +    * Description:​A RectangleShape value indicating the world extent need to draw.
-^  Name ^  ​Type ​^  Description ^ +
-| serverUris ​  | IEnumerable<​Uri><​!-- System.Collections.Generic.IEnumerable{System.Uri} --> ​  | This parameter indicates a collection of uris for the Wmts server. ​  | +
-| wmtsSeverEncodingType ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType|WmtsSeverEncodingType]]<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div> 
-==== WmtsOverlay(Collection<Uri>, String, TileImageFormat) ==== +** {{wiki:​ProtectedMethod.gif|}} DxU=(GeoCanvas) **
-This is constructor of WmtsOverlay class. +
-=== Overloads === +
-This is constructor of WmtsOverlay class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| serverUris ​  | Collection<Uri><!-- System.Collections.ObjectModel.Collection{System.Uri--> ​  | A Uri collection indicating the Wms server addresses. ​  | +
-| layer   | String<​!-- System.String --> ​  | A string indicating the layer needs to be rendered. ​  | +
-| format ​  | [[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TileImageFormat --> ​  | An enumaration indicating the retrieving tile's image format. ​  |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== WmtsOverlay(Collection<​Uri>,​ String, String, TileImageFormat,​ Collection<​Dimension>,​ TileMatrixSet) ==== +== Remarks ​== 
-This is constructor of WmtsOverlay class. +  ​* //N/A//
-=== Overloads === +
-This is constructor of WmtsOverlay class. +
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| serverUris ​  | Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri} --> ​  ​| ​Uri collection indicating the Wms server addresses. ​  | +
-| layer   | String<​!-- System.String --> ​  | A string indicating the layer needs to be rendered. ​  | +
-| style   | String<​!-- System.String --> ​  | A string indicating the style of specific layer. ​  | +
-| format ​  | [[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TileImageFormat --> ​  | An enumaration indicating the retrieving tile's image format. ​  | +
-| dimensions ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Dimension|Dimension]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Dimension} --> ​  | A dimensions collection specifying the dimension parameter in the Uri.   | +
-| tileMatrixSet ​  | [[ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet|TileMatrixSet]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet --> ​  | A TileMatrixSet object specifying the TileMatrixSet parameter in the Uri.   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Void 
-===== Public Methods ===== +  * Description:N/A
-==== Draw(RectangleShape,​ OverlayDrawType) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| worldExtent ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
-| overlayDrawType ​  | [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas**
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Initialize(Map) ==== +  * Description:N/A
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| currentMap ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs**
-==== Refresh() ==== +
-This method re-draws this overlay in current extent. +
-=== Remarks === +
-This method re-draws this overlay in current extent. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToScreenCoordinate(Point) ==== +  * Description:N/A
-This method returns a screen point from a point shape in world coordinates. +
-=== Remarks === +
-This method converts the coordinates of a point shape to a point in screen coordinates. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​screen point in pixels. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| worldCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | A point in world coordinates. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ZoomStoryCompletedCore() **
-==== ToScreenCoordinate(Double, Double==== +
-This method returns a point shape in screen coordinates from the specified X, Y world coordinates. +
-=== Remarks === +
-This method converts X, Y world coordinates to a point in screen coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A screen point in pixels. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldX ​  | Double<​!-- System.Double --> ​  | The X world coordinate. ​  | +  ​* //N/A//
-| worldY ​  | Double<​!-- System.Double --> ​  | The Y world coordinate. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToScreenCoordinate(PointShape) ==== +  * Description:N/A
-This method returns a screen point from a point shape in world coordinates. +
-=== Remarks === +
-This method converts the coordinates of a point shape to a point in screen coordinates. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​screen point in pixels. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| worldCoordinate ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --  | A point shape in world coordinates  ​|+** {{wiki:​ProtectedMethod.gif|}} PanAnimationCompletedCore() **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/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]] +<div newline></​div>​ 
-==== ToWorldCoordinate(PointShape) ​==== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-This method returns a point shape in world coordinates from a ScreenPointF structure. +
-=== Remarks === +
-This method converts a screen point to a point in world coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --  | A point shape in world coordinates  ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| screenCoordinate ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | The point (in screen coordinates) to convert to world coordinates. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToWorldCoordinate(Double,​ Double) ==== +  * Description:N/A
-This method returns a point shape in world coordinates from the specified X, Y screen coordinates. +
-=== Remarks === +
-This method converts X, Y screen coordinates to a point shape in world coodinates. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| screenX ​  | Double<!-- System.Double --  | The X-value in pixels referenced to the screen origin. ​  | +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-| screenY ​  | Double<!-- System.Double --  | The Y-value in pixels referenced to the screen origin  ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToWorldCoordinate(Point) ==== +  * //N/A//
-This method returns a point shape in world coordinates from a ScreenPointF structure. +
-=== Remarks ​=== +
-This method converts a screen point to a point in world coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Object 
-| screenCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | The point (in screen coordinates) to convert to world coordinates. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ThU=(Canvas) **
-==== DrawAttributionCore(GeoCanvas) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Dictionary<String,​Image> 
-==== DrawCore(RectangleShape) ==== +  * Description:​N/​A
-This method draws the features in the specified extent. +
-=== Remarks === +
-This method draws the features in the specified extent. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​canvas//​ 
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​RectangleShape value indicating the world extent need to draw.   |+    * Type:Canvas 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} TRU=(Canvas**
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== InitializeCore() ==== +  * Description:N/A
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Remarks === +
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:Canvas 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> +<div newline></​div
-[[#​Protected Methods|Go Back]] +==== Public Properties ​==== 
-==== MemberwiseClone() ​==== +** {{wiki:​PublicProperty.gif|}} TileMatrixSetName **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:String
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} ServerUris **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +Gets multiple wms uri addresses. 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --  |    |+N/A 
 +== Return Value == 
 +  ​Type:Collection<Uri>
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Format **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +Gets or sets an enumeration indicating image format of the tile. 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| args   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   |+Gets or sets a enumaration indicating image format of the tile. 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]]
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} ActiveStyleName **
-[[#​Protected Methods|Go Back]] +
-==== PanAnimationCompletedCore() ==== +
-This method raised when Panning animation plays completed. +
-=== Remarks === +
-This method raised when Panning animation plays completed. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:String
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} ActiveLayerName **
-[[#​Protected Methods|Go Back]] +
-==== ZoomStoryCompletedCore() ==== +
-This method raised when zooming animation plays completed. +
-=== Remarks === +
-This method raised when zooming animation plays completed. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:String
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} OutputFormat **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== ActiveLayerName ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ActiveStyleName ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +** {{wiki:​PublicProperty.gif|}} Parameters ** 
-[[#Public Properties|Go Back]] + 
-==== Attribution ​==== +N/A 
-=== Return Value === +== Remarks ​== 
-^ Return ​Type +N/A 
-String<​!-- System.String --> ​  |+== Return Value == 
 +  * Type:​Dictionary<​String,​String>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} WmtsSeverEncodingType ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType|WmtsSeverEncodingType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Dimensions **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Dimensions ==== 
 Gets a Collection that contains the Dimensions which are used to retrieve tile from the server. Gets a Collection that contains the Dimensions which are used to retrieve tile from the server.
-=== Remarks ​===+== Remarks ==
 Gets a Collection that contains the Dimensions which are used to retrieve tile from the server. Gets a Collection that contains the Dimensions which are used to retrieve tile from the server.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Dimension|Dimension]]>​
-Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Dimension|Dimension]]>​<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Dimension} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +** {{wiki:​PublicProperty.gif|}} TileMatrixSet **
-[[#Public Properties|Go Back]] +
-==== Format ==== +
-Gets or sets an enumeration indicating image format of the tile. +
-=== Remarks === +
-Gets or sets a enumaration indicating image format of the tile. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.TileImageFormat|TileImageFormat]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TileImageFormat --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Name ==== +N/A 
-Gets or sets the name of an overlay which will display in the OverlaySwitcher. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet|TileMatrixSet]]
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Visibility **
-[[#Public Properties|Go Back]] +
-==== Opacity ==== +
-Gets or sets the opacity level of the overlay. +
-=== Remarks === +
-The <​strong>​Opacity</​strong>​ property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00),​ the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OutputFormat ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Visibility
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +** {{wiki:​PublicProperty.gif|}} OverlayElement ​**
-[[#Public Properties|Go Back]] +
-==== OverlayElement ​==== +
-An FrameworkElement that contains the overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| FrameworkElement<​!-- System.Windows.FrameworkElement --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PanFrameX ==== +N/A 
-Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. +== Return Value == 
-=== Return Value === +  ​* ​Type:​FrameworkElement
-^ Return ​Type +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#Public Properties|Go Back]] +
-==== PanFrameY ==== +
-Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Parameters ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +** {{wiki:​PublicProperty.gif|}} Attribution **
-[[#Public Properties|Go Back]] +
-==== ServerUris ==== +
-Gets multiple wms uri addresses. +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== StoryboardForPanning ==== +N/A 
-Gets the Storyboard object for panning. +== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} TransitionEffect **
-[[#Public Properties|Go Back]] +
-==== StoryboardForZooming ==== +
-Gets the Storyboard object for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TileMatrixSet ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]
-[[ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet|TileMatrixSet]]<!-- ThinkGeo.MapSuite.SilverlightCore.TileMatrixSet --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +** {{wiki:​PublicProperty.gif|}} Opacity **
-[[#Public Properties|Go Back]] +
-==== TileMatrixSetName ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TransitionEffect ==== +N/A 
-Gets or Sets the transition effect to use when the map is panned or zoomed. +== Return Value == 
-=== Return Value === +  ​* ​Type:Double
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} ZIndex **
-[[#Public Properties|Go Back]] +
-==== Visibility ==== +
-Gets or sets a value that indicates whether the overlay is visible on the map. +
-=== Return Value === +
-^ Return Type ^ +
-| Visibility<​!-- System.Windows.Visibility --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== WmtsSeverEncodingType ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| [[ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType|WmtsSeverEncodingType]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsSeverEncodingType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay --> +** {{wiki:​PublicProperty.gif|}} StoryboardForZooming **
-[[#Public Properties|Go Back]] +
-==== ZIndex ==== +
-Get or set z-index of overlay, The value is bigger, and the order is higher. +
-=== Remarks === +
-Get or set z-index of overlay, The value is bigger, and the order is higher. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ZoomFrameX ==== +N/A 
-Gets the SplineDoubleKeyFrame for zooming. +== Return Value == 
-=== Return Value === +  ​* ​Type:Storyboard
-^ Return ​Type +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} StoryboardForPanning **
-[[#Public Properties|Go Back]] +
-==== ZoomFrameY ==== +
-Gets the SplineDoubleKeyFrame for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ===== +N/A 
-==== MapInfo ==== +== Return Value == 
-Gets or sets current map information. +  ​* ​Type:Storyboard
-=== Remarks ​=== +
-Gets or sets current map information. +
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} PanFrameX **
-[[#​Protected Properties|Go Back]] +
-==== ScaleTransform ==== +
-Gets the ScaleTransform object of this overlay. +
-=== Remarks === +
-Gets the ScaleTransform object of this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| ScaleTransform<​!-- System.Windows.Media.ScaleTransform --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#​Protected Properties|Go Back]] +== Remarks == 
-==== TransformGroup ==== +N/A 
-Gets the TranslateGroup object for panning and zooming. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:​SplineDoubleKeyFrame
-Gets the TranslateGroup object for panning and zooming. +
-=== Return Value === +
-^ Return ​Type +
-| TransformGroup<​!-- System.Windows.Media.TransformGroup --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} PanFrameY ** 
-[[#Protected Properties|Go Back]] + 
-==== TranslateTransform ​==== +N/A 
-Gets the TranslateTransform object of this overlay+== Remarks == 
-=== Remarks === +N/A 
-Gets the TranslateTransform ​object of this overlay+== Return Value == 
-=== Return Value === +  * Type:​SplineDoubleKeyFrame 
-Return Type ^ + 
-| TranslateTransform<​!-- System.Windows.Media.TranslateTransform --> ​  |+** {{wiki:​PublicProperty.gif|}} ZoomFrameX ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomFrameY ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +==== Protected Properties ​==== 
 +** {{wiki:​ProtectedProperty.gif|}} SBU= ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Canvas 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} MapInfo ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TranslateTransform ** 
 + 
 +N/A 
 +== Remarks =
 +N/A 
 +== Return Value == 
 +  * Type:TranslateTransform 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ScaleTransform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​ScaleTransform 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TransformGroup ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:​TransformGroup 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingAttribution ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ​** 
-[[#Public Events|Go Back]] +N/A 
-==== DrawnAttribution ​==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.wmtsoverlay.1440040135.txt.gz · Last modified: 2015/09/21 03:30 (external edit)