Uses of Class
org.opensextant.data.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
Modifier 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
Modifier and TypeMethodDescriptionCountry.getTerritories()
List the territories for this country.Modifier 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
-
Uses of Country in org.opensextant.util
Modifier 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) Modifier and TypeMethodDescriptionGeonamesUtility.getCountries()
GeonamesUtility.getISOCountries()
List all country names, official and variant names.