Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dio.cpp1405 CRSPtr buildCRS(const WKTNodeNNPtr &node);
4533 auto crs = buildCRS(child); in buildCompoundCRS()
4570 auto sourceCRS = buildCRS(sourceCRSNodeChildren[0]); in buildBoundCRS()
4580 auto targetCRS = buildCRS(targetCRSNodeChildren[0]); in buildBoundCRS()
4951 auto crs = buildCRS(node); in build()
5081 CRSNNPtr buildCRS(const json &j);
5455 return buildCRS<ParametricCRS, in create()
5690 CRSNNPtr JSONParser::buildCRS(const json &j) { in buildCRS() function in io::JSONParser
5708 components.push_back(buildCRS(componentJ)); in buildCompoundCRS()
5756 auto sourceCRS = buildCRS(getObject(j, "source_crs")); in buildBoundCRS()
[all …]