kiwi-postgis
Version 0.1.0.0
|
Classes | |
class | WKBTextSRS |
Public Member Functions | |
String | unparse (Geometry geometry) |
This method Un-parses the JTS Geometry to the WKT literal. More... | |
Geometry | read (String geometryLiteral) |
String | toString () |
Static Public Attributes | |
static final String | URI = POSTGIS.NAMESPACE+POSTGIS.WKT.toLowerCase()+"Literal" |
The default WKT type URI. More... | |
static final WKTDatatype | INSTANCE = new WKTDatatype() |
A static instance of WKTDatatype. More... | |
Geometry read | ( | String | geometryLiteral | ) |
References WKTDatatype.WKBTextSRS.getWkbText().
String toString | ( | ) |
String unparse | ( | Geometry | geometry | ) |
This method Un-parses the JTS Geometry to the WKT literal.
geometry | - the JTS Geometry to be un-parsed |
|
static |
A static instance of WKTDatatype.
Referenced by LiteralRegistry.LiteralRegistry().
|
static |
The default WKT type URI.
Referenced by LiteralRegistry.LiteralRegistry().