org.topbraid.geo.models
Class GeocodeModel

java.lang.Object
  extended by org.topbraid.geo.models.GeocodeModel

public class GeocodeModel
extends java.lang.Object


Field Summary
static com.hp.hpl.jena.rdf.model.Property address
          
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
static com.hp.hpl.jena.rdf.model.Resource Point
          represents a point found from geocoding an address
static com.hp.hpl.jena.rdf.model.Property queried
          
static java.lang.String xmlBase
           
 
Constructor Summary
GeocodeModel()
           
 
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


address

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


queried

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


Point

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

represents a point found from geocoding an address


xmlBase

public static java.lang.String xmlBase
Constructor Detail

GeocodeModel

public GeocodeModel()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS