MCPcopy Create free account
hub / github.com/LAStools/LAStools / Pcs_Unit

Method Pcs_Unit

src/wktparser.cpp:486–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486double WktParserSem::Pcs_Unit() {
487 double res;
488 if (isWkt1) {
489 res = ValueDouble(compoundPfx + "PROJCS.UNIT", 1);
490 } else {
491 res = ValueDouble(compoundPfx + "PROJCRS.CS.AXIS.LENGTHUNIT", 1);
492 }
493 return res;
494}
495
496double WktParserSem::Vert_Unit() {
497 double res;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected