public class SubstringLine extends Object
| Constructor and Description |
|---|
SubstringLine(org.locationtech.jts.geom.LineString line) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.LineString |
getSubstring(double startDistance,
double endDistance) |
static org.locationtech.jts.geom.LineString |
getSubstring(org.locationtech.jts.geom.LineString line,
double startLength,
double endLength) |
public static org.locationtech.jts.geom.LineString getSubstring(org.locationtech.jts.geom.LineString line,
double startLength,
double endLength)
line - LineString;startLength - double;endLength - double;public org.locationtech.jts.geom.LineString getSubstring(double startDistance,
double endDistance)
Copyright © 2014–2019 Delft University of Technology. All rights reserved.