Home
last modified time | relevance | path

Searched refs:maxLat (Results 26 – 50 of 90) sorted by relevance

1234

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/apps/ossim-src2src/
H A Dossim-src2src.cpp247 ossim_float64 maxLat = -90.0; in main() local
314 if (maxLat < urg.lat) in main()
316 maxLat = urg.lat; in main()
361 points.push_back(ossimGpt(maxLat, minLon)); in main()
362 points.push_back(ossimGpt(maxLat, maxLon)); in main()
369 ossimGpt tie(maxLat, minLon); in main()
/dports/databases/tile38/tile38-1.12.0/controller/
H A Dsearch.go24 maxLat, maxLon float64 member
167 if s.maxLat, err = strconv.ParseFloat(smaxlat, 64); err != nil {
181 if s.minLat, s.minLon, s.maxLat, s.maxLon, err = geohash.Bounds(hash); err != nil {
191 if s.minLat, s.minLon, s.maxLat, s.maxLon, err = bing.QuadKeyToBounds(key); err != nil {
223 s.minLat, s.minLon, s.maxLat, s.maxLon = bing.TileXYToBounds(x, y, z)
248 s.maxLat = bbox.Max.Y
452 sw.col.Within(s.sparse, s.o, s.minLat, s.minLon, s.maxLat, s.maxLon, minZ, maxZ,
466 sw.col.Intersects(s.sparse, s.o, s.minLat, s.minLon, s.maxLat, s.maxLon, minZ, maxZ,
/dports/security/vault/vault-1.8.2/vendor/github.com/Sectorbob/mlab-ns2/gae/ns/geo/util/
H A DprocessMaxMind.go31 maxLat = 180 const
89 mEntry.Latitude = locid/1000 - maxLat/2
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/wms/
H A DCapabilities.cpp66 void Layer::getLatLonExtents(double &minLon, double &minLat, double &maxLon, double &maxLat) in getLatLonExtents() argument
71 maxLat = _maxLat; in getLatLonExtents()
74 void Layer::setLatLonExtents(double minLon, double minLat, double maxLon, double maxLat) in setLatLonExtents() argument
79 _maxLat = maxLat; in setLatLonExtents()
H A DReaderWriterWMS.cpp196 double minLon, minLat, maxLon, maxLat; in initialize() local
197 layer->getLatLonExtents(minLon, minLat, maxLon, maxLat); in initialize()
198 … GeoExtent wgs84Extent(SpatialReference::create("wgs84"), minLon, minLat, maxLon, maxLat); in initialize()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/gbfs/
H A Dgbfsjob.cpp425 double minLat = 90.0, maxLat = -90.0, minLon = 180.0, maxLon = -180.0; in finalize() local
434 maxLat = m_latitudes.back(); in finalize()
438 …filterOutliers(m_latitudes, minLat, maxLat, [](auto lat1, auto lat2) { return Location::distance(l… in finalize()
440 const auto lat = (maxLat - minLat) / 2.0; in finalize()
446 if (maxLat > minLat && maxLon > minLon) { in finalize()
447 m_service.boundingBox = QRectF(QPointF(minLon, minLat), QPointF(maxLon, maxLat)); in finalize()
/dports/devel/tcllib/tcllib-1.20/examples/mapproj/
H A Dtkmap.tcl147 regexp {^(........)(.*)} $line junk maxLat line
148 set maxLat [string trim $maxLat]
167 $minLat $minLon $maxLat $maxLon \
/dports/devel/tcllibc/tcllib-1.20/examples/mapproj/
H A Dtkmap.tcl147 regexp {^(........)(.*)} $line junk maxLat line
148 set maxLat [string trim $maxLat]
167 $minLat $minLon $maxLat $maxLon \
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DWMS.cpp68 void WMSLayer::getLatLonExtents(double &minLon, double &minLat, double &maxLon, double &maxLat) in getLatLonExtents() argument
73 maxLat = _maxLat; in getLatLonExtents()
76 void WMSLayer::setLatLonExtents(double minLon, double minLat, double maxLon, double maxLat) in setLatLonExtents() argument
81 _maxLat = maxLat; in setLatLonExtents()
H A DGeodeticLabelingEngine.cpp76 double maxLat = osg::maximum(osg::maximum(ll.y(), ul.y()), lr.y()); in updateLabels() local
82 int maxLatIndex = ceil(((maxLat + 90) / resDegrees)); in updateLabels()
/dports/astro/marble/marble-21.12.3/src/lib/marble/projections/
H A DAbstractProjection.h104 qreal maxLat() const;
105 void setMaxLat( qreal maxLat );
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/elevation/
H A DossimElevManager.h117 const ossim_float64& maxLat, in operator()
139 const ossim_float64& maxLat, in operator()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DViewportParams.cpp176 GeoDataCoordinates northPole( 0.0, +currentProjection()->maxLat() ); in polarity()
177 GeoDataCoordinates southPole( 0.0, -currentProjection()->maxLat() ); in polarity()
235 if ( lat > d->m_currentProjection->maxLat() ) in centerOn()
236 lat = d->m_currentProjection->maxLat(); in centerOn()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_Jack.cpp537 double maxLat = (double)lat / mSampleRate; in GraphOrderChanged() local
539 if (maxLat != mMaxOutputLatency) { in GraphOrderChanged()
540 mMaxOutputLatency = maxLat; in GraphOrderChanged()
541 scprintf("%s: max output latency %.1f ms\n", kJackDriverIdent, maxLat * 1e3); in GraphOrderChanged()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/elevation/
H A DossimElevManager.cpp267 const ossim_float64& maxLat, in getCellsForBounds() argument
295 cellDatabase->getCellsForBounds( minLat, minLon, maxLat, maxLon, cells, maxNumberOfCells ); in getCellsForBounds()
306 const ossim_float64& maxLat, in getCellsForBounds() argument
323 for (gpt.lat=minLat; gpt.lat<=maxLat; gpt.lat+=DELTA_DEG) in getCellsForBounds()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthAnnotation/
H A DAnnotationUtils.cpp288 float maxLat, in createEllipsoidGeometry() argument
295 float latSpan = maxLat - minLat; in createEllipsoidGeometry()
387 float maxLat, in createEllipsoid() argument
392 …ateEllipsoidGeometry(xRadius, yRadius, zRadius, color, maxAngle, minLat, maxLat, minLon, maxLon) ); in createEllipsoid()
399 bool solid = (maxLat-minLat >= 180.0f && maxLon-minLon >= 360.0f); in createEllipsoid()
H A DAnnotationUtils123 float minLat =-90.0, float maxLat=90.0, float minLon=-180.0, float maxLon=180.0);
128 float minLat =-90.0, float maxLat=90.0, float minLon=-180.0, float maxLon=180.0);
/dports/astro/marble/marble-21.12.3/src/bindings/python/sip/
H A DAbstractProjection.sip49 qreal maxLat () const;
50 void setMaxLat (qreal maxLat);
/dports/databases/tile38/tile38-1.12.0/controller/collection/
H A Dcollection.go420 func (c *Collection) Within(sparse uint8, obj geojson.Object, minLat, minLon, maxLat, maxLon, minZ,…
432 …json.Position{X: minLon, Y: minLat, Z: minZ}, Max: geojson.Position{X: maxLon, Y: maxLat, Z: maxZ}}
480 func (c *Collection) Intersects(sparse uint8, obj geojson.Object, minLat, minLon, maxLat, maxLon, m…
492 …json.Position{X: minLon, Y: minLat, Z: minZ}, Max: geojson.Position{X: maxLon, Y: maxLat, Z: maxZ}}
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapMAP.h80 qint32 maxLat = 0; member
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_3dtiles/
H A Dosgearth_3dtiles.cpp307 double minLat, minLon, maxLat, maxLon; in main_build() local
308 if (!arguments.read("--extent", minLat, minLon, maxLat, maxLon)) in main_build()
311 GeoExtent extent(SpatialReference::get("wgs84"), minLon, minLat, maxLon, maxLat); in main_build()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimAdrgHeader.h64 ossimString maxLat() const { return theMaxLat; } in maxLat() function
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_minimap/
H A Dosgearth_minimap.cpp149 double maxLat = osg::clampBelow(center.y() + radiusDegrees, 90.0); in getExtent() local
151 osgEarth::GeoExtent extent(srs, minLon, minLat, maxLon, maxLat); in getExtent()
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A DsphericalBase.py224 def maxLat(self, bearing): member in LatLonSphericalBase
260 return -self.maxLat(bearing)
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimAdrgTileSource.cpp362 << "\nmaxLat: " << m_AdrgHeader->maxLat() in open()
545 << "\nmaxLat: " << m_AdrgHeader->maxLat() in getImageGeometry()

1234