Uses of Interface
org.opensextant.data.LatLon
Package
Description
Xponents Data Model
XCoord: Geographic Coordinate Extraction
Utilities for Extraction
-
Uses of LatLon in org.opensextant.data
Modifier and TypeInterfaceDescriptioninterface
An interface that describes any data that can be geocoded -- the metadata behind deriving location is as important as the actual location is.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
An intermediary between the simple LatLon and other conceptual classes: Place, Country, etc.class
Place class represents all the metadata about a location. -
Uses of LatLon in org.opensextant.extractors.xcoord
Modifier and TypeClassDescriptionclass
GeocoordMatch holds all the annotation data for the actual raw and normalized coordinate. -
Uses of LatLon in org.opensextant.util
Modifier and TypeMethodDescriptionstatic LatLon
GeodeticUtility.parseLatLon
(Object lat, Object lon) Parse coordinate from objectstatic LatLon
GeodeticUtility.parseLatLon
(String lat_lon) The most simplistic parsing and validation of "lat lon" or "lat, lon" any amount of whitespace is allowed, provided the lat lon order is there.Modifier and TypeMethodDescriptionstatic long
GeodeticUtility.distanceMeters
(LatLon p1, LatLon p2) Haversine distance using LL1 to LL2;static String
GeodeticUtility.formatLatLon
(LatLon yx) Create a string representation of a decimal lat/lon.static String
static boolean