|
kiwi-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.KML |
| The default GML type URI. More... | |
| static final KMLDatatype | INSTANCE = new KMLDatatype() |
| A static instance of GMLDatatype. More... | |
| static final String | KML_PREFIX = "kml" |
| XML element tag "gml" is defined for the convenience of GML generation. More... | |
| Geometry read | ( | String | geometryLiteral | ) |
| String toString | ( | ) |
| String unparse | ( | Geometry | geometry | ) |
This method Un-parses the JTS Geometry to the GML literal.
| geometry | - the JTS Geometry to be un-parsed |
|
static |
A static instance of GMLDatatype.
Referenced by LiteralRegistry.LiteralRegistry().
|
static |
XML element tag "gml" is defined for the convenience of GML generation.
|
static |
The default GML type URI.
Referenced by LiteralRegistry.LiteralRegistry().