Crs.FromUtmProjectionForPoint Method
FromUtmProjectionForPoint(Point pointInWgs84LongLat)
Returns the WGS84 UTM (or WGS84 UPS) coordinate reference system appropriate for the given point.Syntax
public static Crs FromUtmProjectionForPoint (
Point pointInWgs84LongLat
)
Parameters
A point, expressed in Wgs84LongLat.
Return Value
A predefined Crs, using UTM or UPS appropriate for the point.
Remarks
If the point latitude is between 80°S and 84°N, then the result will be a Crs based on WGS84 and the UtmProjection for the zone that contains the point. Otherwise, the result will be either Wgs84UpsNorth or Wgs84UpsSouth.
Platforms
Windows, Linux, Android