public class GeoLayerStored extends TextCorpusLayerStoredAbstract implements GeoLayer
| Modifier | Constructor and Description |
|---|---|
protected |
GeoLayerStored() |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoCapitalFormat capitalFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoContinentFormat continentFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoContinentFormat continentFormat,
GeoCapitalFormat capitalFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoContinentFormat continentFormat,
GeoCountryFormat countryFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoContinentFormat continentFormat,
GeoCountryFormat countryFormat,
GeoCapitalFormat capitalFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoCountryFormat countryFormat) |
protected |
GeoLayerStored(String source,
GeoLongLatFormat coordFormat,
GeoCountryFormat countryFormat,
GeoCapitalFormat capitalFormat) |
protected |
GeoLayerStored(TextCorpusLayersConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
List<Token> pointTokens) |
GeoPoint |
addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
Token pointToken) |
GeoCapitalFormat |
getCapitalFormat() |
GeoContinentFormat |
getContinentFormat() |
GeoLongLatFormat |
getCoordinatesFormat() |
GeoCountryFormat |
getCountryFormat() |
GeoPoint |
getPoint(int index) |
GeoPoint |
getPoint(Token token) |
String |
getSource() |
Token[] |
getTokens(GeoPoint point) |
boolean |
isEmpty() |
protected void |
setLayersConnector(TextCorpusLayersConnector connector)
Should not be used directly by users.
|
int |
size() |
String |
toString() |
public static final String XML_NAME
protected GeoLayerStored()
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCountryFormat countryFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCapitalFormat capitalFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoCountryFormat countryFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoCapitalFormat capitalFormat)
protected GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)
protected GeoLayerStored(TextCorpusLayersConnector connector)
protected void setLayersConnector(TextCorpusLayersConnector connector)
TextCorpusLayerStoredAbstractsetLayersConnector in class TextCorpusLayerStoredAbstractpublic boolean isEmpty()
isEmpty in interface TextCorpusLayerpublic int size()
size in interface TextCorpusLayerpublic GeoLongLatFormat getCoordinatesFormat()
getCoordinatesFormat in interface GeoLayerpublic GeoContinentFormat getContinentFormat()
getContinentFormat in interface GeoLayerpublic GeoCountryFormat getCountryFormat()
getCountryFormat in interface GeoLayerpublic GeoCapitalFormat getCapitalFormat()
getCapitalFormat in interface GeoLayerpublic GeoPoint addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, Token pointToken)
public GeoPoint addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, List<Token> pointTokens)
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.