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

Function createOpParamNameEPSGCode

src/iso19111/operation/oputils.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71// ---------------------------------------------------------------------------
72
73OperationParameterNNPtr createOpParamNameEPSGCode(int code) {
74 const char *name = OperationParameter::getNameForEPSGCode(code);
75 assert(name);
76 return OperationParameter::create(createMapNameEPSGCode(name, code));
77}
78
79// ---------------------------------------------------------------------------
80

Calls 1

createMapNameEPSGCodeFunction · 0.70

Tested by

no test coverage detected