Uses of Interface
org.opensextant.data.Geocoding
Package
Description
DeepEye is an approach for simplifying typical NLP annotation exchanges.
Xponents Data Model
Social Media Representation
XCoord: Geographic Coordinate Extraction
Xponents Output Formatting using GISCore
Utilities for Extraction
-
Uses of Geocoding in org.opensextant.annotations
Modifier and TypeMethodDescriptionstatic Annotation
AnnotationHelper.createGeocodingAnnotation
(String contrib, String type, String val, int offset, String docid, Geocoding g) Encode geocoding annotations to be saved. -
Uses of Geocoding 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 languagesclass
Place class represents all the metadata about a location. -
Uses of Geocoding in org.opensextant.data.social
Modifier and TypeFieldDescriptionMessage.authorGeo
Author's profile location -- If country and actual location is set, use Geocoding object, or opensextant.Place to capture the full metadata.Message.statusGeo
the origination of the message -- Country from which the item was sent. -
Uses of Geocoding in org.opensextant.extractors.xcoord
Modifier and TypeClassDescriptionclass
GeocoordMatch holds all the annotation data for the actual raw and normalized coordinate. -
Uses of Geocoding in org.opensextant.output
Modifier and TypeMethodDescriptionAbstractFormatter.getGeocoding
(TextMatch m) The default geocoding interpretation is here.MatchInterpreter.getGeocoding
(TextMatch m) For a given match in text return the geocoding object for that match, if one exists.Modifier and TypeMethodDescriptionprotected void
Adds the lat lon.protected void
GISDataModel.addPlaceData
(org.opensextant.giscore.events.Feature row, Geocoding g) Adds the place data.protected void
GISDataModel.addPrecision
(org.opensextant.giscore.events.Feature row, Geocoding g) Adds the precision.List<org.opensextant.giscore.events.Feature>
GISDataModel.buildRows
(int id, Geocoding g, TextMatch m, Map<String, Object> rowAttributes, ExtractionResult res) Builds a GISCore feature array (rows) from a given array of TextMatches; Enrich the features with record-level attributes (columns). -
Uses of Geocoding in org.opensextant.util