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

Method Gcs_Unit

src/wktparser.cpp:506–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506double WktParserSem::Gcs_Unit() {
507 double res;
508 if (isWkt1) {
509 res = ValueDouble(compoundPfx + "GEOCCS.UNIT", 1);
510 } else {
511 res = ValueDouble(compoundPfx + "GEODCRS.CS.AXIS.LENGTHUNIT", 1);
512 }
513 return res;
514}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected