16 #include <matrix/utmCoord.h>
17 #include <vl/utmView.h>
19 #define LAT_MIN_DEGREES -90.0
20 #define LAT_MAX_DEGREES 90.0
21 #define LON_MIN_DEGREES -180
22 #define LON_MAX_DEGREES 180.0
24 #define LAT_MIN_RADIANS DtDeg2Rad(LAT_MIN_DEGREES)
25 #define LAT_MAX_RADIANS DtDeg2Rad(LAT_MAX_DEGREES)
26 #define LON_MIN_RADIANS DtDeg2Rad(LON_MIN_DEGREES)
27 #define LON_MAX_RADIANS DtDeg2Rad(LON_MAX_DEGREES)
DT_DLL_terrainCS void setLatDtDegMinSecFromString(DtDegMinSec &dms, const char *dmsString)
DT_DLL_terrainCS void setDtDegMinSecFromString(DtDegMinSec &dms, const char *dmsString)
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
DT_DLL_terrainCS void setLonDtDegMinSecFromDegrees(DtDegMinSec &dms, double deg)
Definition: coordSystem.h:54
DT_DLL_terrainCS void setDtDegMinSecFromDegrees(DtDegMinSec &dms, double deg)
DT_DLL_terrainCS void xformLocationViaGeodetic(Coordinate_System *csFrom, Coordinate_System *csTo, DtPoint &in, DtPoint &out, const DtVector *offset=0)
DT_DLL_terrainCS void setLatDtDegMinSecFromDegrees(DtDegMinSec &dms, double deg)
DT_DLL_terrainCS void setLonDtDegMinSecFromString(DtDegMinSec &dms, const char *dmsString)
DT_DLL_terrainCS void newGeod2Utm(double lat, double lon, long *zone, double *northing, double *easting)
DT_DLL_terrainCS void newUtm2Geod(double northing, double easting, long zone, double *lat, double *lon)
#define DT_DLL_terrainCS
Definition: terrainCSDefines.h:23
DT_DLL_terrainCS void setUtmOriginLatLonFromZone(long zone, double northing, double easting, double scaleFactor=0.9996)
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
voidpf uLong offset
Definition: ioapi.h:42
DT_DLL_terrainCS void xformLocationViaGeocentric(Coordinate_System *csFrom, Coordinate_System *csTo, DtPoint &in, DtPoint &out, const DtVector *offset=0)
DT_DLL_terrainCS void degreesFromDegMinSec(double °, DtDegMinSec &dms)