Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.GeoPoint
-
Packages that use GeoPoint Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of GeoPoint in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return GeoPoint Modifier and Type Method Description GeoPointGeoLayer. addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, Token entityToken)GeoPointGeoLayer. addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, List<Token> entityTokens)GeoPointGeoLayer. getPoint(int index)GeoPointGeoLayer. getPoint(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type GeoPoint Modifier and Type Method Description Token[]GeoLayer. getTokens(GeoPoint point) -
Uses of GeoPoint in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement GeoPoint Modifier and Type Class Description classGeoPointStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type GeoPoint Modifier and Type Field Description protected Map<Token,GeoPoint>TextCorpusLayersConnector. token2ItsGeopointMethods in eu.clarin.weblicht.wlfxb.tc.xb that return GeoPoint Modifier and Type Method Description GeoPointGeoLayerStored. addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, Token pointToken)GeoPointGeoLayerStored. addPoint(String longitude, String latitude, Double altitude, String continent, String country, String capital, List<Token> pointTokens)GeoPointGeoLayerStored. getPoint(int index)GeoPointGeoLayerStored. getPoint(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type GeoPoint Modifier and Type Method Description Token[]GeoLayerStored. getTokens(GeoPoint point)
-