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

Method Vert_Unit

src/wktparser.cpp:496–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496double WktParserSem::Vert_Unit() {
497 double res;
498 if (isWkt1) {
499 res = ValueDouble(compoundPfx + "VERT_CS.UNIT", 1);
500 } else {
501 res = ValueDouble(compoundPfx + "VERTCRS.CS.AXIS.LENGTHUNIT", 1);
502 }
503 return res;
504}
505
506double WktParserSem::Gcs_Unit() {
507 double res;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected