Click or drag to resize

IMapServiceT Interface

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

Type Parameters

T

The IMapServiceT type exposes the following members.

Properties
  NameDescription
Public propertyCrs
Defines the CRS to be used when requesting map images.
Top
Methods
  NameDescription
Public methodGetImageStream
Loads a map image using the specified bounding box and size.
Top
See Also