This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.wmsserveredition.getmaprequest [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- 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 ===== | ||
| - | *System.Object | ||
| - | **[[ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetMapRequest()|GetMapRequest]] | | | 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}}[[#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 ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== GetMapRequest() ==== | ||
| - | 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<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#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]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#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<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CustomParameter ==== | ||
| - | Represents the custom parameter that comes from the client's request. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#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<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ImageFormat ==== | ||
| - | Gets or sets the requested image format. | ||
| - | === Remarks === | ||
| - | Gets or sets the requested image format. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ImageFormat<!-- System.Drawing.Imaging.ImageFormat --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== 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 === | ||
| - | ^ Return Type ^ | ||
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WmsServerEdition.GetMapRequest --> | ||
| - | [[#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 --> | ||
| - | [[#Public Properties|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.GetMapRequest --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ===== Public Events ===== | ||
| - | __NOTOC__ | ||
| - | [[Category:WmsServerEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.WmsServerEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.