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

Method Pcs_Epsg

src/wktparser.cpp:342–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340// WktParserSem::WktParserSem(const std::string wktin) : WktParser(wktin) {}
341
342int WktParserSem::Pcs_Epsg() {
343 int res;
344 if (isWkt1) {
345 res = ValueInt(compoundPfx + "PROJCS.AUTHORITY");
346 } else {
347 res = ValueInt(compoundPfx + "PROJCRS.ID");
348 }
349 return res;
350}
351
352int WktParserSem::Vert_Epsg() {
353 int res;

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected