| 494 | } |
| 495 | |
| 496 | double WktParserSem::Vert_Unit() { |
| 497 | double res; |
| 498 | if (isWkt1) { |
| 499 | res = ValueDouble(compoundPfx + "VERT_CS.UNIT", 1); |
| 500 | } else { |
| 501 | res = ValueDouble(compoundPfx + "VERTCRS.CS.AXIS.LENGTHUNIT", 1); |
| 502 | } |
| 503 | return res; |
| 504 | } |
| 505 | |
| 506 | double WktParserSem::Gcs_Unit() { |
| 507 | double res; |
nothing calls this directly
no outgoing calls
no test coverage detected