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.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void InvertOrder()
public:
void InvertOrder()
member InvertOrder : unit -> unit
See Also