Uses of Class
org.opensextant.data.Place
Package
Description
DeepEye is an approach for simplifying typical NLP annotation exchanges.
Xponents Data Model
Social Media Representation
XCoord: Geographic Coordinate Extraction
Utilities for Extraction
-
Uses of Place in org.opensextant.annotations
Modifier and TypeMethodDescriptionstatic Place
AnnotationHelper.createGeocoding
(Annotation a) Decode: Geocoding See OpenSextant Geocoding interface. -
Uses of Place in org.opensextant.data
Modifier and TypeClassDescriptionclass
Country metadata provided on this class includes: ISO-3166 country code 2-char and 3-char forms, aligned with US standard FIPS 10-4 codes Country aliases: nick names, variant names, abbreviations Affiliated territories Timezone and UTC offset for temporal calculations Primary and Secondary languagesModifier and TypeMethodDescriptionint
With multiple data sources there is no standard way of saying this place == that place.void
Copy the basic gazetteer metadata toboolean
boolean
Place.sameBoundary
(Place otherGeo) Check if CC.AA coding of the features is the same. -
Uses of Place in org.opensextant.data.social
-
Uses of Place in org.opensextant.extractors.xcoord
Modifier and TypeMethodDescriptionGeocoordMatch.asPlace()
Create a Place version of this coordinate -- that is, once we've found the coordinate match if the match data is no longer needed we can produce a geodetic Place from the TextMatch.GeocoordMatch.getRelatedPlace()
Gets the related place.Modifier and TypeMethodDescriptionvoid
GeocoordMatch.addNearByPlace
(Place location) Adds the near by place.void
GeocoordMatch.setRelatedPlace
(Place location) Sets the related place. -
Uses of Place in org.opensextant.util
Modifier and TypeMethodDescriptionGeonamesUtility.getAdmin1Place
(String cc, String adm1) Retrieve a Place object with the semi-official name (in Latin/Anglo terms) given CC and ADM1 code.GeonamesUtility.getAdmin1PlaceByHASC
(String path) Lookup by coded path, CC.ADM1.GeonamesUtility.getProvince
(String cc, String adm1) Lookup by coded path, CC.ADM1.Modifier and TypeMethodDescriptionGeonamesUtility.getAdmin1Metadata()
Deprecated.Use getUSStateMetadataGeonamesUtility.getProvinceMetadata()
Alias for getWorldAdmin1Metadata.GeonamesUtility.getUSStateMetadata()
Provides access to a array of ADM1 metadata.GeonamesUtility.getWorldAdmin1Metadata()
Get the array of Place objects representing ADM1 level boundaries.GeonamesUtility.loadMajorCities
(InputStream strm) Load the Geonames.org majorcities data file.GeonamesUtility.loadMajorCities
(String resourcePath) Geonames.org data set: citiesN.txtGeonamesUtility.mapMajorCityIDs
(List<Place> cities) Convenience: prepare a map for lookup by ID.Modifier and TypeMethodDescriptionstatic boolean
GeonamesUtility.isAbbreviation
(Place p) Wrapper for isAbbreviation(name type)static boolean
static boolean
Wrapper for isCountry(feat code)static boolean
GeonamesUtility.isNationalCapital
(Place p) wrapper for isNationalCaptial( feat code )static boolean
GeonamesUtility.isPoliticalEntity
(Place p) Test is Place feature is coded as PCL* (PCL, PCLIX, PCLH, PCLD, PCLF, PCLS, etc)static boolean
Modifier and TypeMethodDescriptionGeonamesUtility.mapMajorCityIDs
(List<Place> cities) Convenience: prepare a map for lookup by ID.GeonamesUtility.mapPopulationByLocation
(List<Place> cities) See mapPopulationByLocation(list, int).GeonamesUtility.mapPopulationByLocation
(List<Place> cities, int ghResolution) This organizes population data by geohash.