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

Method ProjectionLongitudeOfCenter

src/wktparser.cpp:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 return res;
437}
438double WktParserSem::ProjectionLongitudeOfCenter() {
439 double res;
440 if (isWkt1) {
441 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "longitude_of_center");
442 } else {
443 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "longitude of projection centre");
444 }
445 return res;
446}
447
448double WktParserSem::ProjectionCentralMeridian() {
449 double res;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected