public interface GeoLayer extends TextCorpusLayer
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
List<Token> entityTokens) |
GeoPoint |
addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
Token entityToken) |
GeoCapitalFormat |
getCapitalFormat() |
GeoContinentFormat |
getContinentFormat() |
GeoLongLatFormat |
getCoordinatesFormat() |
GeoCountryFormat |
getCountryFormat() |
GeoPoint |
getPoint(int index) |
GeoPoint |
getPoint(Token token) |
String |
getSource() |
Token[] |
getTokens(GeoPoint point) |
isEmpty, sizeGeoLongLatFormat getCoordinatesFormat()
GeoContinentFormat getContinentFormat()
GeoCountryFormat getCountryFormat()
GeoCapitalFormat getCapitalFormat()
String getSource()
GeoPoint getPoint(int index)
GeoPoint addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, Token entityToken)
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.