rdf4j-postgis
Version 0.1.0.0
|
Public Member Functions | |
String | unparse (Geometry geometry) |
This method Un-parses the JTS Geometry to the GML literal. More... | |
Geometry | read (String geometryLiteral) |
String | toString () |
Static Public Attributes | |
static final String | URI = POSTGIS.GML |
The default GML type URI. More... | |
static final GMLDatatype | INSTANCE = new GMLDatatype() |
A static instance of GMLDatatype. More... | |
static final String | GML_PREFIX = "gml" |
XML element tag "gml" is defined for the convenience of GML generation. More... | |
Geometry read | ( | String | geometryLiteral | ) |
Reimplemented from VectorLiteral.
String toString | ( | ) |
References GMLDatatype.URI.
String unparse | ( | Geometry | geometry | ) |
This method Un-parses the JTS Geometry to the GML literal.
geometry | - the JTS Geometry to be un-parsed |
Reimplemented from VectorLiteral.
|
static |
XML element tag "gml" is defined for the convenience of GML generation.
|
static |
A static instance of GMLDatatype.
Referenced by LiteralRegistry.LiteralRegistry().
|
static |
The default GML type URI.
Referenced by LiteralRegistry.LiteralRegistry(), and GMLDatatype.toString().