public class GeoPointStored extends Object implements GeoPoint
| Modifier and Type | Field and Description |
|---|---|
protected Double |
altitude |
protected String |
capital |
protected String |
continent |
protected String |
country |
protected LinkedHashMap<QName,String> |
extraAttributes |
protected String |
latitude |
protected String |
longitude |
protected String[] |
tokRefs |
static String |
XML_NAME |
| Constructor and Description |
|---|
GeoPointStored() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAltitude() |
String |
getCapital() |
String |
getContinent() |
String |
getCountry() |
LinkedHashMap<String,String> |
getExtraAttributes() |
String |
getLatitude() |
String |
getLongitude() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
protected String longitude
protected String latitude
protected Double altitude
protected String continent
protected String country
protected String capital
protected String[] tokRefs
protected LinkedHashMap<QName,String> extraAttributes
public String getLongitude()
getLongitude in interface GeoPointpublic String getLatitude()
getLatitude in interface GeoPointpublic Double getAltitude()
getAltitude in interface GeoPointpublic String getContinent()
getContinent in interface GeoPointpublic String getCountry()
getCountry in interface GeoPointpublic String getCapital()
getCapital in interface GeoPointpublic LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.