Home
last modified time | relevance | path

Searched refs:degLon (Results 1 – 4 of 4) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/units/
H A DIUnit.cpp696 int degLon = reCoord1.cap(5).toInt(); in strToDeg() local
699 GPS_Math_DegMin_To_Deg(signLon, degLon, minLon, lon); in strToDeg()
716 int degLon = reCoord4.cap(6).toInt(); in strToDeg() local
720 GPS_Math_DegMinSec_To_Deg(signLon, degLon, minLon, secLon, lon); in strToDeg()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/units/
H A DIUnit.cpp904 int degLon = reCoord1.cap(5).toInt(); in strToDeg() local
907 GPS_Math_DegMin_To_Deg(signLon, degLon, minLon, lon); in strToDeg()
924 int degLon = reCoord4.cap(6).toInt(); in strToDeg() local
928 GPS_Math_DegMinSec_To_Deg(signLon, degLon, minLon, secLon, lon); in strToDeg()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimEnviHeader.cpp643 const char* degLon = NULL; in setMapInfo() local
648 degLon = kwl.find(prefix, in setMapInfo()
651 if (!tieLat || !tieLon || !degLat || !degLon) in setMapInfo()
661 mapInfoString += degLon; in setMapInfo()
/dports/astro/marble/marble-21.12.3/src/plugins/runner/pn2/
H A DPn2Runner.cpp82 qreal degLon = ( 1.0 * lon / 120.0 ); in importPolygon() local
84 GeoDataCoordinates coord( degLon / 180 * M_PI, degLat / 180 * M_PI ); in importPolygon()