Uses of Interface
org.opensextant.data.Geocoding
-
Packages that use Geocoding Package Description org.opensextant.annotations DeepEye is an approach for simplifying typical NLP annotation exchanges.org.opensextant.data Xponents Data Modelorg.opensextant.data.social Social Media Representationorg.opensextant.extractors.xcoord XCoord: Geographic Coordinate Extractionorg.opensextant.output Xponents Output Formatting using GISCoreorg.opensextant.util Utilities for Extraction -
-
Uses of Geocoding in org.opensextant.annotations
Methods in org.opensextant.annotations with parameters of type Geocoding Modifier and Type Method Description static Annotation
AnnotationHelper. createGeocodingAnnotation(java.lang.String contrib, java.lang.String type, java.lang.String val, int offset, java.lang.String docid, Geocoding g)
Encode geocoding annotations to be saved. -
Uses of Geocoding in org.opensextant.data
Classes in org.opensextant.data that implement Geocoding Modifier and Type Class Description class
Country
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
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 Geocoding Modifier and Type Field Description Geocoding
Message. authorGeo
Author's profile location -- If country and actual location is set, use Geocoding object, or opensextant.Place to capture the full metadata.Geocoding
Message. statusGeo
the origination of the message -- Country from which the item was sent.Methods in org.opensextant.data.social that return Geocoding Modifier and Type Method Description protected 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 Modifier and Type Method Description protected static void
TweetUtility. insertGeo(jodd.json.JsonObject o, Geocoding geo, boolean isUser)
TOOD: validate available data for this schema. -
Uses of Geocoding in org.opensextant.extractors.xcoord
Classes in org.opensextant.extractors.xcoord that implement Geocoding Modifier and Type Class Description class
GeocoordMatch
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 Geocoding Modifier and Type Method Description Geocoding
AbstractFormatter. getGeocoding(TextMatch m)
The default geocoding interpretation is here.Geocoding
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 Geocoding Modifier and Type Method Description protected void
GISDataModel. addLatLon(org.opensextant.giscore.events.Feature row, Geocoding g)
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.java.util.List<org.opensextant.giscore.events.Feature>
GISDataModel. buildRows(int id, Geocoding g, TextMatch m, java.util.Map<java.lang.String,java.lang.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 Modifier and Type Method Description static boolean
GeodeticUtility. isCoord(Geocoding xy)
-