Click or drag to resize

ReprojectionTileProvider Class

Provider that is capable to produce tiles given a MapService that in turn is capable to render map sections in a specific CRS that differs from EPSG:76131. The ReprojectionTileProvider will internally use a ReprojectionService to wrap MapService. This ReprojectionService is used to "map" the MapService's CRS to PTV Mercator using image reprojection.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Layers.WmtsLayerReprojectionTileProvider

Namespace:  Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class ReprojectionTileProvider : ITiledProvider

The ReprojectionTileProvider type exposes the following members.

Constructors
  NameDescription
Public methodReprojectionTileProvider
Creates and initializes an instance of ReprojectionTileProvider. The given map service will internally be wrapped in a ReprojectionService which is capable to map any source CRS to our EPSG:76131 using image reprojection.
Top
Properties
  NameDescription
Public propertyCacheId
Gets the cache id used to cache the tiled map.
Public propertyMaxZoom
Gets the maximum level where tiles are available.
Public propertyMinZoom
Gets the minimum level where tiles are available.
Protected propertyReprojectionService
Gets the ReprojectionService that wraps the outer MapService and is used to render our tiles.
Top
Methods
  NameDescription
Public methodGetImageStream
Returns a serialized bitmapCache.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also