GeoPubby  Version 0.1.0.0
GEO Class Reference
Collaboration diagram for GEO:

Static Public Attributes

static final String WGS84GEONS = "http://www.w3.org/2003/01/geo/wgs84_pos#"
 
static final String GEOSPARQLNS = "http://www.opengis.net/ont/geosparql#"
 
static final String GEOSPARQLSTYLENS = "http://www.opengis.net/ont/geosparql/style#"
 
static final String WIKIDATANS = "http://www.wikidata.org/prop/direct/"
 
static final Property P_LONG = model.createProperty( WGS84GEONS + "long" )
 
static final Property P_LAT = model.createProperty( WGS84GEONS + "lat" )
 
static final Property P_GEOMETRY = model.createProperty( WGS84GEONS + "geometry" )
 
static final Property LOCATION = model.createProperty( WGS84GEONS + "location" )
 
static final Property HASGEOMETRY = model.createProperty( GEOSPARQLNS + "hasGeometry" )
 
static final Property ASWKT = model.createProperty( GEOSPARQLNS + "asWKT" )
 
static final Property ASHEXWKB = model.createProperty( GEOSPARQLNS + "asHexWKB" )
 
static final Property ASWKB = model.createProperty( GEOSPARQLNS + "asWKB" )
 
static final Property ASGEOJSON = model.createProperty( GEOSPARQLNS + "asGeoJSON" )
 
static final Property ASGML = model.createProperty( GEOSPARQLNS + "asGML" )
 
static final Property EPSG = model.createProperty( GEOSPARQLNS + "epsg" )
 
static final Property STYLE = model.createProperty( GEOSPARQLNS + "style" )
 
static final Property LINESTRINGSTYLE =model.createProperty(GEOSPARQLNS+"lineStringStyle")
 
static final Property LINESTRINGIMAGE =model.createProperty(GEOSPARQLNS+"lineStringImage")
 
static final Property POINTSTYLE =model.createProperty(GEOSPARQLNS+"pointStyle")
 
static final Property POINTIMAGE =model.createProperty(GEOSPARQLNS+"pointImage")
 
static final Property POLYGONSTYLE =model.createProperty(GEOSPARQLNS+"polygonStyle")
 
static final Property POLYGONIMAGE =model.createProperty(GEOSPARQLNS+"polygonImage")
 
static final Property HATCH =model.createProperty(GEOSPARQLNS+"hatch")
 
static final Property LINESTRINGIMAGESTYLE =model.createProperty(GEOSPARQLNS+"lineStringImageStyle")
 
static final Property POPUPSTYLE = model.createProperty( GEOSPARQLNS + "popupStyle" )
 
static final Property TEXTSTYLE = model.createProperty( GEOSPARQLNS + "textStyle" )
 
static final Property LINESTRINGSTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"lineStringStyle")
 
static final Property LINESTRINGIMAGE2 =model.createProperty(GEOSPARQLSTYLENS+"lineStringImage")
 
static final Property POINTSTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"pointStyle")
 
static final Property POINTIMAGE2 =model.createProperty(GEOSPARQLSTYLENS+"pointImage")
 
static final Property POLYGONSTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"polygonStyle")
 
static final Property POLYGONIMAGE2 =model.createProperty(GEOSPARQLSTYLENS+"polygonImage")
 
static final Property HATCH2 =model.createProperty(GEOSPARQLSTYLENS+"hatch")
 
static final Property LINESTRINGIMAGESTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"lineStringImageStyle")
 
static final Property POPUPSTYLE2 = model.createProperty( GEOSPARQLSTYLENS + "popupStyle" )
 
static final Property TEXTSTYLE2 = model.createProperty( GEOSPARQLSTYLENS + "textStyle" )
 
static final Property P625 = model.createProperty( WIKIDATANS + "P625" )
 
static final Property GEORSSPOINT = model.createProperty("http://www.georss.org/georss/point")
 
static final Property ASKML = model.createProperty( GEOSPARQLNS + "asKML" )
 
static List< Property > geomprops =Arrays.asList(new Property[] {P_LONG,P_LAT,P_GEOMETRY,LOCATION,HASGEOMETRY,ASWKT,ASKML,ASGML,ASWKB,ASHEXWKB,ASGEOJSON,P625,GEORSSPOINT})
 

Static Private Attributes

static Model model = ModelFactory.createDefaultModel()
 

Member Data Documentation

◆ ASGEOJSON

final Property ASGEOJSON = model.createProperty( GEOSPARQLNS + "asGeoJSON" )
static

◆ ASGML

final Property ASGML = model.createProperty( GEOSPARQLNS + "asGML" )
static

◆ ASHEXWKB

final Property ASHEXWKB = model.createProperty( GEOSPARQLNS + "asHexWKB" )
static

◆ ASKML

final Property ASKML = model.createProperty( GEOSPARQLNS + "asKML" )
static

◆ ASWKB

final Property ASWKB = model.createProperty( GEOSPARQLNS + "asWKB" )
static

◆ ASWKT

final Property ASWKT = model.createProperty( GEOSPARQLNS + "asWKT" )
static

◆ EPSG

◆ geomprops

List<Property> geomprops =Arrays.asList(new Property[] {P_LONG,P_LAT,P_GEOMETRY,LOCATION,HASGEOMETRY,ASWKT,ASKML,ASGML,ASWKB,ASHEXWKB,ASGEOJSON,P625,GEORSSPOINT})
static

◆ GEORSSPOINT

final Property GEORSSPOINT = model.createProperty("http://www.georss.org/georss/point")
static

◆ GEOSPARQLNS

final String GEOSPARQLNS = "http://www.opengis.net/ont/geosparql#"
static

◆ GEOSPARQLSTYLENS

final String GEOSPARQLSTYLENS = "http://www.opengis.net/ont/geosparql/style#"
static

◆ HASGEOMETRY

final Property HASGEOMETRY = model.createProperty( GEOSPARQLNS + "hasGeometry" )
static

◆ HATCH

final Property HATCH =model.createProperty(GEOSPARQLNS+"hatch")
static

◆ HATCH2

final Property HATCH2 =model.createProperty(GEOSPARQLSTYLENS+"hatch")
static

◆ LINESTRINGIMAGE

final Property LINESTRINGIMAGE =model.createProperty(GEOSPARQLNS+"lineStringImage")
static

◆ LINESTRINGIMAGE2

final Property LINESTRINGIMAGE2 =model.createProperty(GEOSPARQLSTYLENS+"lineStringImage")
static

◆ LINESTRINGIMAGESTYLE

final Property LINESTRINGIMAGESTYLE =model.createProperty(GEOSPARQLNS+"lineStringImageStyle")
static

◆ LINESTRINGIMAGESTYLE2

final Property LINESTRINGIMAGESTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"lineStringImageStyle")
static

◆ LINESTRINGSTYLE

final Property LINESTRINGSTYLE =model.createProperty(GEOSPARQLNS+"lineStringStyle")
static

◆ LINESTRINGSTYLE2

final Property LINESTRINGSTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"lineStringStyle")
static

◆ LOCATION

final Property LOCATION = model.createProperty( WGS84GEONS + "location" )
static

◆ model

Model model = ModelFactory.createDefaultModel()
staticprivate

◆ P625

final Property P625 = model.createProperty( WIKIDATANS + "P625" )
static

◆ P_GEOMETRY

final Property P_GEOMETRY = model.createProperty( WGS84GEONS + "geometry" )
static

◆ P_LAT

final Property P_LAT = model.createProperty( WGS84GEONS + "lat" )
static

◆ P_LONG

final Property P_LONG = model.createProperty( WGS84GEONS + "long" )
static

◆ POINTIMAGE

final Property POINTIMAGE =model.createProperty(GEOSPARQLNS+"pointImage")
static

◆ POINTIMAGE2

final Property POINTIMAGE2 =model.createProperty(GEOSPARQLSTYLENS+"pointImage")
static

◆ POINTSTYLE

final Property POINTSTYLE =model.createProperty(GEOSPARQLNS+"pointStyle")
static

◆ POINTSTYLE2

final Property POINTSTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"pointStyle")
static

◆ POLYGONIMAGE

final Property POLYGONIMAGE =model.createProperty(GEOSPARQLNS+"polygonImage")
static

◆ POLYGONIMAGE2

final Property POLYGONIMAGE2 =model.createProperty(GEOSPARQLSTYLENS+"polygonImage")
static

◆ POLYGONSTYLE

final Property POLYGONSTYLE =model.createProperty(GEOSPARQLNS+"polygonStyle")
static

◆ POLYGONSTYLE2

final Property POLYGONSTYLE2 =model.createProperty(GEOSPARQLSTYLENS+"polygonStyle")
static

◆ POPUPSTYLE

final Property POPUPSTYLE = model.createProperty( GEOSPARQLNS + "popupStyle" )
static

◆ POPUPSTYLE2

final Property POPUPSTYLE2 = model.createProperty( GEOSPARQLSTYLENS + "popupStyle" )
static

◆ STYLE

final Property STYLE = model.createProperty( GEOSPARQLNS + "style" )
static

◆ TEXTSTYLE

final Property TEXTSTYLE = model.createProperty( GEOSPARQLNS + "textStyle" )
static

◆ TEXTSTYLE2

final Property TEXTSTYLE2 = model.createProperty( GEOSPARQLSTYLENS + "textStyle" )
static

◆ WGS84GEONS

final String WGS84GEONS = "http://www.w3.org/2003/01/geo/wgs84_pos#"
static

◆ WIKIDATANS

final String WIKIDATANS = "http://www.wikidata.org/prop/direct/"
static