|
kiwi-postgis
Version 0.1.0.0
|


Public Member Functions | |
| String | unparse (Geometry geometry) |
| This method Un-parses the JTS Geometry to the WKT literal. More... | |
| Geometry | read (String geometryLiteral) |
Static Public Attributes | |
| static final String | URI = POSTGIS.Polyshape |
| The default WKT type URI. More... | |
| static final PolyshapeDatatype | INSTANCE = new PolyshapeDatatype() |
| A static instance of WKTDatatype. More... | |
Static Private Attributes | |
| static final PolyshapeReader | reader =new PolyshapeReader() |
| static final JtsPolyshapeWriter | writer =new JtsPolyshapeWriter() |
| Geometry read | ( | String | geometryLiteral | ) |
References PolyshapeReader.read().
| String unparse | ( | Geometry | geometry | ) |
This method Un-parses the JTS Geometry to the WKT literal.
| geometry | - the JTS Geometry to be un-parsed |
References PolyshapeWriter.toString().
|
static |
A static instance of WKTDatatype.
Referenced by LiteralRegistry.LiteralRegistry().
|
staticprivate |
|
static |
The default WKT type URI.
Referenced by LiteralRegistry.LiteralRegistry().
|
staticprivate |