ThinkGeo.MapSuite.MvcEdition.WmsOverlay
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Represents an overlay object that gets map images from the WMS server you specify.
Inheritance Hierarchy
Members Summary
Public Constructors
WmsOverlay()
Parameters
WmsOverlay(String)
Parameters
WmsOverlay(String,Uri)
Initialize an instance of the WmsOverlay class with the overlay identifier and a WMS server URI specified.
Parameters
serverUri
Type:Uri
Description:The
URI that indicates where the WMS server is.
WmsOverlay(String,Uri,TileType)
Initialize an instance of the WmsOverlay class with the overlay identifier, the WMS server URI and the tile type specified.
Parameters
serverUri
Type:Uri
Description:The
URI that indicates where the WMS server is.
WmsOverlay(IEnumerable<Uri>)
Parameters
WmsOverlay(String,IEnumerable<Uri>,TileType)
Parameters
Protected Constructors
Public Methods
SetBaseEpsgProjection(String)
Return Value
Type:Void
Description:N/A
Parameters
GetBaseEpsgProjection()
Return Value
Parameters
ToJson()
Return Value
Type:String
Description:N/A
Parameters
FromJson(String)
Return Value
Type:Void
Description:N/A
Parameters
jsonString
Type:String
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
EhQ=(Page)
Return Value
Type:Void
Description:N/A
Parameters
page
Type:Page
Description:N/A
RegisterJavaScriptLibraryCore(Page)
Return Value
Type:Void
Description:N/A
Parameters
page
Type:Page
Description:N/A
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
Parameters
Gets a dictionary whose items will be passed to the WMS server as parameters.
Return Value
WebImageFormat
Gets or sets the format of the image that is sent to the web browser.
Return Value
TileWidth
Gets or sets the width of each tile, if the WmsOverlay uses tiling.
Return Value
TileHeight
Gets or sets the height of each tile, if the WmsOverlay uses tiling.
Return Value
TransitionEffect
Gets or sets the transition effect to use when the map is zoomed.
Return Value
TransitionEffectDelayInMilliseconds
N/A
Return Value
TileType
Gets or sets whether or not the WmsOverlay uses tiling.
Return Value
ServerUris
Gets a collection of URIs that specifies the locations of the WMS servers.
Return Value
WrapDateline
Gets or sets a value that indicates whether the overlay wraps at the date line.
Return Value
IsVisible
N/A
Return Value
Name
N/A
Return Value
Opacity
N/A
Return Value
IsVisibleInOverlaySwitcher
N/A
Return Value
IsBaseOverlay
N/A
Return Value
Id
N/A
Return Value
OnClientAutoRefreshTick
N/A
Return Value
AutoRefreshInterval
N/A
Return Value
Attribution
N/A
Return Value
Protected Properties
Projection
Gets or sets a string that will be sent to the WMS server to get the images in the specific projection.
Return Value
OverlayType
Gets a string that indicates the overlay type.
Return Value
ERQ=
N/A
Return Value
Public Events