GridReprojectorReprojector Property

Reprojector for handling datum conversions. It must convert Geo2Geo.

If the two projections share the same datum, the reprojection step can be omitted. However, the Reprojector is clever enough to do nothing in that case, so we make it anyway.

If not provided explicitly, a default Reprojector is created when setting the target. You can use this to set datum shift parameters.

Any updates to the default reprojector must be done after the target has been set and before calling Initialize.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public Reprojector Reprojector { get; set; }

Property Value

Reprojector

See Also