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

Method ProjectionFalseNorthing

src/wktparser.cpp:410–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 return res;
409}
410double WktParserSem::ProjectionFalseNorthing() {
411 double res;
412 if (isWkt1) {
413 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "false_northing");
414 } else {
415 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "False northing");
416 }
417 return res;
418}
419
420double WktParserSem::ProjectionLatitudeOfOrigin() {
421 double res;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected