This file declares DtDegMinSec and DtUtmReferencePoint.
More...
Go to the source code of this file.
|
| class | DtDegMinSec |
| | DtDegMinSec is a flyweight data class used to represent a a complex location for latitude or longitude in Degrees, Minutes, Seconds, and Direction where positive direction is north and west. More...
|
| |
| class | DtUtmReferencePoint |
| | DtUtmReferencePoints are used to represent an independent reference point for a UTM coordinate system. More...
|
| |
| Enumerator |
|---|
| DtEast |
|
| DtWest |
|
| DtNorth |
|
| DtSouth |
|
| int DtUtmGridZoneFromLatLon |
( |
double |
latitude, |
|
|
double |
longitude |
|
) |
| |
Given a latitude & longitude, returns the UTM zone number in which that coordinates resides.
With the exception of a couple anomalies, the world is broken up into 6 degree wide slices.