ReprojectionProvider Class |
Namespace: Ptv.XServer.Controls.Map.Layers
The ReprojectionProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReprojectionProvider |
Constructor of the reprojection provider, which performs an image processing
to match coordinate reference systems, which commonly differ in their projections.
|
Name | Description | |
---|---|---|
![]() | CacheId | Gets the cache id used to cache the tiled map. |
![]() | MaxZoom | Gets the maximum level where tiles are available. |
![]() | MinZoom | Gets the minimum level where tiles are available. |
![]() | Proxy | Gets or sets the proxy used for a web request. Especially for setting the proxy URI
and/or credentials, a new WebProxy object can be created assigned to this property. |
![]() | UserAgent | Gets or sets the value of the user agent HTTP header. |
Name | Description | |
---|---|---|
![]() | GetImageStream(Int32, Int32, Int32) | Returns a serialized bitmapCache. |
![]() | GetImageStream(Double, Double, Double, Double, Int32, Int32) | Returns a bitmap for a map section specified in PTV-internal Mercator format. |
![]() ![]() | TileToSphereMercator |
Calculate the Mercator bounds for a tile key
|
Name | Description | |
---|---|---|
![]() | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |