Class MakeParallelLines
- java.lang.Object
-
- org.noise_planet.noisemodelling.jdbc.utils.MakeParallelLines
-
public class MakeParallelLines extends Object
-
-
Constructor Summary
Constructors Constructor Description MakeParallelLines()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.LineString
MakeParallelLine(org.locationtech.jts.geom.LineString lineString, double distance)
-
-
-
Method Detail
-
MakeParallelLine
public static org.locationtech.jts.geom.LineString MakeParallelLine(org.locationtech.jts.geom.LineString lineString, double distance)
- Parameters:
lineString
- LineString to offsetdistance
- Distance from linestring, negative to set the line on opposite side- Returns:
- Offset linestring
-
-