Table of Contents

ThinkGeo.MapSuite.Core.TiledWmsLayer

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.

This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server.

Inheritance Hierarchy

Members Summary

Public Constructors

TiledWmsLayer()

Remarks
Parameters

TiledWmsLayer(IEnumerable<Uri>)

Remarks
Parameters

TiledWmsLayer(IEnumerable<Uri>,WebProxy)

Remarks
Parameters

TiledWmsLayer(IEnumerable<Uri>,String,String)

Remarks
Parameters

TiledWmsLayer(IEnumerable<Uri>,WebProxy,String,String)

Remarks
Parameters

Protected Constructors

Public Methods

ClearCache()

Remarks
Return Value
Parameters

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

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

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

GetThreadSafetyLevelCore()

Remarks
Return Value
Parameters

OnSendingWebRequest(SendingWebRequestEventArgs)

Remarks
Return Value
Parameters

OnSentWebRequest(SentWebRequestEventArgs)

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

GetRequestUrisCore(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

DrawCore(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

DrawExceptionCore(GeoCanvas,Exception)

Remarks
Return Value
Parameters

GetFeatureInfoCore(ScreenPointF,String,Int32)

Remarks
Return Value
Parameters

OnRequestedDrawing(RequestedDrawingLayerEventArgs)

Remarks
Return Value
Parameters

OnRequestingDrawing(RequestingDrawingLayerEventArgs)

Remarks
Return Value
Parameters

CloneDeepCore()

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

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

IsEqual(Double,Double)

Remarks
Return Value
Parameters

Contains(RectangleShape,RectangleShape)

Remarks
Return Value
Parameters

Public Properties

Credentials

This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.

Remarks

N/A

Return Value

ClientId

Gets or sets a value that is your Client Id.

Remarks

N/A

Return Value

PrivateKey

Gets or sets a value that is unique to your client ID, please keep your key secure.

Remarks

N/A

Return Value

ZoomLevelSet

N/A

Remarks

N/A

Return Value

AxisOrder

N/A

Remarks

N/A

Return Value

CapabilitiesCacheTimeout

N/A

Remarks

N/A

Return Value

ServerUri

Gets or sets a server uri of Tiled WMS Server.

Remarks

N/A

Return Value

ServerUris

N/A

Remarks

N/A

Return Value

WebProxy

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

Remarks

N/A

Return Value

TileWidth

Gets or sets the width of the tile requested

Remarks

N/A

Return Value

TileHight

Gets or sets the height of the tile requested

Remarks

N/A

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

Crs

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

Remarks

N/A

Return Value

TileCache

Gets or sets a BitmapTileCache represents which tile cache will be used.

Remarks

N/A

Return Value

ImageSource

N/A

Remarks

N/A

Return Value

UpperScale

Gets or sets a value represents upper threshold for scale.

Remarks

Is the current scale is beyond this value, the map will not render.

Return Value

LowerScale

Gets or sets a value represents lower threshold for scale.

Remarks

Is the current scale is less than this value, the map will not render.

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

TimeoutInSeconds

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

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 indicates whether 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 value of TileWmsLayer is false.

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

This property returns true if the Layer is open and false if it is not.

Remarks

Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open.

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