Click or drag to resize

WmsMapService Class

Class encapsulating a WMS service.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Tools.ReprojectionMapService
    Ptv.XServer.Controls.Map.Tools.ReprojectionWmsMapService

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class WmsMapService : MapService

The WmsMapService type exposes the following members.

Constructors
  NameDescription
Public methodWmsMapService
Creates and initializes an instance of WmsMapService.
Top
Properties
  NameDescription
Public propertyCrs
Defines the CRS to be used when requesting map images.
(Inherited from MapService.)
Public propertyLimits
Optionally defines the limits of a MapService in PTV Mercator (EPSG:76131).
(Inherited from MapService.)
Public propertyMinAlignment
Defines the position of (MinX|MinY) in images returned by this service.
(Inherited from MapService.)
Top
Methods
  NameDescription
Protected methodCreateRequest
Creates and initializes the WebRequest that requests the map image.
Public methodGetImageStream(IBoundingBox, Size)
Loads a map image using the specified bounding box and size.
(Inherited from MapService.)
Public methodGetImageStream(IBoundingBox, Size, Size)
Loads a map image using the specified bounding box and size.
(Overrides MapServiceGetImageStream(IBoundingBox, Size, Size).)
Protected methodInstantiateUrl
Creates and initializes a url using the internal template, given the request parameters that replace the placeholders in the template.
Top
Fields
  NameDescription
Public fieldOnRequestCreated
Additional event that will be triggered after the request has been created. Used for request customization.
Protected fieldPlaceholders
Names the placeholders
Protected fieldUrlTemplate
URL template
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also