Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.GeoPoint

Packages that use GeoPoint
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
 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)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type GeoPoint
 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
 class GeoPointStored
           
 

Fields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type GeoPoint
protected  Map<Token,GeoPoint> TextCorpusLayersConnector.token2ItsGeopoint
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return GeoPoint
 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)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type GeoPoint
 Token[] GeoLayerStored.getTokens(GeoPoint point)
           
 



Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.