Home
last modified time | relevance | path

Searched refs:SpatialReference (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DSpatialReference.cpp81 SpatialReference*
99 SpatialReference*
120 SpatialReference*
151 SpatialReference*
169 SpatialReference*
175 SpatialReference*
279 SpatialReference*
290 SpatialReference*
309 SpatialReference*
360 SpatialReference::SpatialReference(void* handle, in SpatialReference() function in SpatialReference
[all …]
H A DECEF.cpp28 const SpatialReference* inputSRS, in transformAndLocalize()
30 const SpatialReference* outputSRS, in transformAndLocalize()
41 const SpatialReference* inputSRS, in transformAndLocalize()
43 const SpatialReference* outputSRS, in transformAndLocalize()
61 const SpatialReference* inputSRS, in transformAndLocalize()
64 const SpatialReference* outputSRS, in transformAndLocalize()
67 const SpatialReference* ecefSRS = outputSRS->getGeocentricSRS(); in transformAndLocalize()
113 const SpatialReference* inputSRS, in transformAndGetRotationMatrix()
115 const SpatialReference* outputSRS, in transformAndGetRotationMatrix()
118 const SpatialReference* geoSRS = inputSRS->getGeographicSRS(); in transformAndGetRotationMatrix()
[all …]
H A DSpatialReference78 const SpatialReference* outputSRS,
95 const SpatialReference* outputSRS,
110 const SpatialReference* outputSRS,
115 const SpatialReference* outputSRS,
155 const SpatialReference* to_srs,
162 const SpatialReference* to_srs,
330 virtual ~SpatialReference();
384 const SpatialReference* outputSRS,
394 static SpatialReference* createFromWKT(
406 static SpatialReference* createCube();
[all …]
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DSpatialReference.cpp79 SpatialReference::SpatialReference(const std::string& s) in SpatialReference() function in pdal::SpatialReference
87 SpatialReference::SpatialReference(const char *s) in SpatialReference() function in pdal::SpatialReference
93 bool SpatialReference::empty() const in empty()
99 bool SpatialReference::valid() const in valid()
292 bool SpatialReference::equals(const SpatialReference& input) const in equals()
309 bool SpatialReference::operator==(const SpatialReference& input) const in operator ==()
315 bool SpatialReference::operator!=(const SpatialReference& input) const in operator !=()
409 SpatialReference SpatialReference::wgs84FromZone(int zone) in wgs84FromZone()
414 return SpatialReference(); in wgs84FromZone()
423 return SpatialReference(code); in wgs84FromZone()
[all …]
H A DSpatialReference.hpp57 class PDAL_DLL SpatialReference class
63 SpatialReference() in SpatialReference() function in pdal::SpatialReference
71 SpatialReference(const std::string& wkt);
78 SpatialReference(const char *wkt);
87 bool equals(const SpatialReference& other) const;
92 bool operator==(const SpatialReference& other) const;
109 bool operator<(const SpatialReference& other) const in operator <()
171 static SpatialReference wgs84FromZone(int zone);
179 const SpatialReference& srs);
181 SpatialReference& srs);
[all …]
H A DGeometry.hpp58 SpatialReference ref = SpatialReference());
60 Geometry(OGRGeometryH g, const SpatialReference& srs);
74 void setSpatialReference(const SpatialReference& ref);
75 SpatialReference getSpatialReference() const;
76 Utils::StatusWithReason transform(SpatialReference ref);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/tests/osgEarth_tests/
H A DSpatialReferenceTests.cpp30 osg::ref_ptr< const SpatialReference > srs1 = SpatialReference::create("spherical-mercator");
33 osg::ref_ptr< const SpatialReference > srs2 = SpatialReference::create("spherical-mercator");
41 osg::ref_ptr< const SpatialReference > mercSRS = SpatialReference::create("spherical-mercator");
50 osg::ref_ptr< const SpatialReference > epsg900913 = SpatialReference::create("epsg:900913");
56 osg::ref_ptr< const SpatialReference > epsg3785 = SpatialReference::create("epsg:3785");
62 osg::ref_ptr< const SpatialReference > epsg102113 = SpatialReference::create("epsg:102113");
70 osg::ref_ptr< const SpatialReference > wgs84 = SpatialReference::create("wgs84");
79 osg::ref_ptr< const SpatialReference > epsg4326 = SpatialReference::create("epsg:4326");
86 osg::ref_ptr< const SpatialReference > plateCarre = SpatialReference::create("plate-carre");
H A DGeoExtentTests.cpp31 const SpatialReference* WGS84 = SpatialReference::get("wgs84");
32 const SpatialReference* CUBE = SpatialReference::get("unified-cube");
35 GeoExtent ext(SpatialReference::create("wgs84"), 178, 30, 183.4, 34.5);
40 ext.transform(SpatialReference::create("wgs84"), transformed);
218 GeoExtent ext(SpatialReference::create("wgs84"), 175.0, -10.0, 185.0, 10.0);
224 GeoExtent ext(SpatialReference::create("wgs84"), 175.0, -10.0, 185.0, 10.0);
226 REQUIRE(ext == GeoExtent(SpatialReference::create("wgs84"), 175.0, -10.0, 185.0, 10.0));
230 GeoExtent ext(SpatialReference::create("wgs84"), 175.0, -10.0, 185.0, 10.0);
232 REQUIRE(ext == GeoExtent(SpatialReference::create("wgs84"), 170.0, -10.0, 185.0, 10.0));
237 GeoExtent ext(SpatialReference::create("wgs84"), 175.0, -10.0, 185.0, 10.0);
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/java/apps/
H A DOSRTransform.java37 import org.gdal.osr.SpatialReference;
58 SpatialReference src = new SpatialReference(""); in main()
61 SpatialReference dst = new SpatialReference(""); in main()
109 SpatialReference s = new SpatialReference(""); in testTransformPointWithErrorCode()
111 SpatialReference t = new SpatialReference(""); in testTransformPointWithErrorCode()
139 SpatialReference s = new SpatialReference("");
141 SpatialReference t = new SpatialReference("");
167 SpatialReference s = new SpatialReference("");
169 SpatialReference t = new SpatialReference("");
186 SpatialReference s = new SpatialReference("");
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/apps/
H A DOSRTransform.java37 import org.gdal.osr.SpatialReference;
58 SpatialReference src = new SpatialReference("");
61 SpatialReference dst = new SpatialReference("");
109 SpatialReference s = new SpatialReference("");
111 SpatialReference t = new SpatialReference("");
139 SpatialReference s = new SpatialReference("");
141 SpatialReference t = new SpatialReference("");
167 SpatialReference s = new SpatialReference("");
169 SpatialReference t = new SpatialReference("");
186 SpatialReference s = new SpatialReference("");
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/java/apps/
H A DOSRTransform.java37 import org.gdal.osr.SpatialReference;
58 SpatialReference src = new SpatialReference(""); in main()
61 SpatialReference dst = new SpatialReference(""); in main()
109 SpatialReference s = new SpatialReference(""); in testTransformPointWithErrorCode()
111 SpatialReference t = new SpatialReference(""); in testTransformPointWithErrorCode()
139 SpatialReference s = new SpatialReference("");
141 SpatialReference t = new SpatialReference("");
167 SpatialReference s = new SpatialReference("");
169 SpatialReference t = new SpatialReference("");
186 SpatialReference s = new SpatialReference("");
[all …]
/dports/devel/liblas/libLAS-1.8.1/include/liblas/
H A Dspatialreference.hpp69 class LAS_DLL SpatialReference class
85 SpatialReference();
89 ~SpatialReference();
92 SpatialReference(std::vector<VariableRecord> const& vlrs);
95 SpatialReference(SpatialReference const& other);
98 SpatialReference& operator=(SpatialReference const& rhs);
100 bool operator==(const SpatialReference& other) const;
101 bool operator!=(const SpatialReference& other) const { return !(*this == other); } in operator !=()
199 LAS_DLL std::ostream& operator<<(std::ostream& ostr, const liblas::SpatialReference& srs);
/dports/math/pdal/PDAL-2.3.0/test/unit/
H A DSpatialReferenceTest.cpp56 SpatialReference srs; in TEST()
77 SpatialReference ref(proj4); in TEST()
100 SpatialReference ref(code); in TEST()
118 SpatialReference ref(code); in TEST()
239 SpatialReference ref("EPSG:4326"); in TEST()
292 SpatialReference ref(wkt); in TEST()
298 SpatialReference ref2; in TEST()
308 SpatialReference srs(wkt); in TEST()
327 SpatialReference native; in TEST()
437 SpatialReference utm17(utm17_wkt); in TEST()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DOSGeo_GDAL-OGR-1.9.1.api846 osgeo.osr.SpatialReference.Clone?4(*args)
857 osgeo.osr.SpatialReference.Fixup?4(*args)
886 osgeo.osr.SpatialReference.IsLocal?4(*args)
888 osgeo.osr.SpatialReference.IsSame?4(*args)
913 osgeo.osr.SpatialReference.SetGeocCS?4(*args)
914 osgeo.osr.SpatialReference.SetGeogCS?4(*args)
918 osgeo.osr.SpatialReference.SetIGH?4(*args)
936 osgeo.osr.SpatialReference.SetProjCS?4(*args)
950 osgeo.osr.SpatialReference.SetUTM?4(*args)
952 osgeo.osr.SpatialReference.SetVertCS?4(*args)
[all …]
H A DOSGeo_GDAL-OGR-1.10.0.api1004 osgeo.osr.SpatialReference.Clone?4(*args)
1015 osgeo.osr.SpatialReference.Fixup?4(*args)
1044 osgeo.osr.SpatialReference.IsLocal?4(*args)
1046 osgeo.osr.SpatialReference.IsSame?4(*args)
1076 osgeo.osr.SpatialReference.SetIGH?4(*args)
1108 osgeo.osr.SpatialReference.SetUTM?4(*args)
1114 osgeo.osr.SpatialReference.__del__?9
1115 osgeo.osr.SpatialReference.__getattr__?9
1116 osgeo.osr.SpatialReference.__repr__?9
1117 osgeo.osr.SpatialReference.__setattr__?9
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/qsci_apis/
H A DOSGeo_GDAL-OGR-1.9.1.api846 osgeo.osr.SpatialReference.Clone?4(*args)
857 osgeo.osr.SpatialReference.Fixup?4(*args)
886 osgeo.osr.SpatialReference.IsLocal?4(*args)
888 osgeo.osr.SpatialReference.IsSame?4(*args)
913 osgeo.osr.SpatialReference.SetGeocCS?4(*args)
914 osgeo.osr.SpatialReference.SetGeogCS?4(*args)
918 osgeo.osr.SpatialReference.SetIGH?4(*args)
936 osgeo.osr.SpatialReference.SetProjCS?4(*args)
950 osgeo.osr.SpatialReference.SetUTM?4(*args)
952 osgeo.osr.SpatialReference.SetVertCS?4(*args)
[all …]
H A DOSGeo_GDAL-OGR-1.10.0.api1004 osgeo.osr.SpatialReference.Clone?4(*args)
1015 osgeo.osr.SpatialReference.Fixup?4(*args)
1044 osgeo.osr.SpatialReference.IsLocal?4(*args)
1046 osgeo.osr.SpatialReference.IsSame?4(*args)
1076 osgeo.osr.SpatialReference.SetIGH?4(*args)
1108 osgeo.osr.SpatialReference.SetUTM?4(*args)
1114 osgeo.osr.SpatialReference.__del__?9
1115 osgeo.osr.SpatialReference.__getattr__?9
1116 osgeo.osr.SpatialReference.__repr__?9
1117 osgeo.osr.SpatialReference.__setattr__?9
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/
H A Djavadoc.java10161 public class SpatialReference
10175 public class SpatialReference:public SpatialReference(String wkt)
10186 public class SpatialReference:public SpatialReference()
10219 public class SpatialReference:public SpatialReference Clone()
10226 public class SpatialReference:public SpatialReference CloneGeogCS()
10240 public class SpatialReference:public int CopyGeogCSFrom(SpatialReference src_srs)
10451 public class SpatialReference:public int Fixup()
11199 public class SpatialReference:public int IsSame(SpatialReference other)
11208 public class SpatialReference:public int IsSameGeogCS(SpatialReference other)
11217 public class SpatialReference:public int IsSameVertCS(SpatialReference other)
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/java/
H A Djavadoc.java10161 public class SpatialReference
10175 public class SpatialReference:public SpatialReference(String wkt)
10186 public class SpatialReference:public SpatialReference()
10219 public class SpatialReference:public SpatialReference Clone()
10226 public class SpatialReference:public SpatialReference CloneGeogCS()
10240 public class SpatialReference:public int CopyGeogCSFrom(SpatialReference src_srs)
10451 public class SpatialReference:public int Fixup()
11199 public class SpatialReference:public int IsSame(SpatialReference other)
11208 public class SpatialReference:public int IsSameGeogCS(SpatialReference other)
11217 public class SpatialReference:public int IsSameVertCS(SpatialReference other)
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/java/
H A Djavadoc.java10161 public class SpatialReference
10175 public class SpatialReference:public SpatialReference(String wkt)
10186 public class SpatialReference:public SpatialReference()
10219 public class SpatialReference:public SpatialReference Clone()
10226 public class SpatialReference:public SpatialReference CloneGeogCS()
10240 public class SpatialReference:public int CopyGeogCSFrom(SpatialReference src_srs)
10451 public class SpatialReference:public int Fixup()
11199 public class SpatialReference:public int IsSame(SpatialReference other)
11208 public class SpatialReference:public int IsSameGeogCS(SpatialReference other)
11217 public class SpatialReference:public int IsSameVertCS(SpatialReference other)
[all …]
/dports/devel/liblas/libLAS-1.8.1/test/unit/
H A Dspatialreference_test.cpp19 liblas::SpatialReference m_default;
72 liblas::SpatialReference ref; in test()
76 liblas::SpatialReference ref2; in test()
90 liblas::SpatialReference ref; in test()
118 liblas::SpatialReference out_ref; in test()
120 liblas::SpatialReference test_ref; in test()
193 liblas::SpatialReference ref; in test()
209 liblas::SpatialReference ref; in test()
215 liblas::SpatialReference test_ref; in test()
235 liblas::SpatialReference ref2; in test()
[all …]
/dports/math/pdal/PDAL-2.3.0/pdal/private/gdal/
H A DGDALUtils.hpp55 PDAL_DLL bool reprojectBounds(Bounds& box, const SpatialReference& srcSrs,
56 const SpatialReference& dstSrs);
57 PDAL_DLL bool reprojectBounds(BOX3D& box, const SpatialReference& srcSrs,
58 const SpatialReference& dstSrs);
59 PDAL_DLL bool reprojectBounds(BOX2D& box, const SpatialReference& srcSrs,
60 const SpatialReference& dstSrs);
62 const SpatialReference& srcSrs, const SpatialReference& dstSrs);
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dspatialreference.cpp89 SpatialReference::SpatialReference() in SpatialReference() function in liblas::SpatialReference
97 SpatialReference::SpatialReference(std::vector<VariableRecord> const& vlrs) in SpatialReference() function in liblas::SpatialReference
105 SpatialReference::SpatialReference(SpatialReference const& other) in SpatialReference() function in liblas::SpatialReference
114 SpatialReference& SpatialReference::operator=(SpatialReference const& rhs) in operator =()
125 bool SpatialReference::operator==(const SpatialReference& input) const in operator ==()
146 SpatialReference::~SpatialReference() in ~SpatialReference()
229 void SpatialReference::ClearVLRs( GeoVLRType eType ) in ClearVLRs()
277 void SpatialReference::ResetVLRs() in ResetVLRs()
470 const GTIF* SpatialReference::GetGTIF() in GetGTIF()
758 std::string SpatialReference::GetProj4() const in GetProj4()
[all …]
/dports/math/pdal/PDAL-2.3.0/pdal/private/
H A DSrsTransform.hpp40 class SpatialReference;
52 SrsTransform(const SpatialReference& src, const SpatialReference& dst);
53 SrsTransform(const SpatialReference& src, std::vector<int> srcOrder,
54 const SpatialReference& dst, std::vector<int> dstOrder);
58 void set(const SpatialReference& src, const SpatialReference& dst);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_srstest/
H A Dosgearth_srstest.cpp51 const SpatialReference* wgs84 = SpatialReference::get("wgs84"); in main()
52 const SpatialReference* wgs84_egm96 = SpatialReference::get("wgs84", "egm96"); in main()
73 const SpatialReference* wgs84 = SpatialReference::get("wgs84"); in main()
74 const SpatialReference* pceqc = SpatialReference::get("plate-carre"); in main()

12345678910>>...22