ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class maintains all of the requested information from a WMS request.
This class maintains all of the requested information from a WMS request.
*System.Object **ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
GetMapRequest | Initialize an instance of the RequestInfo class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
BoundingBox | RectangleShape | Gets or sets the bounding box of the currently requested viewport, in world coordinates. | |
Crs | String | Gets or sets a CRS parameter from a WMS request. | |
CustomParameter | String | Represents the custom parameter that comes from the client's request. | |
Height | Int32 | Gets or sets the height, in pixel units, of the image being requested. | |
ImageFormat | ImageFormat | Gets or sets the requested image format. | |
Layers | Collection<String> | Gets a string collection of layer names from current requesting uri. | |
Styles | Collection<String> | Gets a string collection of style names from the currently requested URI. | |
Version | String | Gets or sets the WMS version from the currently requested URI. | |
Width | Int32 | Gets or sets the width, in pixel unit, of the image being requested. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize an instance of the RequestInfo class.
Initialize an instance of the RequestInfo class.
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the bounding box of the currently requested viewport, in world coordinates.
Gets or sets the bounding box of the currently requested viewport, in world coordinates.
| Return Type |
|---|
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets or sets a CRS parameter from a WMS request.
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 Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Represents the custom parameter that comes from the client's request.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets or sets the height, in pixel units, of the image being requested.
Gets or sets the height, in pixel units, of the image being requested.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets or sets the requested image format.
Gets or sets the requested image format.
| Return Type |
|---|
| ImageFormat<!– System.Drawing.Imaging.ImageFormat –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets a string collection of layer names from current requesting uri.
Gets a string collection of layer names from current requesting uri.
| Return Type |
|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets a string collection of style names from the currently requested URI.
Gets a string collection of style names from the currently requested URI.
| Return Type |
|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets or sets the WMS version from the currently requested URI.
Gets or sets the WMS version from the currently requested URI.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back
Gets or sets the width, in pixel unit, of the image being requested.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest –> Go Back