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!
N/A
N/A
N/A
N/A
serverUris
webProxy
clientId
This is the constructor the for the class.
This constructor initializes a new WorldMapKitWmsRasterSource and downloads and parses the service description.
serverUris
clientId
N/A
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
screenPointF
infoFormat
maxFeatures
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
worldExtent
canvasWidth
canvasHeight
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
Get the request URLs from the client to the WMS servers.
N/A
Return Value
worldExtent
canvasWidth
canvasHeight
This API gets the GetCapabilites document of the service.
N/A
Return Value
This method returns the projected or geographic coordinate reference systems to be used.
N/A
Return Value
This method returns the exception format at the server side.
None.
Return Value
This API gets the WMS server FeatureInfo formats of the service.
N/A
Return Value
This method returns the names of all layers at the server side.
None.
Return Value
This method returns the output format at the server side.
None.
Return Value
This method returns the names of all styles at the server side.
None.
Return Value
This API gets the WMS server version of the service.
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
clickedPosition
maxFeatures
infoFormat
N/A
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
screenPointF
infoFormat
maxFeatures
This method returns an image based on the worldExtent and image width and height.
This method is responsible for returning the image based on the parameters passed in.
Return Value
worldExtent
canvasWidth
canvasHeight
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
N/A
N/A
This property allows the active layers requested from the client to be shown on the map.
When requesting a map, a client may specify the layers to be shown on the map.
Return Type:Collection<String>
This property allows the active styles requested from the client to be shown on the map.
When requesting a map, a client may specify the styles to be shown on the map.
Return Type:Collection<String>
N/A
N/A
Return Type:WmsAxisOrder
N/A
N/A
Return Type:Single
N/A
N/A
Return Type:TimeSpan
Gets or sets a value that is unique to your client ID, please keep your key secure.
N/A
Return Type:String
This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.
N/A
Return Type:ICredentials
This property gets or sets the projected or geographic coordinate reference system to be used.
N/A
Return Type:String
This property indicates the format in which the client wishes to be notified of service exceptions.
Upon receiving a request that is invalid according to the OGC standard, the server shall issue a service exception report. The service report is meant to describe to the client application or its human user the reason(s) that the request is invalid.
Return Type:String
N/A
N/A
Return Type:Single
N/A
N/A
Return Type:Boolean
N/A
N/A
Return Type:Boolean
N/A
N/A
Return Type:Boolean
N/A
N/A
Return Type:Boolean
This property gets or sets the desired output format for the map being requested from the WMS.
When requesting a map, a client may specify the output format in which to show the map. Formats are specified as MIME types such as “image/gif” or “image/png”.
Return Type:String
This property specifies a dictionary used to update the request sent from the client to the WMS server.
N/A
Return Type:Dictionary<String,String>
Gets or sets a value that is unique to your client ID, please keep your key secure.
N/A
Return Type:String
N/A
N/A
Return Type:Projection
This property gets or sets the proxy used for requesting a Web Response.
N/A
Return Type:WebProxy
N/A
N/A
Return Type:Single
This property specifies the URI of the Tiled WMS server.
N/A
Return Type:Collection<Uri>
Represent the tile height of request.
N/A
Return Type:Int32
Represent the tile width of request.
N/A
Return Type:Int32
This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds.
N/A
Return Type:Int32
N/A
N/A
Return Type:Single
This property gets or sets the ZoomLevelSet used for the WpfMap control.
N/A
Return Type:ZoomLevelSet
N/A
N/A
Return Type:Boolean
N/A
N/A
Return Type:Boolean
N/A
N/A
Return Type:Boolean
N/A
N/A
N/A
N/A
This event is called before sending the reqeust for tile image.
This event is called before sending the reqeust for tile image. It is typical that user want to get the url of reqeust and modify it according to their requirements. For example, user could create a signiture for it, and verify it on the server side.
Event Arguments:SendingWebRequestEventArgs
This event is called before sending the reqeust for tile image.
This event is called before sending the reqeust for tile image. It is typical that user want to get the url of reqeust and modify it according to their requirements. For example, user could create a signiture for it, and verify it on the server side.
Event Arguments:SentWebRequestEventArgs