Home
last modified time | relevance | path

Searched refs:CompoundCRS (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/py-pyproj/pyproj-3.2.1/test/crs/
H A Dtest_crs_maker.py6 CompoundCRS,
238 compcrs = CompoundCRS(
249 crs = CompoundCRS.from_string("EPSG:4326+5773")
251 CompoundCRS.from_epsg(4326)
252 assert_maker_inheritance_valid(crs, CompoundCRS)
254 CompoundCRS.from_proj4("+proj=longlat +datum=WGS84 +vunits=m")
255 assert_maker_inheritance_valid(CompoundCRS.from_user_input(crs), CompoundCRS)
256 assert_maker_inheritance_valid(CompoundCRS.from_json(crs.to_json()), CompoundCRS)
258 CompoundCRS.from_json_dict(crs.to_json_dict()), CompoundCRS
/dports/graphics/py-pyproj/pyproj-3.2.1/docs/api/crs/
H A Dcrs.rst68 CompoundCRS section in CRS
71 .. autoclass:: pyproj.crs.CompoundCRS
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dcrs.hpp71 class CompoundCRS;
73 using CompoundCRSPtr = std::shared_ptr<CompoundCRS>;
903 class PROJ_GCC_DLL CompoundCRS final : public CRS, class
907 PROJ_DLL ~CompoundCRS() override;
936 PROJ_INTERNAL explicit CompoundCRS(const std::vector<CRSNNPtr> &components);
937 PROJ_INTERNAL CompoundCRS(const CompoundCRS &other);
960 CompoundCRS &operator=(const CompoundCRS &other) = delete;
H A Dio.hpp116 class CompoundCRS;
117 using CompoundCRSPtr = std::shared_ptr<CompoundCRS>;
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/crs/
H A D__init__.py19 CompoundCRS,
H A Dcrs.py851 return CompoundCRS(
1963 class CompoundCRS(CustomConstructorCRS): class
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dcrs.cpp796 const CompoundCRS *compoundCRS = dynamic_cast<const CompoundCRS *>(this); in mustAxisOrderBeSwitchedForVisualization()
830 const CompoundCRS *compoundCRS = dynamic_cast<const CompoundCRS *>(this); in normalizeForVisualization()
4476 struct CompoundCRS::Private {
4483 CompoundCRS::CompoundCRS(const std::vector<CRSNNPtr> &components) in CompoundCRS() function in crs::CompoundCRS
4490 CompoundCRS::CompoundCRS(const CompoundCRS &other) in CompoundCRS() function in crs::CompoundCRS
4496 CompoundCRS::~CompoundCRS() = default;
4502 auto crs(CompoundCRS::nn_make_shared<CompoundCRS>(*this)); in _shallowClone()
4587 auto compoundCRS(CompoundCRS::nn_make_shared<CompoundCRS>(components)); in create()
4719 void CompoundCRS::_exportToJSON( in _exportToJSON()
4748 void CompoundCRS::_exportToPROJString( in _exportToPROJString()
[all …]
H A Dio.cpp4540 return CompoundCRS::createLax(buildProperties(node), components, in buildCompoundCRS()
4543 return CompoundCRS::create(buildProperties(node), components); in buildCompoundCRS()
5710 return CompoundCRS::create(buildProperties(j), components); in buildCompoundCRS()
6222 return CompoundCRS::createLax( in createFromUserInput()
6372 return CompoundCRS::create( in createFromUserInput()
6510 CompoundCRS::create( in createFromUserInput()
6715 return CompoundCRS::createLax( in createFromWKT()
9215 crs = CompoundCRS::create(createMapWithUnknownName(), in buildBoundOrCompoundCRSIfNeeded()
H A Dc_api.cpp1141 if (dynamic_cast<CompoundCRS *>(ptr)) { in proj_get_type()
1844 auto l_crs = dynamic_cast<CompoundCRS *>(crs->iso_obj.get()); in proj_crs_get_sub_crs()
3428 auto compoundCRS = CompoundCRS::create( in proj_create_compound_crs()
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/referencing/crs/
H A DCompoundCRS.java80 public interface CompoundCRS extends CoordinateReferenceSystem { interface
H A DCRSAuthorityFactory.java90 CompoundCRS createCompoundCRS(String code) in createCompoundCRS()
H A DCRSFactory.java81 CompoundCRS createCompoundCRS(Map<String, ?> properties, in createCompoundCRS()
/dports/graphics/py-pyepsg/pyepsg-0.4.0/
H A Dpyepsg.py254 class CompoundCRS(CRS): class
293 GML_NS + 'CompoundCRS': CompoundCRS,
/dports/graphics/py-pyproj/pyproj-3.2.1/docs/
H A Dbuild_crs.rst162 from pyproj.crs import CompoundCRS, GeographicCRS, ProjectedCRS, VerticalCRS
186 compcrs = CompoundCRS(
/dports/graphics/proj/proj-7.2.1/test/unit/
H A Dtest_operationfactory.cpp2777 auto compound = CompoundCRS::create( in TEST()
3035 CompoundCRS::create(PropertyMap(), in TEST()
3074 auto compound = CompoundCRS::create( in TEST()
3099 auto compound = CompoundCRS::create( in TEST()
3125 auto compound = CompoundCRS::create( in TEST()
3167 auto compound = CompoundCRS::create( in TEST()
3279 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
3666 auto compound1 = CompoundCRS::create( in TEST()
3669 auto compound2 = CompoundCRS::create( in TEST()
3697 auto compound1 = CompoundCRS::create( in TEST()
[all …]
H A Dtest_crs.cpp3945 return CompoundCRS::create( in createCompoundCRS()
3954 CompoundCRS::create( in TEST()
3959 CompoundCRS::create( in TEST()
4107 auto crs = CompoundCRS::create( in TEST()
4132 auto crs = CompoundCRS::create( in TEST()
4144 auto crs = CompoundCRS::create( in TEST()
4158 auto crs = CompoundCRS::create( in TEST()
4173 auto crs = CompoundCRS::create( in TEST()
4185 auto crs = CompoundCRS::create( in TEST()
4196 auto crs = CompoundCRS::create( in TEST()
[all …]
H A Dtest_io.cpp2475 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
2509 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
2539 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
2564 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
2589 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
2630 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
2883 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
8463 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
8492 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
10342 auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj); in TEST()
[all …]
H A Dtest_factory.cpp781 EXPECT_TRUE(nn_dynamic_pointer_cast<CompoundCRS>( in TEST()
1995 EXPECT_TRUE(nn_dynamic_pointer_cast<CompoundCRS>( in TEST_F()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A D_epsg.py32 isinstance(projection, pyepsg.CompoundCRS)):
/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dcoordinateoperationfactory.cpp603 Private::Context &context, const crs::CompoundCRS *compoundSrc,
614 Private::Context &context, const crs::CompoundCRS *compoundSrc,
615 const crs::CompoundCRS *compoundDst,
621 const crs::CompoundCRS *compoundDst,
2954 auto compoundSrc = dynamic_cast<crs::CompoundCRS *>(sourceCRS.get()); in createOperations()
4462 Private::Context &context, const crs::CompoundCRS *compoundSrc, in createOperationsCompoundToGeog()
4483 crs::CompoundCRS::create(properties, intermComponents); in createOperationsCompoundToGeog()
4780 Private::Context &context, const crs::CompoundCRS *compoundSrc, in createOperationsCompoundToCompound()
4781 const crs::CompoundCRS *compoundDst, in createOperationsCompoundToCompound()
4931 const crs::CompoundCRS *compoundDst, in createOperationsBoundToCompound()
[all …]
H A Doputils.cpp497 const auto compoundCRS = dynamic_cast<const crs::CompoundCRS *>(crs.get()); in getExtentPossiblySynthetized()
H A Dconversion.cpp3360 const auto compound = dynamic_cast<const crs::CompoundCRS *>(horiz); in _exportToPROJString()
3684 dynamic_cast<const crs::CompoundCRS *>(horiz); in _exportToPROJString()
3762 const auto compound = dynamic_cast<const crs::CompoundCRS *>(horiz); in _exportToPROJString()
H A Dtransformation.cpp2406 auto compoundCRS = util::nn_dynamic_pointer_cast<crs::CompoundCRS>(crs); in extractGeographicCRSIfGeographicCRSOrEquivalent()
2880 dynamic_cast<const crs::CompoundCRS *>(sourceCRS().get()); in _exportToPROJString()
2895 dynamic_cast<const crs::CompoundCRS *>(targetCRS().get()); in _exportToPROJString()
/dports/graphics/proj/proj-7.2.1/
H A DNEWS98 o Improve CompoundCRS identification and name morphing in VerticalCRS
142 o WKT1_ESRI: fix import and export of CompoundCRS (#2389)
280 o createOperations(): when converting CompoundCRS<-->Geographic3DCrs, do not
330 o Fixes related to CompoundCRS and BoundCRS (#2222)
336 o Many fixes regarding BoundCRS, CompoundCRS, Geographic3D CRS with
626 o CompoundCRS::identify(): avoid exception when horiz/vertical part is a
831 o createOperations(): fix double vertical unit conversion from CompoundCRS
986 o Make sure to include grids when doing Geocentric to CompoundCRS with
/dports/graphics/proj/proj-7.2.1/src/apps/
H A Dprojinfo.cpp1227 auto compoundCRS = dynamic_cast<CompoundCRS *>( in main()

12