rdf4j-postgis
Version 0.1.0.0
|
Returns the y coordinate of the given point geometry or the y coordinate of the centroid if the geometry given is not a point. More...
Public Member Functions | |
double | attribute (Geometry geom) |
String | getURI () |
Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Returns the y coordinate of the given point geometry or the y coordinate of the centroid if the geometry given is not a point.
double attribute | ( | Geometry | geom | ) |
Reimplemented from GeometricDoubleAttributeFunction.
|
inherited |
References GeometricDoubleAttributeFunction.attribute(), and LiteralRegistry.getLiteral().
Referenced by AreaTest.testArea(), CompactnessRatioTest.testCompactnessRatio(), CompactnessRatioTest.testCompactnessRatioNaN(), CircularityTest.testIsScaleneTriangleFalse(), CircularityTest.testIsScaleneTriangleTrue(), LengthTest.testLineString(), MTest.testM(), MinimumBoundingRadiusTest.testMinimumBoundingRadius(), MinimumClearanceTest.testMinimumClearance(), MinimumDiameterTest.testMinimumDiameter(), MaxMTest.testMMax(), MinMTest.testMMin(), PerimeterTest.testPerimeter(), XTest.testX(), MaxXTest.testXMax(), MinXTest.testXMin(), YTest.testY(), MaxYTest.testYMax(), MinYTest.testYMin(), ZTest.testZ(), MaxZTest.testZMax(), and MinZTest.testZMin().
String getURI | ( | ) |
References POSTGIS.st_y.