This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.worldmapkitwmsweboverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.worldmapkitwmsweboverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay ====== | ====== ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Represents an overlay object that gets map images from the WMS servers. | Represents an overlay object that gets map images from the WMS servers. | ||
- | === Remarks === | ||
- | The <strong>WorldMapKitWmsWebOverlay</strong> gets images from four WMS servers that we specify by default. Usually, you add a WMS server URI to the <strong>ServerUris</strong> collection and the <strong>WorldMapKitWmsWebOverlay</strong> will make requests to that WMS servers to get its tile images. | ||
- | |||
- | The WorldMapKitWmsWebOverlay will randomly send requests to those WMS servers in a concurrent fashion. This means that the tile images can come from different WMS servers, thus greatly enhancing performance. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.MvcEdition.Overlay]] | + | *ThinkGeo.MapSuite.MvcEdition.Overlay |
- | ***[[ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay]] | + | ***ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsWebOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWebOverlay()|WorldMapKitWmsWebOverlay]] | | | Initialize an instance of the WmsOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWebOverlay(String)|WorldMapKitWmsWebOverlay]] | String | | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWebOverlay(WorldMapKitLayerType)|WorldMapKitWmsWebOverlay]] | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWebOverlay(String, WorldMapKitLayerType)|WorldMapKitWmsWebOverlay]] | String, [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWebOverlay(String, TileType)|WorldMapKitWmsWebOverlay]] | String, [[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]] | | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWebOverlay(String, TileType, WorldMapKitLayerType)|WorldMapKitWmsWebOverlay]] | String, [[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]], [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | | | | + | |
- | ==== Protected Constructors ==== | + | * //Initialize an instance of the WmsOverlay class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsWebOverlay(String) ** | ||
- | ==== Public Methods ==== | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier specified.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | * //N/A// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FromJson(String)|FromJson]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) | | | + | == Parameters == |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | * //id// |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | * Type:String |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Returns a JSON string which contains the information for creating an overlay at the client side. | | + | * Description:The identifier string used to find the overlay. |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | <div newline></div> |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsWebOverlay(WorldMapKitLayerType) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] | Page | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Registers a Javascript library URL string to the client HTML page. | | + | |
- | ==== Public Properties ==== | + | * //N/A// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#AutoRefreshInterval|AutoRefreshInterval]] | TimeSpan | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | | + | == Parameters == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets the identifier for the overlay to be found. | | + | * //layerType// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBaseOverlay|IsBaseOverlay]] | Boolean | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is a base overlay. | | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is visible on the map. | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] | Boolean | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LayerType|LayerType]] | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapType|MapType]] | [[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientAutoRefreshTick|OnClientAutoRefreshTick]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) | Don't support auto tick event by default. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Single | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets the opacity level of the overlay. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Projection|Projection]] | [[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]] | | Gets or sets a WorldMapKitProjection represents which projection will be used. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TileType|TileType]] | [[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]] | | Gets or sets whether or not the WmsOverlay uses tiling. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.MvcEdition.TransitionEffect|TransitionEffect]] | | Gets or sets the transition effect to use when the map is zoomed. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffectDelayInMilliseconds|TransitionEffectDelayInMilliseconds]] | Int32 | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WrapDateline|WrapDateline]] | [[ThinkGeo.MapSuite.MvcEdition.WrapDatelineMode|WrapDatelineMode]] | | Gets or sets a value that indicates whether the overlay wraps at the date line. | | + | |
- | ==== Protected Properties ==== | + | <div newline></div> |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsWebOverlay(String,WorldMapKitLayerType) ** |
- | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OverlayType|OverlayType]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) | Gets a string that indicates the overlay type. | | + | |
- | ==== Public Events ==== | + | * //N/A// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
- | ===== Public Constructors ===== | + | * //layerType// |
- | ==== WorldMapKitWmsWebOverlay() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] |
- | Initialize an instance of the WmsOverlay class. | + | * Description:N/A |
- | === Overloads === | + | |
- | Initialize an instance of the WmsOverlay class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== WorldMapKitWmsWebOverlay(String) ==== | + | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsWebOverlay(String,TileType) ** |
- | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | + | |
- | === Overloads === | + | |
- | Initialize an instance of the WmsOverlay class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | The identifier string used to find the overlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //Initialize an instance of the WmsOverlay class with the overlay identifier specified.// |
- | ==== WorldMapKitWmsWebOverlay(WorldMapKitLayerType) ==== | + | == Remarks == |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Parameters == |
- | | layerType | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | | + | * //id// |
+ | * Type:String | ||
+ | * Description:The identifier string used to find the overlay. | ||
- | [[#Public Constructors|Go Back]] | + | * //tileType// |
- | ==== WorldMapKitWmsWebOverlay(String, WorldMapKitLayerType) ==== | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]] |
- | === Parameters === | + | * Description:Whether or not the overlay uses tiling. |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | | | + | |
- | | layerType | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== WorldMapKitWmsWebOverlay(String, TileType) ==== | + | ** {{wiki:PublicMethod.gif|}} WorldMapKitWmsWebOverlay(String,TileType,WorldMapKitLayerType) ** |
- | Initialize an instance of the WmsOverlay class with the overlay identifier specified. | + | |
- | === Overloads === | + | |
- | Initialize an instance of the WmsOverlay class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | The identifier string used to find the overlay. | | + | |
- | | tileType | [[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]]<!-- ThinkGeo.MapSuite.MvcEdition.TileType --> | Whether or not the overlay uses tiling. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ==== WorldMapKitWmsWebOverlay(String, TileType, WorldMapKitLayerType) ==== | + | == Remarks == |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Parameters == |
- | | id | String<!-- System.String --> | | | + | * //id// |
- | | tileType | [[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]]<!-- ThinkGeo.MapSuite.MvcEdition.TileType --> | | | + | * Type:String |
- | | layerType | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | * //tileType// |
- | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]] |
- | ===== Public Methods ===== | + | * Description:N/A |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | * //layerType// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ==== Protected Constructors ==== |
- | ==== FromJson(String) ==== | + | ==== Public Methods ==== |
- | === Return Value === | + | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | jsonString | String<!-- System.String --> | | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> | + | == 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 ^ | + | * //jsonString// |
+ | * Type:String | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToJson() ** |
- | ==== 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:String |
- | ==== ToJson() ==== | + | * Description:N/A |
- | Returns a JSON string which contains the information for creating an overlay at the client side. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | A JSON string which is used to create an overlay at the client side. | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.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:String |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ===== Protected Methods ===== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | ==== 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:Boolean |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
+ | * Type:Object | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ==== RegisterJavaScriptLibraryCore(Page) ==== | + | |
- | Registers a Javascript library URL string to the client HTML page. | + | |
- | === Remarks === | + | |
- | The <strong>RegisterJavaScriptLibraryCore</strong> method allows derived classes to override and register their own Javascript library URL to the HTML page. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | page | Page<!-- System.Web.UI.Page --> | The page object that is used for registering the javascript library. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== Attribution ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== AutoRefreshInterval ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Id ==== | + | * //N/A// |
- | Gets the identifier for the overlay to be found. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Type |
- | ==== IsBaseOverlay ==== | + | * Description:N/A |
- | Gets or sets a value that indicates whether the overlay is a base overlay. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== IsVisible ==== | + | ==== Protected Methods ==== |
- | Gets or sets a value that indicates whether the overlay is visible on the map. | + | ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== IsVisibleInOverlaySwitcher ==== | + | * //N/A// |
- | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== LayerType ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitLayerType --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //page// |
- | ==== MapType ==== | + | * Type:Page |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitMapType --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** |
- | ==== Name ==== | + | |
- | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== OnClientAutoRefreshTick ==== | + | * //N/A// |
- | Don't support auto tick event by default. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Opacity ==== | + | * Description:N/A |
- | Gets or sets the opacity level of the overlay. | + | |
- | === Remarks === | + | == Parameters == |
- | 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. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. | + | * //page// |
- | === Return Value === | + | * Type:Page |
- | ^ Return Type ^ | + | * Description:N/A |
- | | Single<!-- System.Single --> | | + | |
+ | <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|}} Projection ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Projection ==== | ||
Gets or sets a WorldMapKitProjection represents which projection will be used. | Gets or sets a WorldMapKitProjection represents which projection will be used. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]<!-- ThinkGeo.MapSuite.Core.WorldMapKitProjection --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]] | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | + | ** {{wiki:PublicProperty.gif|}} LayerType ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TileType ==== | + | N/A |
- | Gets or sets whether or not the WmsOverlay uses tiling. | + | == Remarks == |
- | === Return Value === | + | N/A |
- | ^ Return Type ^ | + | == Return Value == |
- | | [[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]]<!-- ThinkGeo.MapSuite.MvcEdition.TileType --> | | + | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MapType ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== TransitionEffect ==== | ||
Gets or sets the transition effect to use when the map is zoomed. | Gets or sets the transition effect to use when the map is zoomed. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.TransitionEffect|TransitionEffect]]<!-- ThinkGeo.MapSuite.MvcEdition.TransitionEffect --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.TransitionEffect|TransitionEffect]] | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | + | ** {{wiki:PublicProperty.gif|}} TransitionEffectDelayInMilliseconds ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== TransitionEffectDelayInMilliseconds ==== | + | N/A |
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | Int32<!-- System.Int32 --> | | + | == Return Value == |
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TileType ** | ||
+ | |||
+ | Gets or sets whether or not the WmsOverlay uses tiling. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.TileType|TileType]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} WrapDateline ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== WrapDateline ==== | ||
Gets or sets a value that indicates whether the overlay wraps at the date line. | Gets or sets a value that indicates whether the overlay wraps at the date line. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.WrapDatelineMode|WrapDatelineMode]]<!-- ThinkGeo.MapSuite.MvcEdition.WrapDatelineMode --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.WrapDatelineMode|WrapDatelineMode]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OnClientAutoRefreshTick ** | ||
+ | |||
+ | Don't support auto tick event by default. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsBaseOverlay ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Id ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} SxY= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,String> | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ThY= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} URY= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} VBY= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImageFormat|WebImageFormat]] | ||
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} OverlayType ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ==== OverlayType ==== | ||
Gets a string that indicates the overlay type. | Gets a string that indicates the overlay type. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | String<!-- System.String --> | | + | == Return Value == |
+ | * Type:String | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> | + | ** {{wiki:ProtectedProperty.gif|}} VhY= ** |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | N/A |
- | __NOTOC__ | + | == Remarks == |
- | [[Category:MvcEdition]] | + | N/A |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | == Return Value == |
- | [[Category:UpdateDocumentation]] | + | * Type:Collection<Uri> |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ERQ= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ==== Public Events ==== | ||