Class Segment
- java.lang.Object
-
- org.noise_planet.noisemodelling.jdbc.utils.Segment
-
public class Segment extends Object
-
-
Constructor Summary
Constructors Constructor Description Segment(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddControlPoints(org.locationtech.jts.geom.Coordinate controlPoint1, org.locationtech.jts.geom.Coordinate controlPoint2)booleanequals(Object obj)List<org.locationtech.jts.geom.Coordinate>getControlPoints()
-
-
-
Method Detail
-
addControlPoints
public void addControlPoints(org.locationtech.jts.geom.Coordinate controlPoint1, org.locationtech.jts.geom.Coordinate controlPoint2)- Parameters:
controlPoint1-controlPoint2-
-
getControlPoints
public List<org.locationtech.jts.geom.Coordinate> getControlPoints()
-
-