Home
last modified time | relevance | path

Searched refs:clipLat (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Ddms.py602 def parseDMS2(strLat, strLon, sep=S_SEP, clipLat=90, clipLon=180): argument
624 return LatLon2Tuple(parseDMS(strLat, suffix=_NS_, sep=sep, clip=clipLat),
628 def parse3llh(strllh, height=0, sep=_COMMA_, clipLat=90, clipLon=180): argument
676 return LatLon3Tuple(parseDMS(a, suffix=_NS_, clip=clipLat),
H A Dwebmercator.py341 lat, lon = parseDMS2(latlon, lon, clipLat=_LatLimit)
H A Dpoints.py108 self.lat, self.lon = parseDMS2(lat, lon, clipLat=0, clipLon=0) # PYCHOK LatLon2Tuple
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqgeocircle.cpp319 topLeft.setLatitude(QLocationUtils::clipLat(m_center.latitude() + lat_delta_in_deg)); in updateBoundingBox()
322 bottomRight.setLatitude(QLocationUtils::clipLat(m_center.latitude() - lat_delta_in_deg)); in updateBoundingBox()
H A Dqlocationutils_p.h109 inline static double clipLat(double lat, double clipValue = 90.0) {
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1845 …animationEndCoordinate.setLatitude(QLocationUtils::clipLat(latitude, QLocationUtils::mercatorMaxLa… in startFlick()