User Tools

Site Tools


thinkgeo.mapsuite.wmsserveredition.getmaprequest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wmsserveredition.getmaprequest [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wmsserveredition.getmaprequest [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest ====== ====== ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- 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. This class maintains all of the requested information from a WMS request.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest]]+    ***ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetMapRequest() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GetMapRequest()|GetMapRequest]] ​  ​| ​   |    | Initialize an instance of the RequestInfo class. ​  |+
  
 +  * //​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 ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#ToString.28.29//​
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | Gets or sets the bounding box of the currently requested viewport, in world coordinates. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Crs|Crs]] ​  | String ​  ​| ​   | Gets or sets a CRS parameter from a WMS request. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CustomParameter|CustomParameter]] ​  | String ​  ​| ​   | Represents the custom parameter that comes from the client'​s request. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Int32   ​| ​   | Gets or sets the height, in pixel units, of the image being requested. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageFormat|ImageFormat]] ​  | ImageFormat ​  ​| ​   | Gets or sets the requested image format. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Layers|Layers]] ​  | Collection<​String> ​  ​| ​   | Gets a string collection of layer names from current requesting uri.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Styles|Styles]] ​  | Collection<​String> ​  ​| ​   | Gets a string collection of style names from the currently requested URI.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Version|Version]] ​  ​| ​String ​  |    | Gets or sets the WMS version from the currently requested URI.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Int32   ​| ​   | Gets or sets the width, in pixel unit, of the image being requested. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== 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//​
  
-===== Public Constructors ===== +== Return Value == 
-==== GetMapRequest() ==== +  ​Type:Boolean 
-Initialize an instance of the RequestInfo class. +  Description:N/A
-=== Overloads === +
-Initialize an instance of the RequestInfo class. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //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 === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== 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//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#​Finalize.28.29//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== 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//​
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-===== Public Properties ===== +  * Description:​N/​A
-==== 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 ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== Crs ==== +==== Public Properties ​==== 
-Gets or sets a CRS parameter from a WMS request. +** {{wiki:​PublicProperty.gif|}} CustomParameter **
-=== 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 --> 
-[[#Public Properties|Go Back]] 
-==== CustomParameter ==== 
 Represents the custom parameter that comes from the client'​s request. Represents the custom parameter that comes from the client'​s request.
-=== Return Value === +== Remarks == 
-^ Return ​Type +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#​CustomParameter 
-String<!-- System.String --> ​  |+== Return Value == 
 +  ​* ​Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Height **
  
-<!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> 
-[[#Public Properties|Go Back]] 
-==== Height ==== 
 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.
-=== Remarks ​===+== Remarks ==
 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 Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Int32<​!-- System.Int32 --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest ​--> +** {{wiki:​PublicProperty.gif|}} Width ** 
-[[#Public Properties|Go Back]] + 
-==== ImageFormat ​==== +Gets or sets the width, in pixel unit, of the image being requested. 
-Gets or sets the requested ​image format+== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest#​Width 
-Gets or sets the requested ​image format+== Return Value == 
-=== Return Value === +  * Type:​Int32 
-^ Return ​Type ^ + 
-| ImageFormat<​!-- System.Drawing.Imaging.ImageFormat --> ​  |+** {{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 **
  
-<!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> 
-[[#Public Properties|Go Back]] 
-==== Layers ==== 
 Gets a string collection of layer names from current requesting uri. Gets a string collection of layer names from current requesting uri.
-=== Remarks ​===+== Remarks ==
 Gets a string collection of layer names from current requesting uri. Gets a string collection of layer names from current requesting uri.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Collection<​String>​ 
-Collection<​String>​<!-- System.Collections.ObjectModel.Collection{System.String--> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} Styles **
  
-<!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> 
-[[#Public Properties|Go Back]] 
-==== Styles ==== 
 Gets a string collection of style names from the currently requested URI. Gets a string collection of style names from the currently requested URI.
-=== Remarks ​===+== Remarks ==
 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 Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Collection<​String>​
-Collection<​String>​<!-- System.Collections.ObjectModel.Collection{System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> +** {{wiki:​PublicProperty.gif|}} BoundingBox **
-[[#Public Properties|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 --> +Gets or sets the bounding box of the currently requested viewport, in world coordinates
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Width ==== +Gets or sets the bounding box of the currently ​requested ​viewport, in world coordinates
-Gets or sets the width, in pixel unit, of the image being requested. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> +** {{wiki:​PublicProperty.gif|}} ImageFormat ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +Gets or sets the requested image format
-===== Public Events ====+== Remarks == 
-__NOTOC__ +Gets or sets the requested image format. 
-[[Category:​WmsServerEdition]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.WmsServerEdition]] +  * Type:​ImageFormat 
-[[Category:​UpdateDocumentation]]+ 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.wmsserveredition.getmaprequest.1440040136.txt.gz · Last modified: 2015/09/22 08:50 (external edit)