Class Segment


  • public class Segment
    extends Object
    • Constructor Detail

      • Segment

        public Segment​(org.locationtech.jts.geom.Coordinate p0,
                       org.locationtech.jts.geom.Coordinate p1)
    • 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()