Table of Contents

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()

Remarks
Parameters

WmsRasterLayer(Uri)

Remarks
Parameters

WmsRasterLayer(Uri,WebProxy)

Remarks
Parameters

Protected Constructors

Public Methods

GetServerLayerNames()

Remarks
Return Value
Parameters

GetServerStyleNames()

Remarks
Return Value
Parameters

GetServerOutputFormats()

Remarks
Return Value
Parameters

GetServerCrss()

Remarks
Return Value
Parameters

GetServerExceptionFormats()

Remarks
Return Value
Parameters

GetServiceVersion()

Remarks
Return Value
Parameters

GetServerFeatureInfoFormats()

Remarks
Return Value
Parameters

GetServerCapabilitiesXml()

Remarks
Return Value
Parameters

GetRequestUrl(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

GetFeatureInfo(ScreenPointF)

Remarks
Return Value
Parameters

GetFeatureInfo(ScreenPointF,String)

Remarks
Return Value
Parameters

GetFeatureInfo(ScreenPointF,Int32)

Remarks
Return Value
Parameters

GetFeatureInfo(ScreenPointF,String,Int32)

Remarks
Return Value
Parameters

GetProjectionText()

Remarks
Return Value
Parameters

GetHorizontalResolution()

Remarks
Return Value
Parameters

GetVerticalResolution()

Remarks
Return Value
Parameters

RequestDrawing()

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>)

Remarks
Return Value
Parameters

RequestDrawing(TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape,TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

GetThreadSafetyLevel()

Remarks
Return Value
Parameters

CloneDeep()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

Draw(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

GetRequestUrlCore(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

DrawCore(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

OnRequestedDrawing(RequestedDrawingLayerEventArgs)

Remarks
Return Value
Parameters

OnRequestingDrawing(RequestingDrawingLayerEventArgs)

Remarks
Return Value
Parameters

GetThreadSafetyLevelCore()

Remarks
Return Value
Parameters

CloneDeepCore()

Remarks
Return Value
Parameters

DrawException(GeoCanvas,Exception)

Remarks
Return Value
Parameters

DrawExceptionCore(GeoCanvas,Exception)

Remarks
Return Value
Parameters

OnDrawingException(DrawingExceptionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawnException(DrawnExceptionLayerEventArgs)

Remarks
Return Value
Parameters

DrawAttributionCore(GeoCanvas,String)

Remarks
Return Value
Parameters

OnDrawingAttribution(DrawingAttributionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawnAttribution(DrawnAttributionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawingProgressChanged(DrawingProgressChangedEventArgs)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Uri

This property specifies the URI of the WMS server.

Remarks

N/A

Return Value

ActiveLayerNames

This property represents the available layers that can be requested from the client and shown on the map.

Remarks

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.

Remarks

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.

Remarks

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.

Remarks

N/A

Return Value

IsTransparent

This property gets or sets whether the response map image's background color is transparent or not.

Remarks

N/A

Return Value

Proxy

This property gets or sets the proxy used for requesting a Web Response.

Remarks

N/A

Return Value

Crs

This property gets or sets the projected or geographic coordinate reference system to be used.

Remarks

N/A

Return Value

TimeoutInSecond

This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds.

Remarks

N/A

Return Value

Exceptions

This property indicates the format in which the client wishes to be notified of service exceptions.

Remarks

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

Remarks

N/A

Return Value

Parameters

This property specifies a dictionary used to update the request sent from the client to the WMS server.

Remarks

N/A

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.

Remarks

The override in the WmsRasterLayer sets it to true.

Return Value

AxisOrder

N/A

Remarks

N/A

Return Value

ImageSource

N/A

Remarks

N/A

Return Value

WrappingMode

N/A

Remarks

N/A

Return Value

WrappingExtent

N/A

Remarks

N/A

Return Value

UpperThreshold

N/A

Remarks

N/A

Return Value

LowerThreshold

N/A

Remarks

N/A

Return Value

HasProjectionText

N/A

Remarks

N/A

Return Value

RequestDrawingInterval

N/A

Remarks

N/A

Return Value

IsOpen

N/A

Remarks

N/A

Return Value

DrawingTime

N/A

Remarks

N/A

Return Value

Name

N/A

Remarks

N/A

Return Value

Attribution

N/A

Remarks

N/A

Return Value

IsVisible

N/A

Remarks

N/A

Return Value

Transparency

N/A

Remarks

N/A

Return Value

BlueTranslation

N/A

Remarks

N/A

Return Value

RedTranslation

N/A

Remarks

N/A

Return Value

GreenTranslation

N/A

Remarks

N/A

Return Value

KeyColors

N/A

Remarks

N/A

Return Value

IsNegative

N/A

Remarks

N/A

Return Value

IsGrayscale

N/A

Remarks

N/A

Return Value

DrawingExceptionMode

N/A

Remarks

N/A

Return Value

Protected Properties

IsOpenCore

N/A

Remarks

N/A

Return Value

Public Events

SendingWebRequest N/A

Remarks

N/A

Event Arguments:SendingWebRequestEventArgs

SentWebRequest N/A

Remarks

N/A

Event Arguments:SentWebRequestEventArgs

RequestedDrawing N/A

Remarks

N/A

Event Arguments:RequestedDrawingLayerEventArgs

RequestingDrawing N/A

Remarks

N/A

Event Arguments:RequestingDrawingLayerEventArgs

DrawingProgressChanged N/A

Remarks

N/A

Event Arguments:DrawingProgressChangedEventArgs

DrawingException N/A

Remarks

N/A

Event Arguments:DrawingExceptionLayerEventArgs

DrawnException N/A

Remarks

N/A

Event Arguments:DrawnExceptionLayerEventArgs

DrawingAttribution N/A

Remarks

N/A

Event Arguments:DrawingAttributionLayerEventArgs

DrawnAttribution N/A

Remarks

N/A

Event Arguments:DrawnAttributionLayerEventArgs