Returns the altitude as a double @throws NumberFormatException The string does not contain a valid numeric value.
()
| 164 | * value. |
| 165 | */ |
| 166 | public double |
| 167 | getAltitude() { |
| 168 | return Double.parseDouble(getAltitudeString()); |
| 169 | } |
| 170 | |
| 171 | void |
| 172 | rrToWire(DNSOutput out, Compression c, boolean canonical) { |
nothing calls this directly
no test coverage detected