rdf4j-postgis
Version 0.1.0.0
|
Subdivides lines of a given LineString. More...
Public Member Functions | |
String | getURI () |
List< LineString > | createSegments (Geometry track, double numberOfPoints) throws NoSuchAuthorityCodeException, FactoryException |
Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Protected Member Functions | |
Geometry | relation (Geometry geom, Double value) |
Subdivides lines of a given LineString.
List<LineString> createSegments | ( | Geometry | track, |
double | numberOfPoints | ||
) | throws NoSuchAuthorityCodeException, FactoryException |
Referenced by SubdivideLines.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_subdividelines.
|
protected |
Reimplemented from GeometricModifierDoubleFunction.
References SubdivideLines.createSegments().