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

Public Member Functions

GridCoverage read (String geometryLiteral)
 
String unparse (GridCoverage geom)
 

Static Public Attributes

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

Member Function Documentation

◆ read()

GridCoverage read ( String  geometryLiteral)

Reimplemented from RasterLiteral.

20  {
21  // TODO Auto-generated method stub
22  return null;
23  }

Referenced by RastFromGMLCOV.construct(), and RastFromNetCDF.construct().

◆ unparse()

String unparse ( GridCoverage  geom)

Reimplemented from RasterLiteral.

27  {
28  // TODO Auto-generated method stub
29  return null;
30  }

Referenced by AsGMLCOV.operation(), and AsNetCDF.operation().

Member Data Documentation

◆ INSTANCE

◆ LiteralIRI

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

◆ URI

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