Click or drag to resize

MapService Class

Class encapsulating a service that delivers map images.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Tools.ReprojectionMapService
    Ptv.XServer.Controls.Map.Layers.WmtsLayerWmtsMapService
    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 abstract class MapService : IExtendedMapService<IBoundingBox>, 
	IMapService<IBoundingBox>

The MapService type exposes the following members.

Constructors
  NameDescription
Protected methodMapService
Constructor of the abstract base class which encapsulates a service that delivers map images.
Top
Properties
  NameDescription
Public propertyCrs
Defines the CRS to be used when requesting map images.
Public propertyLimits
Optionally defines the limits of a MapService in PTV Mercator (EPSG:76131).
Public propertyMinAlignment
Defines the position of (MinX|MinY) in images returned by this service.
Top
Methods
  NameDescription
Public methodGetImageStream(IBoundingBox, Size)
Loads a map image using the specified bounding box and size.
Public methodGetImageStream(IBoundingBox, Size, Size)
Loads a map image using the specified bounding box and size.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also