Table of Contents

ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest

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 maintains all of the requested information from a WMS request.

Inheritance Hierarchy

Members Summary

Public Constructors

GetMapRequest()

Remarks
Parameters

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

CustomParameter

Represents the custom parameter that comes from the client's request.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#CustomParameter

Return Value

Height

Gets or sets the height, in pixel units, of the image being requested.

Remarks

Gets or sets the height, in pixel units, of the image being requested.

Return Value

Width

Gets or sets the width, in pixel unit, of the image being requested.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#Width

Return Value

Crs

Gets or sets a CRS parameter from a WMS request.

Remarks

Gets or sets a CRS parameter from a WMS request. The parameter refers to the MapUnit property. For example, if you set the CRS parameter to “EPSG:4326”, the MapUnit will be automatically set to DecimalDegree. Similarly, if you set the CRS parameter to “EPSG:900913”, the MapUnit will be automatically set to Meter.

Return Value

Version

Gets or sets the WMS version from the currently requested URI.

Remarks

Gets or sets the WMS version from the currently requested URI.

Return Value

Layers

Gets a string collection of layer names from current requesting uri.

Remarks

Gets a string collection of layer names from current requesting uri.

Return Value

Styles

Gets a string collection of style names from the currently requested URI.

Remarks

Gets a string collection of style names from the currently requested URI.

Return Value

BoundingBox

Gets or sets the bounding box of the currently requested viewport, in world coordinates.

Remarks

Gets or sets the bounding box of the currently requested viewport, in world coordinates.

Return Value

ImageFormat

Gets or sets the requested image format.

Remarks

Gets or sets the requested image format.

Return Value

Protected Properties

Public Events