Uses of Class
org.opensextant.data.GeoBase

Packages that use GeoBase
Package
Description
Xponents Data Model
Utilities for Extraction
  • Uses of GeoBase in org.opensextant.data

    Subclasses of GeoBase in org.opensextant.data
    Modifier and Type
    Class
    Description
    class 
    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 languages
    class 
    Place class represents all the metadata about a location.
  • Uses of GeoBase in org.opensextant.util

    Methods in org.opensextant.util with parameters of type GeoBase
    Modifier and Type
    Method
    Description
    static double
    GeodeticUtility.distanceDegrees(GeoBase p1, GeoBase p2)
    This returns distance in degrees, e.g., this is a Cartesian distance.