CanvasMap
Getting Started Tutorials 3D Reference

Class CMProjectorUTM extends CMProjector

CMProjectorUTM


Copyright (C) 2020, Humboldt State University, Jim Graham

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see
.

Settings Group: UTM

Setting Name Type Options Default Comments
Datum Datum CMTYPE_ENUMERATED CMProjector.WGS_84, CMProjector.NAD_27, CMProjector.NAD_83 CMProjector.WGS_84 Datum for the projection
Zone Zone CMTYPE_INTEGER 10 The UTM Zone (could be north or south)
South South CMTYPE_BOOLEAN false true for southern hemisphere

Static Functions

ReturnsFunctionThrows
GetUTMZoneFromLonLat()
GetSouthFromLat()
GetUTMZoneFromEPSG()
GetSouthFromEPSG()
GetEPSGFromUTM()

Static Functions

GetUTMZoneFromLonLat()

Utility function to find the UTM Zone that a lat/lon pair resides in.
Not currently used.

GetSouthFromLat()

Utility function to find if a latitude is in the south
Not currently used.

GetUTMZoneFromEPSG()

Utility function to find the UTM zone from an EPSG code
Not currently used.

GetSouthFromEPSG()

Utility function to find if the EPSGcode for a UTM zone is in the south
Not currently used.

GetEPSGFromUTM()

Utility function to find the UTMZone for an EPSG code
Not currently used.