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

Method Vert_Epsg

src/wktparser.cpp:352–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352int WktParserSem::Vert_Epsg() {
353 int res;
354 if (isWkt1) {
355 res = ValueInt(compoundPfx + "VERT_CS.AUTHORITY");
356 } else {
357 res = ValueInt(compoundPfx + "VERTCRS.ID");
358 }
359 return res;
360}
361int WktParserSem::Vert_Unit_Epsg() {
362 int res = 0;
363 if (isWkt1) {

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected