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

Method ProjectionLatitudeOfOrigin

src/wktparser.cpp:420–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420double WktParserSem::ProjectionLatitudeOfOrigin() {
421 double res;
422 if (isWkt1) {
423 res = ValueSubDouble(compoundPfx + "PROJCS.PARAMETER", "latitude_of_origin");
424 } else {
425 res = ValueSubDouble(compoundPfx + "PROJCRS.CONVERSION.PARAMETER", "Latitude of natural origin");
426 }
427 return res;
428}
429double WktParserSem::ProjectionLatitudeOfCenter() {
430 double res;
431 if (isWkt1) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected