public class GlobeCoordinatesValueImpl extends Object implements GlobeCoordinatesValue
GlobeCoordinatesValue.GLOBE_EARTH, PREC_ARCMINUTE, PREC_ARCSECOND, PREC_CENTI_ARCSECOND, PREC_CENTI_DEGREE, PREC_DECI_ARCSECOND, PREC_DECI_DEGREE, PREC_DEGREE, PREC_HUNDRED_MICRO_DEGREE, PREC_MICRO_DEGREE, PREC_MILLI_ARCSECOND, PREC_MILLI_DEGREE, PREC_TEN_DEGREE, PREC_TEN_MICRO_DEGREE| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ValueVisitor<T> valueVisitor)
Accept a ValueVisitor and return its output.
|
boolean |
equals(Object obj) |
String |
getGlobe()
Get the IRI of the globe that these coordinates refer to.
|
long |
getLatitude()
Get the latitude of this value in nanodegrees.
|
long |
getLongitude()
Get the longitude of this value in nanodegrees.
|
long |
getPrecision()
Get the precision of the value in nanodegrees.
|
int |
hashCode() |
String |
toString() |
public long getLatitude()
GlobeCoordinatesValuegetLatitude in interface GlobeCoordinatesValuepublic long getLongitude()
GlobeCoordinatesValuegetLongitude in interface GlobeCoordinatesValuepublic long getPrecision()
GlobeCoordinatesValuegetPrecision in interface GlobeCoordinatesValuepublic String getGlobe()
GlobeCoordinatesValueGlobeCoordinatesValue.GLOBE_EARTH.getGlobe in interface GlobeCoordinatesValuepublic <T> T accept(ValueVisitor<T> valueVisitor)
ValueCopyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage