Click or drag to resize
MapProjectionLongitude2UtmZone Method
Get the projection string for the UTM zone best matching the longitude coordinate

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static string Longitude2UtmZone(
	double lon
)

Parameters

lon
Type: SystemDouble
Name of map projection, WKT string

Return Value

Type: String
UTM zone WKT string
See Also