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

Method getLatitude

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

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

()

Source from the content-addressed store, hash-verified

148 * value.
149 */
150public double
151getLatitude() {
152 return Double.parseDouble(getLatitudeString());
153}
154
155/** Returns the altitude as a string */
156public String

Callers 3

GPOSRecordMethod · 0.95
rrFromWireMethod · 0.95
rdataFromStringMethod · 0.95

Calls 2

getLatitudeStringMethod · 0.95
parseDoubleMethod · 0.80

Tested by

no test coverage detected