Uses of Class
org.opensextant.data.Country
Packages that use Country
Package
Description
DeepEye is an approach for simplifying typical NLP annotation exchanges.
Xponents Data Model
XCoord: Geographic Coordinate Extraction
Utilities for Extraction
-
Uses of Country in org.opensextant.annotations
Methods in org.opensextant.annotations that return CountryModifier and TypeMethodDescriptionstatic Country
AnnotationHelper.createCountry
(Annotation a) Returns an instance of a Country object using annotation value as country name, and attr[cc] optionally as code. -
Uses of Country in org.opensextant.data
Fields in org.opensextant.data declared as CountryMethods in org.opensextant.data that return CountryMethods in org.opensextant.data that return types with arguments of type CountryModifier and TypeMethodDescriptionCountry.getTerritories()
List the territories for this country.Methods in org.opensextant.data with parameters of type CountryModifier and TypeMethodDescriptionvoid
Country.addTerritory
(Country terr) void
Geocoding.setCountry
(Country c) void
Place.setCountry
(Country c) Set the country object and the local country ID code. -
Uses of Country in org.opensextant.extractors.xcoord
Methods in org.opensextant.extractors.xcoord with parameters of type Country -
Uses of Country in org.opensextant.util
Fields in org.opensextant.util declared as CountryMethods in org.opensextant.util that return CountryModifier and TypeMethodDescriptionGeonamesUtility.getCountry
(String isocode) Get Country by the default ISO digraph returns the Unknown country if you are not using an ISO2 code.GeonamesUtility.getCountryByAnyCode
(String cc) Find distinct country object by a code.GeonamesUtility.getCountryByFIPS
(String fips) Methods in org.opensextant.util that return types with arguments of type CountryModifier and TypeMethodDescriptionGeonamesUtility.getCountries()
GeonamesUtility.getISOCountries()
List all country names, official and variant names.