MapProjectionLongitude2UtmZone Method

Get the projection string for the UTM zone best matching the longitude coordinate

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static string Longitude2UtmZone(
	double lon
)

Parameters

lon  Double
Name of map projection, WKT string

Return Value

String
UTM zone WKT string

See Also