|
rdf4j-postgis
Version 0.1.0.0
|
Returns a Lat/Lon text representation of a given geometry. More...


Public Member Functions | |
| String | operation (Geometry geom) |
| String | convertDecimalToLatLonText (Double D, Boolean lng) |
| Converts a decimal number to a latitude longitude representation. More... | |
| String | getURI () |
| Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Returns a Lat/Lon text representation of a given geometry.
| String convertDecimalToLatLonText | ( | Double | D, |
| Boolean | lng | ||
| ) |
Converts a decimal number to a latitude longitude representation.
| D | the decimal number |
| lng | indicates if a latitude or longitude number should be returned |
Referenced by AsLatLonText.operation().
|
inherited |
References LiteralRegistry.getLiteral(), and GeometricStringExportFunction.operation().
Referenced by AsBinaryTest.testAsBinary(), AsEncodedPolylineTest.testAsEncodedPolyline(), AsGARSTest.testAsGARS(), AsGeoJSONTest.testAsGeoJSON(), AsGeoRSSTest.testAsGeoRSS(), AsGeoURITest.testAsGeoURI(), AsLatLonTextTest.testAsLatLonText(), AsOSMLinkTest.testAsOSMLink(), AsPolyshapeTest.testAsPolyShape(), AsTextTest.testAsText(), AsTextRawTest.testAsTextRaw(), AsTextTest.testAsTextZ(), DumpTest.testDump(), GeomCRSToWKTTest.testGeomCRSToWKT(), GeometryTypeTest.testLineString(), SridGetAxis1OrientationTest.testSridAxis1Orientation(), SridGetAxis2OrientationTest.testSridAxis2Orientation(), SridGetAxis1NameTest.testSridGetAxis1Name(), SridGetAxis2NameTest.testSridGetAxis2Name(), and SridGetDatumTest.testSridGetDatum().
| String getURI | ( | ) |
References POSTGIS.ST_ASLATLONTEXT.
| String operation | ( | Geometry | geom | ) |
Reimplemented from GeometricStringExportFunction.
References AsLatLonText.convertDecimalToLatLonText().