|
rdf4j-postgis
Version 0.1.0.0
|
Calculates an angle between three given points. More...


Public Member Functions | |
| String | getURI () |
| Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Static Public Member Functions | |
| static double | findAngle (Coordinate a, Coordinate b, Coordinate c) |
| Calculates an angle between three different coordinates. More... | |
Protected Member Functions | |
| Double | relation (Geometry geom, Geometry geom2, Geometry geom3) |
Calculates an angle between three given points.
|
inherited |
References LiteralRegistry.getLiteral(), and GeometricDoubleThreeGeometryFunction.relation().
Referenced by AngleTest.testAngle().
|
static |
Calculates an angle between three different coordinates.
| a | the first coordinate |
| b | the second coordinate |
| c | the third coordinate |
Referenced by Angle.relation().
| String getURI | ( | ) |
References POSTGIS.st_angle.
|
protected |
Reimplemented from GeometricDoubleThreeGeometryFunction.
References Angle.findAngle().