rdf4j-postgis
Version 0.1.0.0
|
Returns true if a point is found within the bounds of a given circle defintion. More...
Public Member Functions | |
String | getURI () |
Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Protected Member Functions | |
boolean | relation (Geometry geom, Double centerx, Double centery, Double radius) |
Returns true if a point is found within the bounds of a given circle defintion.
|
inherited |
References LiteralRegistry.getLiteral(), and GeometricModifierDoubleDoubleDoubleFunction.relation().
Referenced by PointInsideCircleTest.testPointInsideCircleFalse(), and PointInsideCircleTest.testPointInsideCircleTrue().
String getURI | ( | ) |
References POSTGIS.st_pointInsideCircle.
|
protected |
Reimplemented from GeometricModifierDoubleDoubleDoubleFunction.