| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoLayer.addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
List<Token> entityTokens) |
GeoPoint |
GeoLayer.addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
Token entityToken) |
GeoPoint |
GeoLayer.getPoint(int index) |
GeoPoint |
GeoLayer.getPoint(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token[] |
GeoLayer.getTokens(GeoPoint point) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoPointStored |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Token,GeoPoint> |
TextCorpusLayersConnector.token2ItsGeopoint |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
GeoLayerStored.addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
List<Token> pointTokens) |
GeoPoint |
GeoLayerStored.addPoint(String longitude,
String latitude,
Double altitude,
String continent,
String country,
String capital,
Token pointToken) |
GeoPoint |
GeoLayerStored.getPoint(int index) |
GeoPoint |
GeoLayerStored.getPoint(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token[] |
GeoLayerStored.getTokens(GeoPoint point) |
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.