Crs.UnprojectToLongLat Method
Low-level methods that converts projected coordinates back to longitude and latitude.
UnprojectToLongLat(Point point)
Low-level methods that converts projected coordinates back to longitude and latitude.Syntax
public Point UnprojectToLongLat (
Point point
)
Parameters
A Point in projected coordinates (Easting and Northing).
Return Value
The same point expressed in geographic coordinates (longitude and latitude).
Remarks
This is a low-level method. For most purposes, application code should call the ProjectTo methods instead. See also ProjectFromLongLat.
Platforms
Windows, Linux, Android