org.topbraid.geo
Class GEO

java.lang.Object
  extended by org.topbraid.geo.GEO

public class GEO
extends java.lang.Object

Vocabulary definitions from http://www.w3.org/2003/01/geo/wgs84_pos

Author:
Auto-generated by schemagen on 18 Jul 2006 16:18

Field Summary
static com.hp.hpl.jena.rdf.model.Property ALT
          The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid).
static com.hp.hpl.jena.rdf.model.Property LAT
          The WGS84 latitude of a SpatialThing (decimal degrees).
static com.hp.hpl.jena.rdf.model.Property LAT_LONG
          A comma-separated representation of a latitude, longitude coordinate.
static com.hp.hpl.jena.rdf.model.Property LONG
          The WGS84 longitude of a SpatialThing (decimal degrees).
static com.hp.hpl.jena.rdf.model.Resource NAMESPACE
          The namespace of the vocabulary as a resource
static java.lang.String NS
          The namespace of the vocabulary as a string
 
Constructor Summary
GEO()
           
 
Method Summary
static java.lang.String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


LAT_LONG

public static final com.hp.hpl.jena.rdf.model.Property LAT_LONG

A comma-separated representation of a latitude, longitude coordinate.


ALT

public static final com.hp.hpl.jena.rdf.model.Property ALT

The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid).


LONG

public static final com.hp.hpl.jena.rdf.model.Property LONG

The WGS84 longitude of a SpatialThing (decimal degrees).


LAT

public static final com.hp.hpl.jena.rdf.model.Property LAT

The WGS84 latitude of a SpatialThing (decimal degrees).

Constructor Detail

GEO

public GEO()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS