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 used when converting between map projections.

You can use this to set datum shift parameters.

Any updates to the 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