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
Public Interface IMapService(Of In T As IBoundingBox)
generic<typename T>
where T : IBoundingBox
public interface class IMapService
type IMapService<'T when 'T : IBoundingBox> = interface end
Type Parameters
- T
The IMapServiceT type exposes the following members.
Properties
| Name | Description |
---|
| Crs | Defines the CRS to be used when requesting map images. |
TopMethods
| Name | Description |
---|
| GetImageStream | Loads a map image using the specified bounding box and size. |
TopSee Also