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 AnnotationAnnotationHelper.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 TypeClassDescriptionclassCountry 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 languagesclassPlace 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.authorGeoAuthor's profile location -- If country and actual location is set, use Geocoding object, or opensextant.Place to capture the full metadata.Message.statusGeothe origination of the message -- Country from which the item was sent.Methods in org.opensextant.data.social that return GeocodingModifier and TypeMethodDescriptionprotected static GeocodingTweetUtility.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 TypeClassDescriptionclassGeocoordMatch 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 voidAdds the lat lon.protected voidGISDataModel.addPlaceData(org.opensextant.giscore.events.Feature row, Geocoding g) Adds the place data.protected voidGISDataModel.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