User Tools

Site Tools


thinkgeo.mapsuite.wmsserveredition.getmaprequest

This is an old revision of the document!


ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest

<!– Class –> This class maintains all of the requested information from a WMS request.

Remarks

This class maintains all of the requested information from a WMS request.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodGetMapRequest Initialize an instance of the RequestInfo class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyBoundingBox RectangleShape Gets or sets the bounding box of the currently requested viewport, in world coordinates.
Public PropertyCrs String Gets or sets a CRS parameter from a WMS request.
Public PropertyCustomParameter String Represents the custom parameter that comes from the client's request.
Public PropertyHeight Int32 Gets or sets the height, in pixel units, of the image being requested.
Public PropertyImageFormat ImageFormat Gets or sets the requested image format.
Public PropertyLayers Collection<String> Gets a string collection of layer names from current requesting uri.
Public PropertyStyles Collection<String> Gets a string collection of style names from the currently requested URI.
Public PropertyVersion String Gets or sets the WMS version from the currently requested URI.
Public PropertyWidth Int32 Gets or sets the width, in pixel unit, of the image being requested.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

GetMapRequest()

Initialize an instance of the RequestInfo class.

Overloads

Initialize an instance of the RequestInfo class.

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

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

Return Type
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

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

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

CustomParameter

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

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

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

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

ImageFormat

Gets or sets the requested image format.

Remarks

Gets or sets the requested image format.

Return Value

Return Type
ImageFormat<!– System.Drawing.Imaging.ImageFormat –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

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

Return Type
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

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

Return Type
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

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

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

Width

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

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.wmsserveredition.getmaprequest.1440040136.txt.gz · Last modified: 2015/09/22 08:50 (external edit)