Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.GeoLayer
-
Packages that use GeoLayer Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of GeoLayer in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return GeoLayer Modifier and Type Method Description GeoLayerTextCorpus. createGeoLayer(String source, GeoLongLatFormat coordFormat)Creates emptyGeoLayerin this TextCorpus.GeoLayerTextCorpus. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoContinentFormat conitentFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)Creates emptyGeoLayerin this TextCorpus.GeoLayerTextCorpus. getGeoLayer()Gets geo layer of this TextCorpus. -
Uses of GeoLayer in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement GeoLayer Modifier and Type Class Description classGeoLayerStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return GeoLayer Modifier and Type Method Description GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoCapitalFormat capitalFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCapitalFormat capitalFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCountryFormat countryFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoCountryFormat countryFormat)GeoLayerTextCorpusStored. createGeoLayer(String source, GeoLongLatFormat coordFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)
-