Class Arc

  • Direct Known Subclasses:
    Circle

    public class Arc
    extends Object
    • Field Detail

      • center

        protected org.locationtech.jts.geom.Coordinate center
      • start

        protected org.locationtech.jts.geom.Coordinate start
      • radius

        protected double radius
      • angle

        protected double angle
      • arcTolerance

        protected double arcTolerance
    • Constructor Detail

      • Arc

        public Arc​(org.locationtech.jts.geom.Coordinate center,
                   org.locationtech.jts.geom.Coordinate start,
                   double angle)
    • Method Detail

      • setArcTolerance

        public void setArcTolerance​(double arcTolerance)
      • getPoly

        public org.locationtech.jts.geom.Polygon getPoly()
      • getLineString

        public org.locationtech.jts.geom.LineString getLineString()
      • getLastPointArc

        public org.locationtech.jts.geom.Point getLastPointArc()
      • getMiddlePointArc

        public org.locationtech.jts.geom.Point getMiddlePointArc()
      • getCoordinates

        public org.locationtech.jts.geom.CoordinateList getCoordinates()
      • arcAnglePts

        protected org.locationtech.jts.geom.CoordinateList arcAnglePts​(double angle,
                                                                       org.locationtech.jts.geom.Coordinate pt,
                                                                       org.locationtech.jts.geom.Coordinate center)
      • getPtsFromTolerance

        protected int getPtsFromTolerance​(double radius,
                                          double angle,
                                          double tolerance)