Package eu.clarin.weblicht.wlfxb.tc.xb
Class GeoPointStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.GeoPointStored
-
- All Implemented Interfaces:
ExtraAttributes,GeoPoint
public class GeoPointStored extends Object implements GeoPoint
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected Doublealtitudeprotected Stringcapitalprotected Stringcontinentprotected Stringcountryprotected LinkedHashMap<QName,String>extraAttributesprotected Stringlatitudeprotected Stringlongitudeprotected String[]tokRefsstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description GeoPointStored()
-
Method Summary
Modifier and Type Method Description DoublegetAltitude()StringgetCapital()StringgetContinent()StringgetCountry()LinkedHashMap<String,String>getExtraAttributes()StringgetLatitude()StringgetLongitude()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
retrieveAttributes
-
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
longitude
protected String longitude
-
latitude
protected String latitude
-
altitude
protected Double altitude
-
continent
protected String continent
-
country
protected String country
-
capital
protected String capital
-
tokRefs
protected String[] tokRefs
-
extraAttributes
protected LinkedHashMap<QName,String> extraAttributes
-
-
Method Detail
-
getLongitude
public String getLongitude()
- Specified by:
getLongitudein interfaceGeoPoint
-
getLatitude
public String getLatitude()
- Specified by:
getLatitudein interfaceGeoPoint
-
getAltitude
public Double getAltitude()
- Specified by:
getAltitudein interfaceGeoPoint
-
getContinent
public String getContinent()
- Specified by:
getContinentin interfaceGeoPoint
-
getCountry
public String getCountry()
- Specified by:
getCountryin interfaceGeoPoint
-
getCapital
public String getCapital()
- Specified by:
getCapitalin interfaceGeoPoint
-
getExtraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
- Specified by:
getExtraAttributesin interfaceExtraAttributes
-
-