This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.wmsoverlay [2015/09/21 03:36] admin |
thinkgeo.mapsuite.mvcedition.wmsoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.WmsOverlay ====== | ====== ThinkGeo.MapSuite.MvcEdition.WmsOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
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. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} WmsOverlay() ** | ** {{wiki:PublicMethod.gif|}} WmsOverlay() ** | ||
- | Initialize an instance of the WmsOverlay class. | + | * //Initialize an instance of the WmsOverlay class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} WmsOverlay(String) ** | ** {{wiki:PublicMethod.gif|}} WmsOverlay(String) ** | ||
- | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} WmsOverlay(String,Uri) ** | ** {{wiki:PublicMethod.gif|}} WmsOverlay(String,Uri) ** | ||
- | Initialize an instance of the WmsOverlay class with the overlay identifier and a WMS server URI specified. | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier and a WMS server URI specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 42: | Line 45: | ||
** {{wiki:PublicMethod.gif|}} WmsOverlay(String,Uri,TileType) ** | ** {{wiki:PublicMethod.gif|}} WmsOverlay(String,Uri,TileType) ** | ||
- | Initialize an instance of the WmsOverlay class with the overlay identifier, the WMS server URI and the tile type specified. | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier, the WMS server URI and the tile type specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 61: | Line 64: | ||
** {{wiki:PublicMethod.gif|}} WmsOverlay(IEnumerable<Uri>) ** | ** {{wiki:PublicMethod.gif|}} WmsOverlay(IEnumerable<Uri>) ** | ||
- | Initialize an instance of the WmsOverlay class with the overlay identifier, the WMS server URIs. | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier, the WMS server URIs.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //serverUris// | * //serverUris// | ||
Line 72: | Line 75: | ||
** {{wiki:PublicMethod.gif|}} WmsOverlay(String,IEnumerable<Uri>,TileType) ** | ** {{wiki:PublicMethod.gif|}} WmsOverlay(String,IEnumerable<Uri>,TileType) ** | ||
- | Initialize an instance of the WmsOverlay class with the overlay identifier, the collection of WMS server URIs and the tile type specified. | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier, the collection of WMS server URIs and the tile type specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 93: | Line 96: | ||
** {{wiki:PublicMethod.gif|}} SetBaseEpsgProjection(String) ** | ** {{wiki:PublicMethod.gif|}} SetBaseEpsgProjection(String) ** | ||
- | Sets the EPSG projection of the LayerOverlay when it is a base overlay. | + | * //Sets the EPSG projection of the LayerOverlay when it is a base overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 109: | Line 112: | ||
** {{wiki:PublicMethod.gif|}} GetBaseEpsgProjection() ** | ** {{wiki:PublicMethod.gif|}} GetBaseEpsgProjection() ** | ||
- | Returns an EPSG string that indicates the projection of the LayerOverlay. | + | * //Returns an EPSG string that indicates the projection of the LayerOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 121: | Line 124: | ||
** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 133: | Line 136: | ||
** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 149: | Line 152: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 161: | Line 164: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 177: | Line 180: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 189: | Line 192: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 202: | Line 205: | ||
** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** | ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 218: | Line 221: | ||
** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 234: | Line 237: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 246: | Line 249: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == |