GridReprojectorReprojector Property |
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.
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