Click or drag to resize

IExtendedMapServiceT Interface

Extended base interface of a service that delivers map images.

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 interface IExtendedMapService<in T> : IMapService<T>
where T : IBoundingBox

Type Parameters

T

The IExtendedMapServiceT type exposes the following members.

Properties
  NameDescription
Public propertyCrs
Defines the CRS to be used when requesting map images.
(Inherited from IMapServiceT.)
Public propertyLimits
Optionally defines the limits of a MapService in PTV Mercator (EPSG:76131).
Top
Methods
See Also