User Tools

Site Tools


thinkgeo.mapsuite.wmsserveredition.getfeatureinforequest

ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest

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.

<!– 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 MethodGetFeatureInfoRequest 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 PropertyFeatureCount Int32 The number of features about which to return information (default=1).
Public PropertyHeight Int32 Gets or sets the height, in pixel units, of the image being requested.
Public PropertyInfoFormat String Returns the format of the feature information (MIME type).
Public PropertyQueryLayers Collection<String> A comma-separated list of one or more layers to be queried.
Public PropertyScreenX Single The X coordinate, in pixels, of the feature (measured from the upper left corner, which is 0)
Public PropertyScreenY Single The Y coordinate, in pixels, of the feature (measured from the upper left corner, which is 0)
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

GetFeatureInfoRequest()

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.GetFeatureInfoRequest –> 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.GetFeatureInfoRequest –> Go Back

CustomParameter

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

Return Value

Return Type
String<!– System.String –>

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

FeatureCount

The number of features about which to return information (default=1).

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest –> 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.GetFeatureInfoRequest –> Go Back

InfoFormat

Returns the format of the feature information (MIME type).

Return Value

Return Type
String<!– System.String –>

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

QueryLayers

A comma-separated list of one or more layers to be queried.

Return Value

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

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

ScreenX

The X coordinate, in pixels, of the feature (measured from the upper left corner, which is 0)

Return Value

Return Type
Single<!– System.Single –>

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

ScreenY

The Y coordinate, in pixels, of the feature (measured from the upper left corner, which is 0)

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest –> 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.GetFeatureInfoRequest –> 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.GetFeatureInfoRequest –> Go Back

Protected Properties

Public Events

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