User Tools

Site Tools


thinkgeo.mapsuite.wmsserveredition.getmaprequest

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

  • System.Object
    • ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest

Members Summary

Public Constructors

GetMapRequest()

  • Initialize an instance of the RequestInfo class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#GetMapRequest.28.29
Parameters

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
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
  • Type:String

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
  • Type:Int32

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
  • Type:Int32

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
  • Type:String

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
  • Type:String

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
  • Type:Collection<String>

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
  • Type:Collection<String>

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
  • Type:ImageFormat

Protected Properties

Public Events

thinkgeo.mapsuite.wmsserveredition.getmaprequest.txt · Last modified: 2017/03/16 21:59 (external edit)