Class Segment
java.lang.Object
org.noise_planet.noisemodelling.jdbc.utils.Segment
-
Constructor Summary
ConstructorsConstructorDescriptionSegment(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddControlPoints(org.locationtech.jts.geom.Coordinate controlPoint1, org.locationtech.jts.geom.Coordinate controlPoint2) booleanList<org.locationtech.jts.geom.Coordinate>
-
Constructor Details
-
Segment
public Segment(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1)
-
-
Method Details
-
equals
-
addControlPoints
public void addControlPoints(org.locationtech.jts.geom.Coordinate controlPoint1, org.locationtech.jts.geom.Coordinate controlPoint2) - Parameters:
controlPoint1-controlPoint2-
-
getControlPoints
-