ThinkGeo.MapSuite.Core.WmsRasterLayer
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 object that encapsulates a Web Map Service (WMS) layer.
Inheritance Hierarchy
Members Summary
Public Constructors
WmsRasterLayer()
Parameters
WmsRasterLayer(Uri)
This constructor initializes a new layer, then downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified.
Parameters
uri
Type:Uri
Description:
URI of the WMS server.
WmsRasterLayer(Uri,WebProxy)
This constructor initializes a new layer, then downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified.
Parameters
uri
Type:Uri
Description:
URI of the WMS server.
Protected Constructors
Public Methods
GetServerLayerNames()
Return Value
Parameters
GetServerStyleNames()
Return Value
Parameters
GetServerOutputFormats()
Return Value
Parameters
GetServerCrss()
Return Value
Type:Collection<String>
Description:N/A
Parameters
GetServerExceptionFormats()
Return Value
Parameters
GetServiceVersion()
This API gets the WMS server version of the service.
Return Value
Parameters
GetServerFeatureInfoFormats()
This API gets the WMS server FeatureInfo formats of the service.
Return Value
Type:Collection<String>
Description:This
API returns the FeatureInfo formats supported on the server-side.
Parameters
GetServerCapabilitiesXml()
This API gets the GetCapabilites document of the service.
Return Value
Type:String
Description:This
API returns the GetCapabilites document of the service.
Parameters
GetRequestUrl(RectangleShape,Int32,Int32)
Get the request URL from the client to the WMS.
Return Value
Type:String
Description:The request
URL from the client to the WMS.
Parameters
GetFeatureInfo(ScreenPointF)
Return Value
Type:Dictionary<String,Collection<
Feature»
Description:N/A
Parameters
GetFeatureInfo(ScreenPointF,String)
Return Value
Type:Dictionary<String,Collection<
Feature»
Description:N/A
Parameters
infoFormat
Type:String
Description:N/A
GetFeatureInfo(ScreenPointF,Int32)
Return Value
Type:Dictionary<String,Collection<
Feature»
Description:N/A
Parameters
maxFeatures
Type:Int32
Description:N/A
GetFeatureInfo(ScreenPointF,String,Int32)
Return Value
Type:Dictionary<String,Collection<
Feature»
Description:N/A
Parameters
infoFormat
Type:String
Description:N/A
maxFeatures
Type:Int32
Description:N/A
GetProjectionText()
Return Value
Type:String
Description:N/A
Parameters
GetHorizontalResolution()
Return Value
Type:Single
Description:N/A
Parameters
GetVerticalResolution()
Return Value
Type:Single
Description:N/A
Parameters
RequestDrawing()
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(IEnumerable<RectangleShape>)
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(RectangleShape,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
GetThreadSafetyLevel()
Return Value
Parameters
CloneDeep()
Return Value
Parameters
Open()
Return Value
Type:Void
Description:N/A
Parameters
Close()
Return Value
Type:Void
Description:N/A
Parameters
GetBoundingBox()
Return Value
Parameters
Draw(GeoCanvas,Collection<SimpleCandidate>)
Return Value
Type:Void
Description:N/A
Parameters
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
GetRequestUrlCore(RectangleShape,Int32,Int32)
Get the request URL from the client to the WMS.
Return Value
Type:String
Description:The request
URL from the client to the WMS.
Parameters
GetBoundingBoxCore()
Return Value
Parameters
OpenCore()
Return Value
Type:Void
Description:N/A
Parameters
CloseCore()
Return Value
Type:Void
Description:N/A
Parameters
DrawCore(GeoCanvas,Collection<SimpleCandidate>)
Return Value
Type:Void
Description:N/A
Parameters
OnRequestedDrawing(RequestedDrawingLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnRequestingDrawing(RequestingDrawingLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
GetThreadSafetyLevelCore()
Return Value
Parameters
CloneDeepCore()
Return Value
Parameters
DrawException(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
e
Type:Exception
Description:N/A
DrawExceptionCore(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
e
Type:Exception
Description:N/A
OnDrawingException(DrawingExceptionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnException(DrawnExceptionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
DrawAttributionCore(GeoCanvas,String)
Return Value
Type:Void
Description:N/A
Parameters
attribution
Type:String
Description:N/A
OnDrawingAttribution(DrawingAttributionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnAttribution(DrawnAttributionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
Uri
This property specifies the URI of the WMS server.
Return Value
ActiveLayerNames
This property represents the available layers that can be requested from the client and shown on the map.
When requesting a map, a client may specify the layers to be shown on the map.
Return Value
ActiveStyleNames
This property represents the available styles that can be requested from the client and shown on the map.
When requesting a map, a client may specify the styles to be shown on the map.
Return Value
OutputFormat
This property gets or sets the desired output format for the map requested from the WMS.
When requesting a map, a client may specify the output format in which to show the map. Format are specified as MIME types such as “image/gif” or “image/png”.
Return Value
Credentials
This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.
Return Value
IsTransparent
This property gets or sets whether the response map image's background color is transparent or not.
Return Value
Proxy
This property gets or sets the proxy used for requesting a Web Response.
Return Value
Crs
This property gets or sets the projected or geographic coordinate reference system to be used.
Return Value
TimeoutInSecond
This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds.
Return Value
Exceptions
This property indicates the format in which the client wishes to be notified of service exceptions.
Upon receiving a request that is invalid according to the OGC standard, the server shall issue a service exception report. The service report is meant to describe to the client application or its human user the reason(s) that the request is invalid.
Return Value
CapabilitesCacheTimeOut
N/A
Return Value
Parameters
This property specifies a dictionary used to update the request sent from the client to the WMS server.
Return Value
HasBoundingBox
This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs.
The override in the WmsRasterLayer sets it to true.
Return Value
AxisOrder
N/A
Return Value
ImageSource
N/A
Return Value
WrappingMode
N/A
Return Value
WrappingExtent
N/A
Return Value
UpperThreshold
N/A
Return Value
LowerThreshold
N/A
Return Value
HasProjectionText
N/A
Return Value
RequestDrawingInterval
N/A
Return Value
IsOpen
N/A
Return Value
DrawingTime
N/A
Return Value
Name
N/A
Return Value
Attribution
N/A
Return Value
IsVisible
N/A
Return Value
Transparency
N/A
Return Value
BlueTranslation
N/A
Return Value
RedTranslation
N/A
Return Value
GreenTranslation
N/A
Return Value
KeyColors
N/A
Return Value
IsNegative
N/A
Return Value
IsGrayscale
N/A
Return Value
DrawingExceptionMode
N/A
Return Value
Protected Properties
IsOpenCore
N/A
Return Value
Public Events
SendingWebRequest
N/A