Click or drag to resize

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.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Reprojector Reprojector { get; set; }

Property Value

Type: Reprojector
See Also