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...
Protected Member Functions |
| void | setFromDegrees (double deg) |
| | Take a fully realized degree and separate out its parts into degrees/minutes/seconds.
|
Detailed Description
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.
Member Function Documentation
| void DtDegMinSec::setFromDegrees |
( |
double |
deg | ) |
|
|
protected |
Take a fully realized degree and separate out its parts into degrees/minutes/seconds.
| void DtDegMinSec::setLatFromDegrees |
( |
double |
deg | ) |
|
Same as setFromDegrees, but also sets the direction to DtNorth or DtSouth.
| void DtDegMinSec::setLonFromDegrees |
( |
double |
deg | ) |
|
Same as setFromDegrees, but also sets the direction to DtWest or DtEast.
Member Data Documentation
The documentation for this class was generated from the following file: