Home
last modified time | relevance | path

Searched refs:SpatialReference (Results 101 – 125 of 541) sorted by relevance

12345678910>>...22

/dports/math/pdal/PDAL-2.3.0/io/private/ept/
H A DEptInfo.hpp66 const SpatialReference& srs() const { return m_srs; } in srs()
91 SpatialReference m_srs;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSplat/
H A DBiomeRegion.cpp43 const SpatialReference* srs = SpatialReference::create("wgs84"); in configure()
/dports/math/pdal/PDAL-2.3.0/filters/
H A DTransformationFilter.hpp65 virtual void spatialReferenceChanged(const SpatialReference& srs) override;
68 SpatialReference m_overrideSrs;
H A DCropFilter.hpp85 virtual void spatialReferenceChanged(const SpatialReference& srs);
98 void transform(const SpatialReference& srs);
/dports/math/pdal/PDAL-2.3.0/kernels/
H A DTileKernel.cpp120 SpatialReference tempSrs; in checkReaders()
121 SpatialReference srs; in checkReaders()
247 SpatialReference srs = r.getSpatialReference(); in process()
259 SpatialReference srs = r.getSpatialReference(); in process()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/java/
H A Dogr_java.i38 import org.gdal.osr.SpatialReference;
45 import org.gdal.osr.SpatialReference;
50 import org.gdal.osr.SpatialReference;
54 import org.gdal.osr.SpatialReference;
61 import org.gdal.osr.SpatialReference;
208 import org.gdal.osr.SpatialReference;
/dports/graphics/gdal/gdal-3.3.3/swig/include/java/
H A Dogr_java.i38 import org.gdal.osr.SpatialReference;
45 import org.gdal.osr.SpatialReference;
50 import org.gdal.osr.SpatialReference;
54 import org.gdal.osr.SpatialReference;
61 import org.gdal.osr.SpatialReference;
208 import org.gdal.osr.SpatialReference;
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/java/
H A Dogr_java.i38 import org.gdal.osr.SpatialReference;
45 import org.gdal.osr.SpatialReference;
50 import org.gdal.osr.SpatialReference;
54 import org.gdal.osr.SpatialReference;
61 import org.gdal.osr.SpatialReference;
208 import org.gdal.osr.SpatialReference;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DBounds31 class SpatialReference;
61 void transform( const SpatialReference* fromSRS, const SpatialReference* toSRS );
H A DViewpoint.cpp47 _point->set( SpatialReference::get("wgs84"), lon, lat, z, ALTMODE_ABSOLUTE );
68 osg::ref_ptr<const SpatialReference> srs = SpatialReference::create(horiz, vert); in equals()
H A DProfile26 #include <osgEarth/SpatialReference>
123 const SpatialReference* srs,
130 const SpatialReference* srs,
165 const SpatialReference* getSRS() const;
287 Profile* overrideSRS( const SpatialReference* srs ) const;
292 const SpatialReference* srs,
298 const SpatialReference* srs,
H A DRegistry.cpp262 const SpatialReference* srs = SpatialReference::create( "spherical-mercator" ); in getSphericalMercatorProfile()
288 SpatialReference*
289 Registry::getOrCreateSRS(const SpatialReference::Key& key) in getOrCreateSRS()
293 SpatialReference* srs; in getOrCreateSRS()
302 srs = SpatialReference::create(key); in getOrCreateSRS()
H A DTerrain32 class SpatialReference;
126 const SpatialReference* srs,
134 const SpatialReference* srs,
168 const SpatialReference* getSRS() const { return _profile->getSRS(); }
188 const SpatialReference* srs,
199 const SpatialReference* srs,
/dports/devel/liblas/libLAS-1.8.1/csharp-new/liblas_swig_test/
H A DProgram.cs107 SpatialReference srs = header.GetSRS(); in Test_ReadA()
137 SpatialReference srs = header.GetSRS(); in Test_ReadB()
208 SpatialReference srs = header.GetSRS(); in Test_ReadT()
/dports/devel/liblas/libLAS-1.8.1/include/liblas/
H A Dheader.hpp338 SpatialReference GetSRS() const;
341 void SetSRS(SpatialReference& srs);
429 SpatialReference m_srs;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DBuildGeometryFilter.cpp114 const SpatialReference* featureSRS = 0L;
116 const SpatialReference* outputSRS = 0L;
289 const SpatialReference* featureSRS = 0L;
290 const SpatialReference* outputSRS = 0L;
453 const SpatialReference* featureSRS = 0L;
454 const SpatialReference* outputSRS = 0L;
588 const SpatialReference* featureSRS = 0L;
589 const SpatialReference* outputSRS = 0L;
921 const SpatialReference* outputSRS,
1040 const SpatialReference* featureSRS,
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DOcean28 #include <osgEarth/SpatialReference>
88 void setSRS(const SpatialReference* srs) { _srs = srs; }
89 const SpatialReference* getSRS() { return _srs.get(); }
121 osg::ref_ptr<const SpatialReference> _srs;
H A DGeodeticGraticule.cpp202 _mapSRS = SpatialReference::get("wgs84"); in addedToMap()
494 const osgEarth::SpatialReference* srs = osgEarth::SpatialReference::create("epsg:4326"); in getViewExtent()
591 const osgEarth::SpatialReference* srs = osgEarth::SpatialReference::create("wgs84"); in updateLabels()
699 … cdata._viewExtent = GeoExtent(osgEarth::SpatialReference::create("wgs84"), -180, -90, 180, 90); in getCameraData()
723 const osgEarth::SpatialReference* srs = osgEarth::SpatialReference::create("wgs84"); in initLabelPool()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_deformation/
H A Dosgearth_deformation.cpp97 const SpatialReference* srs = SpatialReference::create("wgs84"); in deformHeightField()
127 const SpatialReference* srs = SpatialReference::create("wgs84"); in applyBlast()
380 GeometryFactory factory(SpatialReference::create("wgs84")); in update()
391 Feature* feature = new Feature(geom, SpatialReference::create("wgs84")); in update()
/dports/graphics/py-pyproj/pyproj-3.2.1/docs/
H A Dcrs_compatibility.rst16 Converting from `osgeo.osr.SpatialReference` to `pyproj.crs.CRS`
21 from osgeo.osr import SpatialReference
24 osr_crs = SpatialReference()
32 Converting from `pyproj.crs.CRS` to `osgeo.osr.SpatialReference`
40 from osgeo.osr import SpatialReference
46 osr_crs = SpatialReference()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dmkgraticule.py122 t_srs_o = osr.SpatialReference()
125 s_srs_o = osr.SpatialReference()
130 t_srs_o = osr.SpatialReference()
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dmkgraticule.py122 t_srs_o = osr.SpatialReference()
125 s_srs_o = osr.SpatialReference()
130 t_srs_o = osr.SpatialReference()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dmkgraticule.py122 t_srs_o = osr.SpatialReference()
125 s_srs_o = osr.SpatialReference()
130 t_srs_o = osr.SpatialReference()
/dports/math/pdal/PDAL-2.3.0/plugins/nitf/io/
H A DNitfWriter.cpp69 BOX3D NitfWriter::reprojectBoxToDD(const SpatialReference& reference, in reprojectBoxToDD()
110 const SpatialReference& srs) in readyFile()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_los/
H A Dosgearth_los.cpp44 osg::AnimationPath* createAnimationPath(const GeoPoint& pos, const SpatialReference* mapSRS, float … in createAnimationPath()
99 osg::Node* createPlane(osg::Node* node, const GeoPoint& pos, const SpatialReference* mapSRS, double… in createPlane()
172 const SpatialReference* mapSRS = mapNode->getMapSRS(); in main()
173 const SpatialReference* geoSRS = mapSRS->getGeographicSRS(); in main()

12345678910>>...22