|
rdf4j-postgis
Version 0.1.0.0
|
Segmentizes a LineString into segments given a segment length. More...


Public Member Functions | |
| String | getURI () |
| List< LineString > | createSegments (Geometry track, double segmentLength) throws NoSuchAuthorityCodeException, FactoryException |
| Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Protected Member Functions | |
| Geometry | relation (Geometry geom, Double value) |
Segmentizes a LineString into segments given a segment length.
| List<LineString> createSegments | ( | Geometry | track, |
| double | segmentLength | ||
| ) | throws NoSuchAuthorityCodeException, FactoryException |
Referenced by Segmentize.relation().
|
inherited |
References LiteralRegistry.getLiteral(), and GeometricModifierDoubleFunction.relation().
Referenced by DensifyTest.testDensify(), EnsureClosedTest.testEnsureClosed(), EnsureClosedTest.testEnsureClosed2(), RemoveGeometryTest.testRemoveGeometry1(), RemoveGeometryTest.testRemoveGeometry1Z(), RemoveGeometryTest.testRemoveGeometry2(), RemoveGeometryTest.testRemoveGeometry2Z(), RemoveRepeatedPointsTest.testRemoveRepeatedPoints(), SimplifyTest.testSimplify(), and SimplifyVWTest.testSimplifyVW().
| String getURI | ( | ) |
References POSTGIS.st_segmentize.
|
protected |
Reimplemented from GeometricModifierDoubleFunction.
References Segmentize.createSegments().