Click or drag to resize

Reprojector.SetDatumShiftParameters Method (Reprojector.Side, 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(
	Reprojector.Side side,
	double dx,
	double dy,
	double dz
)

Parameters

side
Type: DHI.Projections.Reprojector.Side
Side to apply to, source or target
dx
Type: System.Double
dx in meters
dy
Type: System.Double
dy in meters
dz
Type: System.Double
dz in meters
See Also