MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getAltitude

Method getAltitude

src/main/java/core/org/xbill/DNS/GPOSRecord.java:166–169  ·  view source on GitHub ↗

Returns the altitude as a double @throws NumberFormatException The string does not contain a valid numeric value.

()

Source from the content-addressed store, hash-verified

164 * value.
165 */
166public double
167getAltitude() {
168 return Double.parseDouble(getAltitudeString());
169}
170
171void
172rrToWire(DNSOutput out, Compression c, boolean canonical) {

Callers

nothing calls this directly

Calls 2

getAltitudeStringMethod · 0.95
parseDoubleMethod · 0.80

Tested by

no test coverage detected