Home
last modified time | relevance | path

Searched refs:GeoLocation (Results 1 – 25 of 920) sorted by relevance

12345678910>>...37

/dports/net-im/psi/psi-1.5/src/
H A Dgeolocation.cpp27 GeoLocation::GeoLocation() in GeoLocation() function in GeoLocation
31 GeoLocation::GeoLocation(const QDomElement& el) in GeoLocation() function in GeoLocation
177 void GeoLocation::setAlt(float alt) in setAlt()
186 void GeoLocation::setError(float error) in setError()
191 void GeoLocation::setLat(float lat) in setLat()
196 void GeoLocation::setLon(float lon) in setLon()
261 const QString& GeoLocation::area() const in area()
296 bool GeoLocation::isNull() const in isNull()
302 bool GeoLocation::operator==(const GeoLocation& o) const in operator ==()
318 bool GeoLocation::operator!=(const GeoLocation& o) const in operator !=()
[all …]
H A Dgeolocation.h34 class GeoLocation
37 GeoLocation();
38 GeoLocation(const QDomElement&);
83 bool operator==(const GeoLocation&) const;
84 bool operator!=(const GeoLocation&) const;
H A Duserlist.h68 void setGeoLocation(const GeoLocation&);
69 const GeoLocation& geoLocation() const;
78 GeoLocation v_geoLocation;
143 void setGeoLocation(const GeoLocation&);
144 const GeoLocation& geoLocation() const;
175 GeoLocation v_geoLocation;
/dports/devel/easyexif/easyexif-1.0/
H A Dexif.cpp752 this->GeoLocation.Latitude = -this->GeoLocation.Latitude; in parseFromEXIFSegment()
770 this->GeoLocation.Latitude = -this->GeoLocation.Latitude; in parseFromEXIFSegment()
782 this->GeoLocation.Longitude = -this->GeoLocation.Longitude; in parseFromEXIFSegment()
800 this->GeoLocation.Longitude = -this->GeoLocation.Longitude; in parseFromEXIFSegment()
808 this->GeoLocation.Altitude = -this->GeoLocation.Altitude; in parseFromEXIFSegment()
818 this->GeoLocation.Altitude = -this->GeoLocation.Altitude; in parseFromEXIFSegment()
869 GeoLocation.Latitude = 0; in clear()
870 GeoLocation.Longitude = 0; in clear()
871 GeoLocation.Altitude = 0; in clear()
872 GeoLocation.AltitudeRef = 0; in clear()
[all …]
H A Ddemo.cpp61 result.GeoLocation.Latitude, result.GeoLocation.LatComponents.degrees, in main()
62 result.GeoLocation.LatComponents.minutes, in main()
63 result.GeoLocation.LatComponents.seconds, in main()
64 result.GeoLocation.LatComponents.direction); in main()
66 result.GeoLocation.Longitude, result.GeoLocation.LonComponents.degrees, in main()
67 result.GeoLocation.LonComponents.minutes, in main()
68 result.GeoLocation.LonComponents.seconds, in main()
69 result.GeoLocation.LonComponents.direction); in main()
70 printf("GPS Altitude : %f m\n", result.GeoLocation.Altitude); in main()
71 printf("GPS Precision (DOP) : %f\n", result.GeoLocation.DOP); in main()
/dports/misc/openmvg/openMVG-2.0/src/third_party/easyexif/
H A Dexif.cpp776 this->GeoLocation.Latitude = -this->GeoLocation.Latitude; in parseFromEXIFSegment()
789 this->GeoLocation.Latitude = in parseFromEXIFSegment()
794 this->GeoLocation.Latitude = -this->GeoLocation.Latitude; in parseFromEXIFSegment()
806 this->GeoLocation.Longitude = -this->GeoLocation.Longitude; in parseFromEXIFSegment()
819 this->GeoLocation.Longitude = in parseFromEXIFSegment()
824 this->GeoLocation.Longitude = -this->GeoLocation.Longitude; in parseFromEXIFSegment()
832 this->GeoLocation.Altitude = -this->GeoLocation.Altitude; in parseFromEXIFSegment()
842 this->GeoLocation.Altitude = -this->GeoLocation.Altitude; in parseFromEXIFSegment()
899 GeoLocation.AltitudeRef = 0; in clear()
904 GeoLocation.LatComponents.direction = '?'; in clear()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DGeoLocation.h31 class AWS_ROUTE53_API GeoLocation
34 GeoLocation();
35 GeoLocation(const Aws::Utils::Xml::XmlNode& xmlNode);
36 GeoLocation& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
111 …inline GeoLocation& WithContinentCode(const Aws::String& value) { SetContinentCode(value); return … in WithContinentCode()
123 …inline GeoLocation& WithContinentCode(Aws::String&& value) { SetContinentCode(std::move(value)); r… in WithContinentCode()
135 … inline GeoLocation& WithContinentCode(const char* value) { SetContinentCode(value); return *this;} in WithContinentCode()
184 …inline GeoLocation& WithCountryCode(const Aws::String& value) { SetCountryCode(value); return *thi… in WithCountryCode()
192 …inline GeoLocation& WithCountryCode(Aws::String&& value) { SetCountryCode(std::move(value)); retur… in WithCountryCode()
200 inline GeoLocation& WithCountryCode(const char* value) { SetCountryCode(value); return *this;} in WithCountryCode()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dgeolocation.cpp12 GeoLocation::GeoLocation(const dms &lng, const dms &lat, const QString &name, const QString &provin… in GeoLocation() function in GeoLocation
28 GeoLocation::GeoLocation(double x, double y, double z, const QString &name, const QString &province, in GeoLocation() function in GeoLocation
46 QString GeoLocation::fullName() const in fullName()
60 void GeoLocation::setEllipsoid(int i) in setEllipsoid()
70 void GeoLocation::changeEllipsoid(int index) in changeEllipsoid()
76 QString GeoLocation::translatedName() const in translatedName()
102 void GeoLocation::cartToGeod() in cartToGeod()
132 void GeoLocation::geodToCart() in geodToCart()
166 double GeoLocation::LMST(double jd) in LMST()
183 bool GeoLocation::isReadOnly() const in isReadOnly()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/openMVG/exif/
H A Dexif_IO_EasyExif.cpp174 << (*pimpl_).get().GeoLocation.Latitude << ", " in allExifData()
175 << (*pimpl_).get().GeoLocation.LatComponents.degrees << ", " in allExifData()
176 << (*pimpl_).get().GeoLocation.LatComponents.minutes << ", " in allExifData()
177 << (*pimpl_).get().GeoLocation.LatComponents.seconds << ", " in allExifData()
180 << (*pimpl_).get().GeoLocation.Longitude << ", " in allExifData()
181 << (*pimpl_).get().GeoLocation.LonComponents.degrees << ", " in allExifData()
182 << (*pimpl_).get().GeoLocation.LonComponents.minutes << ", " in allExifData()
183 << (*pimpl_).get().GeoLocation.LonComponents.seconds << ", " in allExifData()
202 (*latitude) = (*pimpl_).get().GeoLocation.Latitude; in GPSLatitude()
212 (*longitude) = (*pimpl_).get().GeoLocation.Longitude; in GPSLongitude()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/source/model/
H A DGeoLocation.cpp21 GeoLocation::GeoLocation() : in GeoLocation() function in Aws::SecurityHub::Model::GeoLocation
29 GeoLocation::GeoLocation(JsonView jsonValue) : in GeoLocation() function in Aws::SecurityHub::Model::GeoLocation
38 GeoLocation& GeoLocation::operator =(JsonView jsonValue) in operator =()
57 JsonValue GeoLocation::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-guardduty/source/model/
H A DGeoLocation.cpp21 GeoLocation::GeoLocation() : in GeoLocation() function in Aws::GuardDuty::Model::GeoLocation
29 GeoLocation::GeoLocation(JsonView jsonValue) : in GeoLocation() function in Aws::GuardDuty::Model::GeoLocation
38 GeoLocation& GeoLocation::operator =(JsonView jsonValue) in operator =()
57 JsonValue GeoLocation::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/source/model/
H A DGeoLocation.cpp23 GeoLocation::GeoLocation() : in GeoLocation() function in Aws::Route53::Model::GeoLocation
30 GeoLocation::GeoLocation(const XmlNode& xmlNode) : in GeoLocation() function in Aws::Route53::Model::GeoLocation
38 GeoLocation& GeoLocation::operator =(const XmlNode& xmlNode) in operator =()
67 void GeoLocation::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dskyobject.h19 class GeoLocation; variable
233 …QTime riseSetTime(const KStarsDateTime &dt, const GeoLocation *geo, bool rst, bool exact = true) c…
243 …QTime riseSetTimeUT(const KStarsDateTime &dt, const GeoLocation *geo, bool rst, bool exact = true)…
253 dms riseSetTimeAz(const KStarsDateTime &dt, const GeoLocation *geo, bool rst) const;
261 QTime transitTime(const KStarsDateTime &dt, const GeoLocation *geo) const;
268 QTime transitTimeUT(const KStarsDateTime &dt, const GeoLocation *geo) const;
275 dms transitAltitude(const KStarsDateTime &dt, const GeoLocation *geo) const;
285 SkyPoint recomputeCoords(const KStarsDateTime &dt, const GeoLocation *geo = nullptr) const;
290 SkyPoint recomputeHorizontalCoords(const KStarsDateTime &dt, const GeoLocation *geo) const;
341 …QTime auxRiseSetTimeUT(const KStarsDateTime &dt, const GeoLocation *geo, const dms *righta, const …
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DGeoLocation.h30 class AWS_SECURITYHUB_API GeoLocation
33 GeoLocation();
34 GeoLocation(Aws::Utils::Json::JsonView jsonValue);
35 GeoLocation& operator=(Aws::Utils::Json::JsonView jsonValue);
57 inline GeoLocation& WithLon(double value) { SetLon(value); return *this;} in WithLon()
78 inline GeoLocation& WithLat(double value) { SetLat(value); return *this;} in WithLat()
H A DActionRemoteIpDetails.h190 inline const GeoLocation& GetGeoLocation() const{ return m_geoLocation; } in GetGeoLocation()
200 …inline void SetGeoLocation(const GeoLocation& value) { m_geoLocationHasBeenSet = true; m_geoLocati… in SetGeoLocation()
205 …inline void SetGeoLocation(GeoLocation&& value) { m_geoLocationHasBeenSet = true; m_geoLocation = … in SetGeoLocation()
210 …inline ActionRemoteIpDetails& WithGeoLocation(const GeoLocation& value) { SetGeoLocation(value); r… in WithGeoLocation()
215 …inline ActionRemoteIpDetails& WithGeoLocation(GeoLocation&& value) { SetGeoLocation(std::move(valu… in WithGeoLocation()
231 GeoLocation m_geoLocation;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-guardduty/include/aws/guardduty/model/
H A DGeoLocation.h30 class AWS_GUARDDUTY_API GeoLocation
33 GeoLocation();
34 GeoLocation(Aws::Utils::Json::JsonView jsonValue);
35 GeoLocation& operator=(Aws::Utils::Json::JsonView jsonValue);
57 inline GeoLocation& WithLat(double value) { SetLat(value); return *this;} in WithLat()
78 inline GeoLocation& WithLon(double value) { SetLon(value); return *this;} in WithLon()
H A DRemoteIpDetails.h110 inline const GeoLocation& GetGeoLocation() const{ return m_geoLocation; } in GetGeoLocation()
120 …inline void SetGeoLocation(const GeoLocation& value) { m_geoLocationHasBeenSet = true; m_geoLocati… in SetGeoLocation()
125 …inline void SetGeoLocation(GeoLocation&& value) { m_geoLocationHasBeenSet = true; m_geoLocation = … in SetGeoLocation()
130 …inline RemoteIpDetails& WithGeoLocation(const GeoLocation& value) { SetGeoLocation(value); return … in WithGeoLocation()
135 …inline RemoteIpDetails& WithGeoLocation(GeoLocation&& value) { SetGeoLocation(std::move(value)); r… in WithGeoLocation()
217 GeoLocation m_geoLocation;
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/dialogs/
H A Dlocationdialoglite.cpp98 foreach (GeoLocation *loc, data->getGeoList()) in initCityList()
131 foreach (GeoLocation *loc, data->getGeoList()) in filterCity()
196 GeoLocation *g = nullptr; in addCity()
311 GeoLocation *geo = filteredCityList.value(fullName); in getCity()
322 GeoLocation *geo = filteredCityList.value(fullName); in getProvince()
333 GeoLocation *geo = filteredCityList.value(fullName); in getCountry()
344 GeoLocation *geo = filteredCityList.value(fullName); in getLatitude()
355 GeoLocation *geo = filteredCityList.value(fullName); in getLongitude()
366 GeoLocation *geo = filteredCityList.value(fullName); in getTZ()
394 foreach (GeoLocation *loc, data->getGeoList()) in isDuplicate()
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/src/ontologies/nepomuk/
H A D92-slo.ontology58 slo:GeoLocation a rdfs:Class ;
64 #Properties of GeoLocation
68 rdfs:domain slo:GeoLocation ;
75 rdfs:domain slo:GeoLocation ;
82 rdfs:domain slo:GeoLocation ;
89 rdfs:domain slo:GeoLocation ;
96 rdfs:domain slo:GeoLocation ;
103 rdfs:domain slo:GeoLocation ;
110 rdfs:domain slo:GeoLocation ;
117 rdfs:domain slo:GeoLocation ;
[all …]
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_scheduler_ops.h35 class GeoLocation; variable
67 …void runSimpleJob(const GeoLocation &geo, const SkyObject *targetObject, const QDateTime &startUTi…
70 const GeoLocation &geo, const QVector<SkyObject*> targetObjects,
82 void initScheduler(const GeoLocation &geo, const QDateTime &startUTime, QTemporaryDir *dir,
88 const GeoLocation &geo, const QDateTime &startUTime,
92 const GeoLocation &geo, const QDateTime &startUTime,
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarsdata.h229 GeoLocation *geo() in geo()
235 QList<GeoLocation *> &getGeoList() in getGeoList()
240 GeoLocation *locationNamed(const QString &city, const QString &province = QString(),
249 GeoLocation *nearestLocation(double longitude, double latitude);
255 void setLocation(const GeoLocation &l);
406 void updateTime(GeoLocation *geo, const bool automaticDSTchange = true);
539 void resetToNewDST(GeoLocation *geo, const bool automaticDSTchange);
550 GeoLocation m_Geo;
587 QList<GeoLocation *> geoList;
H A Dksalmanac.h24 class GeoLocation; variable
40 KSAlmanac(const KStarsDateTime &midnight, const GeoLocation *geo = nullptr);
59 void setLocation(const GeoLocation *geo_);
135 const GeoLocation *geo { nullptr };
/dports/math/cvc4/CVC4-1.7/test/regress/regress0/
H A Dbug605.cvc4 % GeoLocation
5 GeoLocation: TYPE = [# longitude: INT, latitude: INT #];
8 StationaryObject: TYPE = [# geoLoc: SET OF GeoLocation #];
15 p1: GeoLocation = (# longitude := 0, latitude := 0 #);
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dmodcalcdaylength.h17 class GeoLocation; variable
43 void updateAlmanac(const QDate &d, GeoLocation *geo);
50 GeoLocation *geoPlace { nullptr };
51 GeoLocation *geoBatch { nullptr };
/dports/sysutils/tracker/tracker-2.3.4/src/ontologies/nepomuk/
H A D92-slo.ontology60 slo:GeoLocation a rdfs:Class ;
66 #Properties of GeoLocation
70 rdfs:domain slo:GeoLocation ;
77 rdfs:domain slo:GeoLocation ;
84 rdfs:domain slo:GeoLocation ;
91 rdfs:domain slo:GeoLocation ;
98 rdfs:domain slo:GeoLocation ;
105 rdfs:domain slo:GeoLocation ;
112 rdfs:domain slo:GeoLocation ;
119 rdfs:domain slo:GeoLocation ;
[all …]

12345678910>>...37