GridInterpolatorSetupReprojection(Reprojector, Cartography) Method

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

The Reprojector object is used for datum shift conversions only. The Reprojector must be 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, i.e. handling datum shifts only.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetupReprojection(
	Reprojector reprojector,
	Cartography targetCartography
)

Parameters

reprojector  Reprojector
Reprojector object
targetCartography  Cartography
Cartography object, using target projection

See Also