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

Method getLongitude

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

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

()

Source from the content-addressed store, hash-verified

132 * value.
133 */
134public double
135getLongitude() {
136 return Double.parseDouble(getLongitudeString());
137}
138
139/** Returns the latitude as a string */
140public String

Callers 3

GPOSRecordMethod · 0.95
rrFromWireMethod · 0.95
rdataFromStringMethod · 0.95

Calls 2

getLongitudeStringMethod · 0.95
parseDoubleMethod · 0.80

Tested by

no test coverage detected