Click or drag to resize

GridInterpolatorSetupReprojection Method (Cartography)

Enable reprojection, i.e. conversion from a target coordinate system to the coordinate system of the grid.

The returned Reprojector object can be used for specifying datum shift parameters. The Reprojector is set up using the grid projection as the source projection and the projection provided in this method as the target projection. It must always have the convertion type Geo2Geo handling datum shifts only.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Reprojector SetupReprojection(
	Cartography targetCartography
)

Parameters

targetCartography
Type: DHI.ProjectionsCartography
Cartography object, using target projection

Return Value

Type: Reprojector
Reprojector. Set datum shift parameters if necessary.
See Also