====== ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest ====== {{section>upgrade_map_suite_to_10.0}} 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 ===== *System.Object **[[ThinkGeo.MapSuite.WmsServerEdition.GetFeatureInfoRequest]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#GetFeatureInfoRequest()|GetFeatureInfoRequest]] | | | Initialize an instance of the RequestInfo class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{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 ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{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. | | {{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}}[[#FeatureCount|FeatureCount]] | Int32 | | The number of features about which to return information (default=1). | | {{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}}[[#InfoFormat|InfoFormat]] | String | | Returns the format of the feature information (MIME type). | | {{wiki:PublicProperty.gif|Public Property}}[[#QueryLayers|QueryLayers]] | Collection | | A comma-separated list of one or more layers to be queried. | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenX|ScreenX]] | Single | | The X coordinate, in pixels, of the feature (measured from the upper left corner, which is 0) | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenY|ScreenY]] | Single | | The Y coordinate, in pixels, of the feature (measured from the upper left corner, which is 0) | | {{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 ==== ^ 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 ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|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 ^ | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[#Public Properties|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 | [[#Public Properties|Go Back]] ==== CustomParameter ==== Represents the custom parameter that comes from the client's request. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== FeatureCount ==== The number of features about which to return information (default=1). === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|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 | [[#Public Properties|Go Back]] ==== InfoFormat ==== Returns the format of the feature information (MIME type). === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== QueryLayers ==== A comma-separated list of one or more layers to be queried. === Return Value === ^ Return Type ^ | Collection | [[#Public Properties|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 | [[#Public Properties|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 | [[#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 | [[#Public Properties|Go Back]] ==== Width ==== Gets or sets the width, in pixel unit, of the image being requested. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:WmsServerEdition]] [[Category:ThinkGeo.MapSuite.WmsServerEdition]] [[Category:UpdateDocumentation]]