Click or drag to resize

ReprojectionService Constructor

Creates and initializes an instance of ReprojectionService.

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 ReprojectionService(
	MapService sourceMapService,
	string crs,
	ImageReprojector reprojector = null,
	ReprojectionServiceOptions reprojectionServiceOptions = null
)

Parameters

sourceMapService
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionMapService
The inner map service that delivers the map images to be re-projected.
crs
Type: SystemString
The CRS to target by this instance.
reprojector (Optional)
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionImageReprojector
The re-projector to be used. Uses the default image re-projector if not explicitly set.
reprojectionServiceOptions (Optional)
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionReprojectionServiceOptions
Additional options to be used by this map service.
See Also