User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.serverlayeroverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.serverlayeroverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.serverlayeroverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay ====== ====== ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents an Overlay that connecting to native server layers. This class represents an Overlay that connecting to native server layers.
-=== Remarks === 
-It works with NativeServerLayerOverlay in SilverlightMapConnector assembly only, it's an absolute shell, they are connected by their Id property, the relationship between ThinkGeo.MapSuite.SilverlightEdition.NativeServerLayerOverlay and ThinkGeo.MapSuite.SilverlightEdition.SilverlightMapConnector is one to one correspondence .It's a simple way to Render layers at server side, send images back to Silverlight application. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay]]+    ​*ThinkGeo.MapSuite.SilverlightEdition.Overlay 
 +      *ThinkGeo.MapSuite.SilverlightEdition.WmsOverlay 
 +        ***ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ServerLayerOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ServerLayerOverlay()|ServerLayerOverlay]] ​  ​| ​   |    | This is constructor of ServerLayerOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ServerLayerOverlay(String)|ServerLayerOverlay]] ​  | String ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is constructor of ServerLayerOverlay class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //This is constructor of ServerLayerOverlay class.// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ServerLayerOverlay(String,​String) **
  
 +  * //This is constructor of ServerLayerOverlay class.//
 +== Remarks ==
 +  * //This is constructor of ServerLayerOverlay class.//
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​A string value indicating the identifier of this overlay.
 +
 +  * //​connectorId//​
 +    * Type:String
 +    * Description:​A string value indicating the identifier of the SilverlightConnector which maintains the Xap file.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ​^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Initialize(Map) ** 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Draw(GeoCanvas, Object, ​RectangleShape, ​GeographyUnit)|Draw]] ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Object, ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]   |       | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]]   | Object ​  | Object ​  ​| ​   | +  * //N/A// 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GenerateCacheImages(Double, RectangleShape,​ GeographyUnit,​ Int32, Int32)|GenerateCacheImages]] ​  | Double, ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]], Int32, Int32   ​| ​      | +== Remarks == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]]   |    ​| ​Object ​  ​| ​   | +  * //N/A// 
-{{wiki:​PublicMethod.gif|Public Method}}[[#GetType()|GetType]]   |    | Object ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   Object ​  |    |+== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​currentMap//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
 +    * 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|}} 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|}} GetServerCapabilitiesXmlAsync() ** 
 + 
 +  * //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}}[[#DrawCore(GeoCanvas, Object, RectangleShape,​ GeographyUnit)|DrawCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Object, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +  * //N/A// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClientCache|ClientCache]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.ClientCache|ClientCache]] ​  ​| ​   |    | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ConnectorId|ConnectorId]] ​  | String ​  ​| ​   | Gets or sets the identifier of the SilverlightConnector for ServerLayerOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  ​| ​   | Gets or sets the identifier for the overlay to be found. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​JpegQuality|JpegQuality]] ​  | Int32   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Layers|Layers]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ServerCache|ServerCache]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.ServerCache|ServerCache]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WebImageFormat|WebImageFormat]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.WebImageFormat|WebImageFormat]] ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:Void 
 +  * Description:​N/​A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnGetServerCapabilitiesXmlCompleted(GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs) **
  
-===== Public Constructors ===== +  * //N/A// 
-==== ServerLayerOverlay() ==== +== Remarks == 
-This is constructor of ServerLayerOverlay class. +  * //N/A//
-=== Overloads === +
-This is constructor of ServerLayerOverlay class. +
-=== Remarks ​=== +
-This is constructor of &​lt;​strong&​gt;​ServerLayerOverlay&​lt;​/strong&​gt;​ class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== ServerLayerOverlay(String) ​==== +  * Type:Void 
-=== Remarks === +  ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ServerLayerOverlay.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ServerLayerOverlay.28String.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| id   | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  ​* ​//e// 
-===== Public Methods ===== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs|GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs]] 
-==== Draw(GeoCanvas,​ Object, RectangleShape,​ GeographyUnit) ==== +    ​* ​Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Draw.28GeoCanvas.2C_Object.2C_RectangleShape.2C_GeographyUnit.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Draw.28GeoCanvas.2C_Object.2C_RectangleShape.2C_GeographyUnit.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ZoomStoryCompletedCore() **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  |    | +
-| nativeImage ​  | Object<!-- System.Object --  |    | +
-| canvasExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Equals.28Object.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== GenerateCacheImages(Double,​ RectangleShape,​ GeographyUnit,​ Int32, Int32) ​==== +** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​GenerateCacheImages.28Double.2C_RectangleShape.2C_GeographyUnit.2C_Int32.2C_Int32.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​GenerateCacheImages.28Double.2C_RectangleShape.2C_GeographyUnit.2C_Int32.2C_Int32.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //N/A//
-| cacheExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   | +
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHashCode() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​worldExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} GetTileUri(Uri,​RectangleShape,​Int32,​Int32,​Int32,​Int32,​Double) **
-==== GetType() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​GetType.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​GetType.28.29</​a>​ +
-=== 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:Uri 
-==== ToString() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​serverUri//​ 
 +    * Type:Uri 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //tileExtent// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-===== Protected Methods ===== +    ​* ​Description:N/A
-==== DrawCore(GeoCanvas,​ Object, RectangleShape,​ GeographyUnit) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​DrawCore.28GeoCanvas.2C_Object.2C_RectangleShape.2C_GeographyUnit.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​DrawCore.28GeoCanvas.2C_Object.2C_RectangleShape.2C_GeographyUnit.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //row// 
-^  Name ^  Type ^  Description ^ +    ​* Type:Int32 
-| canvas ​  ​| [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +    ​* Description:​N/​A
-| nativeImage ​  | Object<​!-- System.Object --> ​  ​| ​   | +
-| canvasExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   +
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +  * //column// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== Finalize() ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​tileWidth//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //tileHeight// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== MemberwiseClone() ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //scale// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} LxU=(RectangleShape) **
-===== Public Properties ===== +
-==== ClientCache ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ClientCache"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ClientCache</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.ClientCache|ClientCache]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.ClientCache --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --+  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ConnectorId ​==== +  * //N/A// 
-Gets or sets the identifier of the SilverlightConnector for ServerLayerOverlay+ 
-=== Remarks === +== Return Value == 
-Gets or sets the identifier of the SilverlightConnector for ServerLayerOverlay+  * Type:Void 
-=== Return Value === +  * Description:​N/​A 
-Return Type ^ + 
-String<!-- System.String --  ​|+== Parameters == 
 +  * //​extent//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} MBU=(Image,​RectangleShape) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //image// 
 +    * Type:​Image 
 +    * Description:​N/​A 
 + 
 +  * //​currentExtent//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DxU=(GeoCanvas) ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks =
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PanAnimationCompletedCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Id **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> 
-[[#Public Properties|Go Back]] 
-==== Id ==== 
 Gets or sets the identifier for the overlay to be found. Gets or sets the identifier for the overlay to be found.
-=== Remarks ​===+== Remarks ==
 Gets or sets the identifier for the overlay to be found. Gets or sets the identifier for the overlay to be found.
-=== Return Value === +== Return Value =
-Return Type ^ +  * Type:​String 
-String<!-- System.String ​--  ​|+ 
 +** {{wiki:​PublicProperty.gif|}} ConnectorId ** 
 + 
 +Gets or sets the identifier of the SilverlightConnector for ServerLayerOverlay. 
 +== Remarks ​== 
 +Gets or sets the identifier of the SilverlightConnector for ServerLayerOverlay. 
 +== Return ​Value == 
 +  * Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ConnectorHost ** 
 + 
 +Gets or sets the URL of the page hosting the SilverlightMapConnector,​ it's just used when running application in out-of-browserFor installed 'How Do I' samples, it should be "​http://​host/​default.aspx"​ 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:Uri 
 + 
 +** {{wiki:​PublicProperty.gif|}} ServerUris ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<​Uri>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} Parameters ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​String> 
 + 
 +** {{wiki:​PublicProperty.gif|}} Projection ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileType ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.TileType|TileType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsStretchEffectDisabled ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AxisOrder ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.WmsAxisOrder|WmsAxisOrder]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Visibility ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Visibility 
 + 
 +** {{wiki:​PublicProperty.gif|}} OverlayElement ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​FrameworkElement 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} TransitionEffect ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZIndex ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} StoryboardForZooming ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Storyboard 
 + 
 +** {{wiki:​PublicProperty.gif|}} StoryboardForPanning ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Storyboard 
 + 
 +** {{wiki:​PublicProperty.gif|}} PanFrameX ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} PanFrameY ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{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|}} ParametersCore ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​String>​ 
 + 
 +** {{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|}} GetServerCapabilitiesXmlCompleted ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs|GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs]]
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
-[[#Public Properties|Go Back]] +N/A 
-==== JpegQuality ==== +== Remarks == 
-=== Remarks ​=== +N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​JpegQuality"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​JpegQuality</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Layers ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Layers"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​Layers</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]><​!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.Layer} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Properties|Go Back]] +N/A 
-==== ServerCache ==== +== Remarks == 
-=== Remarks ​=== +N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ServerCache"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​ServerCache</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.ServerCache|ServerCache]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.ServerCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== WebImageFormat ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​WebImageFormat"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay#​WebImageFormat</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.WebImageFormat|WebImageFormat]]<!-- ThinkGeo.MapSuite.SilverlightEdition.WebImageFormat --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​SilverlightMapConnector]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.serverlayeroverlay.1440040135.txt.gz · Last modified: 2015/09/21 03:29 (external edit)