MapProjectionLongitude2UtmZone Method |
Get the projection string for the UTM zone best matching the longitude coordinate
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic 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