Home
last modified time | relevance | path

Searched refs:propertiesCRS (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/proj/proj-7.2.1/test/unit/
H A Dtest_operationfactory.cpp1161 PropertyMap propertiesCRS; in createGeocentricDatumWGS84() local
1162 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createGeocentricDatumWGS84()
1166 propertiesCRS, GeodeticReferenceFrame::EPSG_6326, in createGeocentricDatumWGS84()
1173 PropertyMap propertiesCRS; in createGeocentricKM() local
1176 propertiesCRS, GeodeticReferenceFrame::EPSG_6326, in createGeocentricKM()
1245 PropertyMap propertiesCRS; in TEST() local
1246 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in TEST()
1250 propertiesCRS, GeodeticReferenceFrame::EPSG_6269, in TEST()
2764 PropertyMap propertiesCRS; in createVerticalCRS() local
2765 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createVerticalCRS()
[all …]
H A Dtest_crs.cpp1160 PropertyMap propertiesCRS; in createGeocentric() local
1161 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createGeocentric()
1165 propertiesCRS, GeodeticReferenceFrame::EPSG_6326, in createGeocentric()
1816 PropertyMap propertiesCRS; in createProjected() local
1817 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createProjected()
1821 propertiesCRS, GeographicCRS::EPSG_4326, in createProjected()
3648 PropertyMap propertiesCRS; in TEST() local
3657 propertiesCRS, GeodeticReferenceFrame::EPSG_6326, in TEST()
3684 PropertyMap propertiesCRS; in createVerticalCRS() local
3685 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createVerticalCRS()
[all …]
H A Dtest_operation.cpp581 PropertyMap propertiesCRS; in createGeocentricDatumWGS84() local
582 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createGeocentricDatumWGS84()
586 propertiesCRS, GeodeticReferenceFrame::EPSG_6326, in createGeocentricDatumWGS84()
593 PropertyMap propertiesCRS; in createGeocentricKM() local
594 propertiesCRS.set(IdentifiedObject::NAME_KEY, "Based on WGS 84"); in createGeocentricKM()
596 propertiesCRS, GeodeticReferenceFrame::EPSG_6326, in createGeocentricKM()
1149 PropertyMap propertiesCRS; in createVerticalCRS() local
1150 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createVerticalCRS()
1154 propertiesCRS, vdatum, in createVerticalCRS()
H A Dtest_c_api.cpp89 PropertyMap propertiesCRS; in createProjectedCRS() local
90 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createProjectedCRS()
94 propertiesCRS, GeographicCRS::EPSG_4326, in createProjectedCRS()
105 PropertyMap propertiesCRS; in createVerticalCRS() local
106 propertiesCRS.set(Identifier::CODESPACE_KEY, "EPSG") in createVerticalCRS()
110 propertiesCRS, vdatum, in createVerticalCRS()
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dcrs.cpp2615 util::PropertyMap propertiesCRS; in createOGC_CRS84() local
2616 propertiesCRS in createOGC_CRS84()
2620 return create(propertiesCRS, datum::GeodeticReferenceFrame::EPSG_6326, in createOGC_CRS84()