| 
    rdf4j-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) | 
| String | toString () | 
Static Public Attributes | |
| static final String | URI = POSTGIS.GeoBuf | 
| The default WKT type URI.  More... | |
| static final GeobufDatatype | INSTANCE = new GeobufDatatype() | 
| A static instance of WKTDatatype.  More... | |
| Geometry read | ( | String | geometryLiteral | ) | 
Reimplemented from VectorLiteral.
| String toString | ( | ) | 
References GeobufDatatype.URI.
| String unparse | ( | Geometry | geometry | ) | 
This method Un-parses the JTS Geometry to the WKT literal.
| geometry | - the JTS Geometry to be un-parsed | 
Reimplemented from VectorLiteral.
Referenced by AsGeobuf.operation().
      
  | 
  static | 
A static instance of WKTDatatype.
Referenced by LiteralRegistry.LiteralRegistry(), and AsGeobuf.operation().
      
  | 
  static | 
The default WKT type URI.
Referenced by LiteralRegistry.LiteralRegistry(), and GeobufDatatype.toString().