Click or drag to resize

ReprojectorSetDatumShiftParameters Method (ReprojectorSide, Double, Double, Double)

Sets the 3-parameter datum shift parameters of either the source or the target map projection.

This call will reset the BypassDatumConversions flag

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetDatumShiftParameters(
	ReprojectorSide side,
	double dx,
	double dy,
	double dz
)

Parameters

side
Type: DHI.ProjectionsReprojectorSide
Side to apply to, source or target
dx
Type: SystemDouble
dx in meters
dy
Type: SystemDouble
dy in meters
dz
Type: SystemDouble
dz in meters
See Also