public class SegmentLineStringOp
extends Object
-
Constructor Summary
Constructors
-
Method Summary
List<org.locationtech.jts.geom.LineString>
apply(org.locationtech.jts.geom.LineString geometry,
double distance)
List<org.locationtech.jts.geom.LineString>
apply(org.locationtech.jts.geom.MultiLineString toSegment,
double distance)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SegmentLineStringOp
public SegmentLineStringOp()
-
Method Details
-
apply
public List<org.locationtech.jts.geom.LineString> apply(org.locationtech.jts.geom.MultiLineString toSegment,
double distance)
-
apply
public List<org.locationtech.jts.geom.LineString> apply(org.locationtech.jts.geom.LineString geometry,
double distance)