ReprojectorInvertOrder Method

Invert the order of the conversion, by swapping the source and the target map projection, including any datum shift parameters.

Also the TypeOfConversion will be inverted, i.e. a type of Proj2Geo will be changed to Geo2Proj and vice versa.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void InvertOrder()

See Also