rdf4j-postgis  Version 0.1.0.0
SVGDatatype Class Reference
Inheritance diagram for SVGDatatype:
Collaboration diagram for SVGDatatype:

Public Member Functions

String unparse (Geometry geom)
 
Geometry read (String literalValue)
 

Static Public Attributes

static final String URI =POSTGIS.NAMESPACE+POSTGIS.SVG
 
static final SVGDatatype INSTANCE =new SVGDatatype()
 
static final IRI LiteralIRI =SimpleValueFactory.getInstance().createIRI(POSTGIS.NAMESPACE+POSTGIS.SVG)
 

Member Function Documentation

◆ read()

Geometry read ( String  literalValue)

Reimplemented from VectorLiteral.

24  {
25  // TODO Auto-generated method stub
26  return null;
27  }

◆ unparse()

String unparse ( Geometry  geom)

Reimplemented from VectorLiteral.

18  {
19  // TODO Auto-generated method stub
20  return null;
21  }

Member Data Documentation

◆ INSTANCE

final SVGDatatype INSTANCE =new SVGDatatype()
static

◆ LiteralIRI

final IRI LiteralIRI =SimpleValueFactory.getInstance().createIRI(POSTGIS.NAMESPACE+POSTGIS.SVG)
static

◆ URI

final String URI =POSTGIS.NAMESPACE+POSTGIS.SVG
static