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

Method ProjectionScaleFactor

src/wktparser.cpp:476–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476double WktParserSem::ProjectionScaleFactor() {
477 double res;
478 if (isWkt1) {
479 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "scale_factor", 1);
480 } else {
481 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "Scale factor at natural origin", 1);
482 }
483 return res;
484}
485
486double WktParserSem::Pcs_Unit() {
487 double res;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected