====== ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest ====== {{section>upgrade_map_suite_to_10.0}} This class maintains all of the requested information from a WMS request. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} 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 ==== ** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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
** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} 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 ==== ** {{wiki:ProtectedMethod.gif|}} 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 ==
** {{wiki:ProtectedMethod.gif|}} 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 ==== ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 ** {{wiki:PublicProperty.gif|}} 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 == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} ImageFormat ** Gets or sets the requested image format. == Remarks == Gets or sets the requested image format. == Return Value == * Type:ImageFormat ==== Protected Properties ==== ==== Public Events ====