WmsMapService Class |
Namespace: Ptv.XServer.Controls.Map.Tools.Reprojection
The WmsMapService type exposes the following members.
Name | Description | |
---|---|---|
WmsMapService | Creates and initializes an instance of WmsMapService. |
Name | Description | |
---|---|---|
Crs | Defines the CRS to be used when requesting map images. (Inherited from MapService.) | |
Limits |
Optionally defines the limits of a MapService in PTV Mercator (EPSG:76131).
(Inherited from MapService.) | |
MinAlignment |
Defines the position of (MinX|MinY) in images returned by this service.
(Inherited from MapService.) |
Name | Description | |
---|---|---|
CreateRequest | Creates and initializes the WebRequest that requests the map image. | |
GetImageStream(IBoundingBox, Size) | Loads a map image using the specified bounding box and size. (Inherited from MapService.) | |
GetImageStream(IBoundingBox, Size, Size) | Loads a map image using the specified bounding box and size. (Overrides MapServiceGetImageStream(IBoundingBox, Size, Size).) | |
InstantiateUrl |
Creates and initializes a url using the internal template,
given the request parameters that replace the placeholders in the template.
|
Name | Description | |
---|---|---|
OnRequestCreated | Additional event that will be triggered after the request has been created. Used for request customization. | |
Placeholders | Names the placeholders | |
UrlTemplate | URL template |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |