Crs.ChangeDatumTo Method
Low-level method transforming longitude and latitude to a new geodetic datum.
ChangeDatumTo(GeodeticDatum datum, Point point)
Low-level method transforming longitude and latitude to a new geodetic datum.Syntax
public Point ChangeDatumTo (
GeodeticDatum datum,
Point point
)
Parameters
A new geodetic datum
Return Value
The same point, expressed in longitude and latitude of the new geodetic datum.
Remarks
This is a low-level method, and it is an exception to the rule that the methods of a Crs deals with points expressed as Easting and Northing in its own map Projection. For most purposes, application code should call the ProjectTo methods instead of this method.
Platforms
Windows, Linux, Android