Interface EllipticArc

All Superinterfaces:
Cloneable, Comparable, Geometry, org.gvsig.tools.util.GetItem<Point>, org.gvsig.tools.util.IsEmpty, OrientablePrimitive, OrientableSurface, Primitive, Serializable, Shape, org.gvsig.tools.util.Size, Surface

public interface EllipticArc extends Surface
Author:
Jorge Piera
  • Method Details

    • setPoints

      void setPoints(Point axis1Start, Point axis1End, double semiAxis2Dist, double angSt, double angExt)
      Sets the values to define a ellipticArc
      Parameters:
      axis1Start - The point where the first axis starts.
      axis1End - The point where the first axis ends.
      semiAxis2Dist -
      angSt -
      angExt -
    • getAxis1Start

      Point getAxis1Start()
      Returns the point where the first axis starts.
      Returns:
      The point where the first axis starts.
    • getAxis1End

      Point getAxis1End()
      Returns the point where the first axis ends.
      Returns:
      The point where the first axis ends.
    • getAxis2Dist

      double getAxis2Dist()
    • getAngSt

      double getAngSt()
    • getAngExt

      double getAngExt()