GridInterpolatorReprojector Property |
Reprojector used when converting between map projections.
You can use this to set datum shift parameters. When no reprojection
is specified this will be null.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public Reprojector Reprojector { get; }
Public ReadOnly Property Reprojector As Reprojector
Get
public:
property Reprojector^ Reprojector {
Reprojector^ get ();
}
member Reprojector : Reprojector with get
Property Value
Type:
ReprojectorSee Also