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

Method ProjectionCentralStandardParallel2

src/wktparser.cpp:466–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 return res;
465}
466double WktParserSem::ProjectionCentralStandardParallel2() {
467 double res;
468 if (isWkt1) {
469 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "standard_parallel_2");
470 } else {
471 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "Latitude of 2nd standard parallel");
472 }
473 return res;
474}
475
476double WktParserSem::ProjectionScaleFactor() {
477 double res;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected