| 504 | } |
| 505 | |
| 506 | double WktParserSem::Gcs_Unit() { |
| 507 | double res; |
| 508 | if (isWkt1) { |
| 509 | res = ValueDouble(compoundPfx + "GEOCCS.UNIT", 1); |
| 510 | } else { |
| 511 | res = ValueDouble(compoundPfx + "GEODCRS.CS.AXIS.LENGTHUNIT", 1); |
| 512 | } |
| 513 | return res; |
| 514 | } |
nothing calls this directly
no outgoing calls
no test coverage detected