Uses of Class
eu.clarin.weblicht.wlfxb.tc.api.GeoLongLatFormat
-
Packages that use GeoLongLatFormat Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of GeoLongLatFormat in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return GeoLongLatFormat Modifier and Type Method Description GeoLongLatFormatGeoLayer. getCoordinatesFormat()static GeoLongLatFormatGeoLongLatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoLongLatFormat[]GeoLongLatFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type GeoLongLatFormat 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. -
Uses of GeoLongLatFormat in eu.clarin.weblicht.wlfxb.tc.xb
Methods in eu.clarin.weblicht.wlfxb.tc.xb that return GeoLongLatFormat Modifier and Type Method Description GeoLongLatFormatGeoLayerStored. getCoordinatesFormat()Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type GeoLongLatFormat 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)Constructors in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type GeoLongLatFormat Constructor Description GeoLayerStored(String source, GeoLongLatFormat coordFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoCapitalFormat capitalFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCapitalFormat capitalFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCountryFormat countryFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoContinentFormat continentFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoCountryFormat countryFormat)GeoLayerStored(String source, GeoLongLatFormat coordFormat, GeoCountryFormat countryFormat, GeoCapitalFormat capitalFormat)
-