java.lang.Object
org.noise_planet.noisemodelling.jdbc.utils.Segment

public class Segment extends Object
  • Constructor Details

    • Segment

      public Segment(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • 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()