Click or drag to resize

GridReprojector Properties

The GridReprojector type exposes the following members.

Properties
  NameDescription
Public propertyDoInterpolate
Bool specifying whether to interpolate (true) or take the closest value (false, default)
Public propertyReprojector
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.

Public propertyTargetGridInfo
Information on target grid. Null if not set (before calling one of the SetTarget method).

If not specified fully the target grid-info, this is first populated fully after Initialize.

Top
See Also