|
rdf4j-postgis
Version 0.1.0.0
|


Public Member Functions | |
| String | toString () |
| This method Un-parses the JTS Geometry to the GML literal. More... | |
| String | unparse (Geometry geom) |
| Geometry | read (String literalValue) |
Static Public Attributes | |
| static final String | URI = POSTGIS.MVT |
| The default GML type URI. More... | |
| static final MVTDatatype | INSTANCE = new MVTDatatype() |
| A static instance of GMLDatatype. More... | |
| static final String | KML_PREFIX = "mvt" |
| XML element tag "gml" is defined for the convenience of GML generation. More... | |
| Geometry read | ( | String | literalValue | ) |
Reimplemented from VectorLiteral.
| String toString | ( | ) |
This method Un-parses the JTS Geometry to the GML literal.
| geometry | - the JTS Geometry to be un-parsed |
References MVTDatatype.URI.
| String unparse | ( | Geometry | geom | ) |
Reimplemented from VectorLiteral.
Referenced by AsMVT.operation().
|
static |
A static instance of GMLDatatype.
Referenced by AsMVT.operation().
|
static |
XML element tag "gml" is defined for the convenience of GML generation.
|
static |
The default GML type URI.
Referenced by MVTDatatype.toString().