Class MakeParallelLines
java.lang.Object
org.noise_planet.noisemodelling.jdbc.utils.MakeParallelLines
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.LineStringMakeParallelLine(org.locationtech.jts.geom.LineString lineString, double distance)
-
Constructor Details
-
MakeParallelLines
public MakeParallelLines()
-
-
Method Details
-
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
-