Table of Contents

ThinkGeo.MapSuite.Core.WmsRasterSource

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) source.

Inheritance Hierarchy

Members Summary

Public Constructors

WmsRasterSource()

Remarks
Parameters

WmsRasterSource(Uri)

Remarks
Parameters

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

CloneDeep()

Remarks
Return Value
Parameters

GetWorldFileText()

Remarks
Return Value
Parameters

GetImageWidth()

Remarks
Return Value
Parameters

GetImageHeight()

Remarks
Return Value
Parameters

GetHorizontalResolution()

Remarks
Return Value
Parameters

GetVerticalResolution()

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

GetProjectionText()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

GetImage(RectangleShape,Int32,Int32)

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

SendWebRequest(WebRequest)

Remarks
Return Value
Parameters

SendWebRequestCore(WebRequest)

Remarks
Return Value
Parameters

OnSendingWebRequest(SendingWebRequestEventArgs)

Remarks
Return Value
Parameters

OnSentWebRequest(SentWebRequestEventArgs)

Remarks
Return Value
Parameters

GetRequestUrlCore(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

GetImageWidthCore()

Remarks
Return Value
Parameters

GetImageHeightCore()

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

GetImageCore(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

BuildWmsGetFeatureInfoUri(ScreenPointF,String,Int32)

Remarks
Return Value
Parameters

GetFeatureInfoCore(ScreenPointF,String,Int32)

Remarks
Return Value
Parameters

HandleResponse(WebRequest)

Remarks
Return Value
Parameters

HandleResponseCore(WebRequest)

Remarks
Return Value
Parameters

HandleXmlInfoFormatResponse(XmlDocument)

Remarks
Return Value
Parameters

HandleXmlInfoFormatResponseCore(XmlDocument)

Remarks
Return Value
Parameters

OnOpeningRasterSource(OpeningRasterSourceEventArgs)

Remarks
Return Value
Parameters

OnOpenedRasterSource(OpenedRasterSourceEventArgs)

Remarks
Return Value
Parameters

OnClosingRasterSource(ClosingRasterSourceEventArgs)

Remarks
Return Value
Parameters

OnClosedRasterSource(ClosedRasterSourceEventArgs)

Remarks
Return Value
Parameters

CloneDeepCore()

Remarks
Return Value
Parameters

GetProjectionTextCore()

Remarks
Return Value
Parameters

GetWrappingImageLeft(RectangleShape,Double,Double,RectangleShape)

Remarks
Return Value
Parameters

GetWrappingImageRight(RectangleShape,Double,Double,RectangleShape)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

ActiveLayerNames

This property allows the active layers requested from the client to be 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 allows the active styles requested from the client to be shown on the map.

Remarks

When requesting a map, a client may specify the styles to be shown on the map.

Return Value

Uri

This property specifies the URI of the WMS server.

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

OutputFormat

This property gets or sets the desired output format for the map being requested from the WMS.

Remarks

When requesting a map, a client may specify the output format in which to show the map. Formats are specified as MIME types such as “image/gif” or “image/png”.

Return Value

Proxy

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

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

Crs

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

Remarks

N/A

Return Value

Credentials

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

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

AxisOrder

N/A

Remarks

N/A

Return Value

CapabilitesCacheTimeout

N/A

Remarks

N/A

Return Value

Projection

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

IsNegative

N/A

Remarks

N/A

Return Value

IsGrayscale

N/A

Remarks

N/A

Return Value

IsOpen

N/A

Remarks

N/A

Return Value

HasProjectionText

N/A

Remarks

N/A

Return Value

Protected Properties

HasProjectionTextCore

N/A

Remarks

N/A

Return Value

Public Events

SendingWebRequest This event is called before sending the reqeust for raster image.

Remarks

This event is called before sending the reqeust for raster image. It is typical that user want to get the url of reqeust and modify it according to their requirements. For example, user could create a signiture for it, and verify it on the server side.

Event Arguments:SendingWebRequestEventArgs

SentWebRequest This event is called after sent the request for raster image and the HttpWebResponse has come back.

Remarks

N/A

Event Arguments:SentWebRequestEventArgs

OpeningRasterSource N/A

Remarks

N/A

Event Arguments:OpeningRasterSourceEventArgs

OpenedRasterSource N/A

Remarks

N/A

Event Arguments:OpenedRasterSourceEventArgs

ClosingRasterSource N/A

Remarks

N/A

Event Arguments:ClosingRasterSourceEventArgs

ClosedRasterSource N/A

Remarks

N/A

Event Arguments:ClosedRasterSourceEventArgs