Uses of Interface
org.opensextant.data.Geocoding
Packages that use 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
Methods in org.opensextant.annotations with parameters of type GeocodingModifier 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
Classes in org.opensextant.data that implement GeocodingModifier 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
Fields in org.opensextant.data.social declared as GeocodingModifier 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.Methods in org.opensextant.data.social that return GeocodingModifier and TypeMethodDescriptionprotected static Geocoding
TweetUtility.getGeo
(jodd.json.JsonObject attrs, boolean isUser) TOOD: validate available data for this schema.Methods in org.opensextant.data.social with parameters of type Geocoding -
Uses of Geocoding in org.opensextant.extractors.xcoord
Classes in org.opensextant.extractors.xcoord that implement GeocodingModifier and TypeClassDescriptionclass
GeocoordMatch holds all the annotation data for the actual raw and normalized coordinate. -
Uses of Geocoding in org.opensextant.output
Methods in org.opensextant.output that return GeocodingModifier 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.Methods in org.opensextant.output with parameters of type GeocodingModifier 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
Methods in org.opensextant.util with parameters of type Geocoding