Class WGS84

java.lang.Object
org.eclipse.rdf4j.model.vocabulary.WGS84

public class WGS84 extends Object
Constants for the Basic Geo (WGS84 lat/long) Vocabulary.
Author:
Alessandro Bollini
See Also:
  • Field Details Link icon

    • NAMESPACE Link icon

      public static final String NAMESPACE
      The WGS84 namespace ("http://www.w3.org/2003/01/geo/wgs84_pos#").
      See Also:
    • PREFIX Link icon

      public static final String PREFIX
      Recommended prefix for the RDF Schema namespace ("wgs84").
      See Also:
    • NS Link icon

      public static final Namespace NS
      An immutable Namespace constant that represents the WGS84 namespace.
    • SPATIAL_THING Link icon

      public static final IRI SPATIAL_THING
      The wgs84:SpatialThing class.
    • TEMPORAL_THING Link icon

      public static final IRI TEMPORAL_THING
      The wgs84:TemporalThing class.
    • EVENT Link icon

      public static final IRI EVENT
      The wgs84:Event class.
    • POINT Link icon

      public static final IRI POINT
      The wgs84:Point relation.
    • LOCATION Link icon

      public static final IRI LOCATION
      The wgs84:location relation.
    • LAT Link icon

      public static final IRI LAT
      The wgs84:lat relation.
    • LONG Link icon

      public static final IRI LONG
      The wgs84:long relation.
    • ALT Link icon

      public static final IRI ALT
      The wgs84:alt relation.
    • LAT_LONG Link icon

      public static final IRI LAT_LONG
      The wgs84:lat_long relation.
  • Constructor Details Link icon

    • WGS84 Link icon

      public WGS84()