![]() |
TerraLib 4.1
|
This file contains algorithms to deal with geographical coordinates. More...
Go to the source code of this file.
Functions | |
| TLFUNCTIONS_DLL bool | TeLongDMS2DD (char hem, short &dg, short &mn, float &sc, double &grauDec) |
| Transform a Longitude Coordinate in degrees, minutes and seconds to decimal degrees. | |
| TLFUNCTIONS_DLL bool | TeLatDMS2DD (char hem, short &dg, short &mn, float &sc, double &grauDec) |
| Transform a Latitude Coordinate in degrees, minutes and seconds to decimal degrees. | |
This file contains algorithms to deal with geographical coordinates.
| TLFUNCTIONS_DLL bool TeLatDMS2DD | ( | char | hem, |
| short & | dg, | ||
| short & | mn, | ||
| float & | sc, | ||
| double & | grauDec | ||
| ) |
Transform a Latitude Coordinate in degrees, minutes and seconds to decimal degrees.
| hem | a character that indicates West or East |
| dg | dregrees value |
| mn | minutes value |
| sc | seconds value |
| grauDec | returns the decimal degree value |
| TLFUNCTIONS_DLL bool TeLongDMS2DD | ( | char | hem, |
| short & | dg, | ||
| short & | mn, | ||
| float & | sc, | ||
| double & | grauDec | ||
| ) |
Transform a Longitude Coordinate in degrees, minutes and seconds to decimal degrees.
| hem | a character that indicates North or South hemisphere |
| dg | dregrees value |
| mn | minutes value |
| sc | seconds value |
| grauDec | returns the decimal degree value |