public class JacksonInnerGlobeCoordinates extends Object
JacksonValue.JSON_VALUE_TYPE_GLOBE_COORDINATES.| Constructor and Description |
|---|
JacksonInnerGlobeCoordinates()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGlobe()
Returns the globe.
|
double |
getLatitude()
Returns the latitude.
|
double |
getLongitude()
Returns the longitude.
|
double |
getPrecision()
Returns the precision.
|
void |
setGlobe(String globe)
Sets the globe to the given value.
|
void |
setLatitude(double latitude)
Sets the latitude to the given value.
|
void |
setLongitude(double longitude)
Sets the longitude to the given value.
|
void |
setPrecision(double precision)
Sets the precision to the given value.
|
public JacksonInnerGlobeCoordinates()
public double getLatitude()
GlobeCoordinatesValue.getLatitude()public void setLatitude(double latitude)
latitude - new valuepublic double getLongitude()
GlobeCoordinatesValue.getLongitude()public void setLongitude(double longitude)
longitude - new valuepublic double getPrecision()
GlobeCoordinatesValue.getPrecision()public void setPrecision(double precision)
precision - new valuepublic String getGlobe()
GlobeCoordinatesValue.getGlobe()public void setGlobe(String globe)
globe - new valueCopyright © 2014–2015 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage