Click or drag to resize

ReprojectionProvider Class

Provider, which is capable of matching coordinate reference systems, which commonly do not match, because of different used projections. For example, Mercator projection does not match Gauss-Krueger-Format.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.LayersReprojectionProvider

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class ReprojectionProvider : ITiledProvider, 
	IUntiledProvider

The ReprojectionProvider type exposes the following members.

Constructors
  NameDescription
Public methodReprojectionProvider
Constructor of the reprojection provider, which performs an image processing to match coordinate reference systems, which commonly differ in their projections.
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.
Public propertyProxy
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.
Public propertyUserAgent
Gets or sets the value of the user agent HTTP header.
Top
Methods
  NameDescription
Public methodGetImageStream(Int32, Int32, Int32)
Returns a serialized bitmapCache.
Public methodGetImageStream(Double, Double, Double, Double, Int32, Int32)
Returns a bitmap for a map section specified in PTV-internal Mercator format.
Public methodStatic memberTileToSphereMercator
Calculate the Mercator bounds for a tile key
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also