|
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.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... | |
Static Private Attributes | |
| static final Logger | LOGGER = LoggerFactory.getLogger(GMLDatatype.class) |
| 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 |
XML element tag "gml" is defined for the convenience of GML generation.
|
static |
A static instance of GMLDatatype.
Referenced by LiteralRegistry.LiteralRegistry().
|
staticprivate |
|
static |
The default GML type URI.
Referenced by LiteralRegistry.LiteralRegistry().