Home
last modified time | relevance | path

Searched refs:GeodeticCRS (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dcrs.cpp1312 struct GeodeticCRS::Private {
1348 GeodeticCRS::GeodeticCRS(const datum::GeodeticReferenceFramePtr &datumIn, in GeodeticCRS() function in crs::GeodeticCRS
1357 GeodeticCRS::GeodeticCRS(const datum::GeodeticReferenceFramePtr &datumIn, in GeodeticCRS() function in crs::GeodeticCRS
1366 GeodeticCRS::GeodeticCRS(const datum::GeodeticReferenceFramePtr &datumIn, in GeodeticCRS() function in crs::GeodeticCRS
1375 GeodeticCRS::GeodeticCRS(const GeodeticCRS &other) in GeodeticCRS() function in crs::GeodeticCRS
1381 GeodeticCRS::~GeodeticCRS() = default;
1387 auto crs(GeodeticCRS::nn_make_shared<GeodeticCRS>(*this)); in _shallowClone()
1527 GeodeticCRS::nn_make_shared<GeodeticCRS>(datum, datumEnsemble, cs)); in create()
1574 GeodeticCRS::nn_make_shared<GeodeticCRS>(datum, datumEnsemble, cs)); in create()
1913 void GeodeticCRS::_exportToJSON( in _exportToJSON()
[all …]
H A Dstatic.cpp620 const GeodeticCRSNNPtr GeodeticCRS::EPSG_4978(GeodeticCRS::createEPSG_4978());
H A Dfactory.cpp2460 return crs::GeodeticCRS::create(props, geodCRS->datum(), in cloneWithProps()
2475 auto geogCRS = std::dynamic_pointer_cast<crs::GeodeticCRS>(crs); in createGeodeticCRS()
2514 auto geodCRS = util::nn_dynamic_pointer_cast<crs::GeodeticCRS>(obj); in createGeodeticCRS()
2523 geodCRS = util::nn_dynamic_pointer_cast<crs::GeodeticCRS>( in createGeodeticCRS()
2530 util::nn_dynamic_pointer_cast<crs::GeodeticCRS>( in createGeodeticCRS()
2554 auto crsRet = crs::GeodeticCRS::create(props, datum, in createGeodeticCRS()
4613 dynamic_cast<crs::GeodeticCRS *>(sourceCRS.get())->datum(); in createBetweenGeodeticCRSWithDatumBasedIntermediates()
4615 dynamic_cast<crs::GeodeticCRS *>(targetCRS.get())->datum(); in createBetweenGeodeticCRSWithDatumBasedIntermediates()
H A Dio.cpp2988 return GeodeticCRS::create(props, datum, datumEnsemble, in buildGeodeticCRS()
2999 return GeodeticCRS::create(props, datum, datumEnsemble, in buildGeodeticCRS()
4098 baseGeodCRS = NN_NO_CHECK(util::nn_dynamic_pointer_cast<GeodeticCRS>( in buildProjectedCRS()
5484 return buildDerivedCRS<DerivedGeographicCRS, GeodeticCRS, in create()
5599 return GeodeticCRS::create(props, datum, datumEnsemble, in buildGeodeticCRS()
5610 return GeodeticCRS::create(props, datum, datumEnsemble, in buildGeodeticCRS()
5627 ? util::nn_static_pointer_cast<GeodeticCRS>( in buildProjectedCRS()
6293 } else if (dynamic_cast<GeodeticCRS *>(baseCRS.get()) && in createFromUserInput()
6302 util::nn_dynamic_pointer_cast<GeodeticCRS>(baseCRS)), in createFromUserInput()
6314 util::nn_dynamic_pointer_cast<GeodeticCRS>(baseCRS)), in createFromUserInput()
[all …]
H A Dc_api.cpp1125 auto crs = dynamic_cast<GeodeticCRS *>(ptr); in proj_get_type()
1781 static const GeodeticCRS *extractGeodeticCRS(PJ_CONTEXT *ctx, const PJ *crs, in extractGeodeticCRS()
3170 GeodeticCRS::create(createPropertyMapName(crs_name), datum, in proj_create_geocentric_crs()
3215 auto geodCRS = GeodeticCRS::create( in proj_create_geocentric_crs_from_datum()
3539 std::dynamic_pointer_cast<GeodeticCRS>(new_geod_crs->iso_obj); in proj_crs_alter_geodetic_crs()
4570 std::dynamic_pointer_cast<GeodeticCRS>(geodetic_crs->iso_obj); in proj_create_projected_crs()
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dcrs.hpp125 PROJ_INTERNAL const GeodeticCRS *
232 class GeodeticCRS;
234 using GeodeticCRSPtr = std::shared_ptr<GeodeticCRS>;
247 class PROJ_GCC_DLL GeodeticCRS : virtual public SingleCRS, class
251 PROJ_DLL ~GeodeticCRS() override;
325 PROJ_INTERNAL GeodeticCRS(const datum::GeodeticReferenceFramePtr &datumIn,
328 PROJ_INTERNAL GeodeticCRS(const datum::GeodeticReferenceFramePtr &datumIn,
334 PROJ_INTERNAL GeodeticCRS(const GeodeticCRS &other);
353 GeodeticCRS &operator=(const GeodeticCRS &other) = delete;
367 class PROJ_GCC_DLL GeographicCRS : public GeodeticCRS {
[all …]
H A Dio.hpp100 class GeodeticCRS;
101 using GeodeticCRSPtr = std::shared_ptr<GeodeticCRS>;
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/referencing/crs/
H A DGeodeticCRS.java59 public interface GeodeticCRS extends SingleCRS { interface
H A DGeographicCRS.java71 public interface GeographicCRS extends GeodeticCRS {
H A DGeocentricCRS.java68 public interface GeocentricCRS extends GeodeticCRS {
/dports/graphics/py-pyepsg/pyepsg-0.4.0/
H A Dpyepsg.py221 class GeodeticCRS(CRS): class
291 GML_NS + 'GeodeticCRS': GeodeticCRS,
/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dcoordinateoperationfactory.cpp525 Private::Context &context, const crs::GeodeticCRS *geodSrc,
556 Private::Context &context, const crs::GeodeticCRS *geodSrc,
557 const crs::GeodeticCRS *geodDst,
609 Private::Context &context, const crs::GeodeticCRS *geodDst,
633 const crs::GeodeticCRS *geodSrc, const crs::GeodeticCRS *geodDst,
2054 util::nn_dynamic_pointer_cast<crs::GeodeticCRS>(geodSrc), in createGeodToGeodPROJBased()
2460 const crs::GeodeticCRS *crs, in findCandidateGeodCRSForDatum()
3047 Private::Context &context, const crs::GeodeticCRS *geodSrc, in createOperationsFromDatabase()
3597 Private::Context &context, const crs::GeodeticCRS *geodSrc, in createOperationsGeodToGeod()
3598 const crs::GeodeticCRS *geodDst, in createOperationsGeodToGeod()
[all …]
H A Dsingleoperation.cpp1270 dynamic_cast<const crs::GeodeticCRS *>(sourceCRS().get()); in _isEquivalentTo()
1271 auto otherGeodCRS = dynamic_cast<const crs::GeodeticCRS *>( in _isEquivalentTo()
2084 dynamic_cast<const crs::GeodeticCRS *>(sourceCRS().get()); in exportToPROJStringGeneric()
2086 dynamic_cast<const crs::GeodeticCRS *>(targetCRS().get()); in exportToPROJStringGeneric()
H A Dtransformation.cpp464 dynamic_cast<const crs::GeodeticCRS *>(sourceCRSIn.get()); in getTransformationType()
466 dynamic_cast<const crs::GeodeticCRS *>(targetCRSIn.get()); in getTransformationType()
1025 crs::GeodeticCRS::EPSG_4978); in createTOWGS84()
2461 auto sourceCRSGeod = dynamic_cast<const crs::GeodeticCRS *>(crs.get()); in setupPROJGeodeticSourceCRS()
2493 auto targetCRSGeod = dynamic_cast<const crs::GeodeticCRS *>(crs.get()); in setupPROJGeodeticTargetCRS()
H A Doputils.cpp130 auto geod = dynamic_cast<crs::GeodeticCRS *>(crs.get()); in getCRSQualifierStr()
H A Dconcatenatedoperation.cpp241 auto geodCRS = dynamic_cast<const crs::GeodeticCRS *>(crs); in fixStepsDirection()
H A Dconversion.cpp2533 auto geogCRS = dynamic_cast<crs::GeodeticCRS *>(sourceCRS().get()); in convertToOtherMethod()
/dports/graphics/proj/proj-7.2.1/test/unit/
H A Dtest_crs.cpp1137 EXPECT_THROW(GeodeticCRS::create( in TEST()
1151 EXPECT_THROW(GeodeticCRS::create( in TEST()
1164 return GeodeticCRS::create( in createGeocentric()
1250 auto crs = GeodeticCRS::EPSG_4978; in TEST()
1281 auto crs = GeodeticCRS::create( in TEST()
1302 auto crs = GeodeticCRS::create( in TEST()
1322 GeodeticCRS::create( in TEST()
1386 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
1418 GeodeticCRS::create( in TEST()
1573 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
[all …]
H A Dtest_io.cpp239 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
267 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
296 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
332 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
736 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
961 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
979 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
1001 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
1023 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
2117 auto crs = nn_dynamic_pointer_cast<GeodeticCRS>(obj); in TEST()
[all …]
H A Dtest_operationfactory.cpp1165 return GeodeticCRS::create( in createGeocentricDatumWGS84()
1175 return GeodeticCRS::create( in createGeocentricKM()
1249 auto otherGeocentricCRS = GeodeticCRS::create( in TEST()
2107 boundCRS, GeodeticCRS::EPSG_4978); in TEST()
H A Dtest_operation.cpp585 return GeodeticCRS::create( in createGeocentricDatumWGS84()
595 return GeodeticCRS::create( in createGeocentricKM()
H A Dtest_factory.cpp775 EXPECT_TRUE(nn_dynamic_pointer_cast<GeodeticCRS>( in TEST()