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

Method ProjectionCentralStandardParallel1

src/wktparser.cpp:457–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 return res;
456}
457double WktParserSem::ProjectionCentralStandardParallel1() {
458 double res;
459 if (isWkt1) {
460 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "standard_parallel_1");
461 } else {
462 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "Latitude of 1st standard parallel");
463 }
464 return res;
465}
466double WktParserSem::ProjectionCentralStandardParallel2() {
467 double res;
468 if (isWkt1) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected