rdf4j-postgis
Version 0.1.0.0
|
Creates a point from a GeoHash representation. More...
Public Member Functions | |
Geometry | construct (String input) |
String | getURI () |
Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Creates a point from a GeoHash representation.
Geometry construct | ( | String | input | ) |
Reimplemented from GeometricConstructor.
|
inherited |
References GeometricConstructor.construct(), WKTDatatype.INSTANCE, WKTDatatype.LiteralIRI, and WKTDatatype.unparse().
Referenced by GeomFromGeoJSONTest.testGeomFromGeoJSON(), GeomFromTextTest.testGeomFromText(), GeomFromWKBTest.testGeomFromWKB(), MakeLineTest.testMakeLine1(), MakePointTest.testMakePoint1(), MakePointTest.testMakePointXYZ(), PointFromTextTest.testPointFromText(), and PolygonFromTextTest.testPolygonFromText().
String getURI | ( | ) |
References POSTGIS.st_pointFromGeoHash.