Uses of Class
org.opensextant.data.Place
Packages that use 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
Methods in org.opensextant.annotations that return PlaceModifier and TypeMethodDescriptionstatic Place
AnnotationHelper.createGeocoding
(Annotation a) Decode: Geocoding See OpenSextant Geocoding interface. -
Uses of Place in org.opensextant.data
Subclasses of Place in org.opensextant.dataModifier 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 languagesMethods in org.opensextant.data with parameters of type PlaceModifier 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
Methods in org.opensextant.data.social with parameters of type Place -
Uses of Place in org.opensextant.extractors.xcoord
Methods in org.opensextant.extractors.xcoord that return PlaceModifier 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.Methods in org.opensextant.extractors.xcoord that return types with arguments of type PlaceMethods in org.opensextant.extractors.xcoord with parameters of type PlaceModifier 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
Methods in org.opensextant.util that return PlaceModifier 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.Methods in org.opensextant.util that return types with arguments of type PlaceModifier 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.Methods in org.opensextant.util with parameters of type PlaceModifier 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
Method parameters in org.opensextant.util with type arguments of type PlaceModifier 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.