MCPcopy Create free account
hub / github.com/OSGeo/PROJ / createCompoundCRS

Method createCompoundCRS

test/unit/test_c_api.cpp:137–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 static CompoundCRSNNPtr createCompoundCRS() {
138 PropertyMap properties;
139 properties.set(Identifier::CODESPACE_KEY, "codespace")
140 .set(Identifier::CODE_KEY, "code")
141 .set(IdentifiedObject::NAME_KEY, "horizontal + vertical");
142 return CompoundCRS::create(
143 properties,
144 std::vector<CRSNNPtr>{createProjectedCRS(), createVerticalCRS()});
145 }
146
147 PJ_CONTEXT *m_ctxt = nullptr;
148

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

setMethod · 0.80
createVerticalCRSFunction · 0.70

Tested by

no test coverage detected