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

Method Gcs_Epsg

src/wktparser.cpp:375–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375int WktParserSem::Gcs_Epsg() {
376 int res;
377 if (isWkt1) {
378 res = ValueInt(compoundPfx + "GEOGCS.AUTHORITY");
379 } else {
380 res = ValueInt(compoundPfx + "GEOGCRS.ID");
381 }
382 return res;
383}
384
385bool WktParserSem::HasProjection(PROJECTION_METHOD& pm) {
386 std::string key;

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected