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

Method ProjectionLatitudeOfCenter

src/wktparser.cpp:429–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 return res;
428}
429double WktParserSem::ProjectionLatitudeOfCenter() {
430 double res;
431 if (isWkt1) {
432 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "latitude_of_center");
433 } else {
434 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "latitude of projection centre");
435 }
436 return res;
437}
438double WktParserSem::ProjectionLongitudeOfCenter() {
439 double res;
440 if (isWkt1) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected