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: 19.0.0.0 (11.1.1.1111)
Syntax public static string Longitude2UtmZone(
double lon
)
Public Shared Function Longitude2UtmZone (
lon As Double
) As String
public:
static String^ Longitude2UtmZone(
double lon
)
static member Longitude2UtmZone :
lon : float -> string
Parameters
- lon
- Type: SystemDouble
Name of map projection, WKT string
Return Value
Type:
StringUTM zone WKT string
See Also