| 350 | } |
| 351 | |
| 352 | int 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 | } |
| 361 | int WktParserSem::Vert_Unit_Epsg() { |
| 362 | int res = 0; |
| 363 | if (isWkt1) { |
no outgoing calls
no test coverage detected