|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.geo.GEO
public class GEO
Vocabulary definitions from http://www.w3.org/2003/01/geo/wgs84_pos
| 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 |
|---|
public static final java.lang.String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property LAT_LONG
A comma-separated representation of a latitude, longitude coordinate.
public static final com.hp.hpl.jena.rdf.model.Property ALT
The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid).
public static final com.hp.hpl.jena.rdf.model.Property LONG
The WGS84 longitude of a SpatialThing (decimal degrees).
public static final com.hp.hpl.jena.rdf.model.Property LAT
The WGS84 latitude of a SpatialThing (decimal degrees).
| Constructor Detail |
|---|
public GEO()
| Method Detail |
|---|
public static java.lang.String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||