Class CMProjectorUTM extends CMProjector
CMProjectorUTM
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
Returns | Function | Throws |
---|---|---|
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.