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

Method ProjectionFalseEasting

src/wktparser.cpp:401–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401double WktParserSem::ProjectionFalseEasting() {
402 double res;
403 if (isWkt1) {
404 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "false_easting");
405 } else {
406 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "False easting");
407 }
408 return res;
409}
410double WktParserSem::ProjectionFalseNorthing() {
411 double res;
412 if (isWkt1) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected