Interface Circumference

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

public interface Circumference extends Curve
  • Method Details

    • setPoints

      void setPoints(Point center, Point radious)
      Sets the two values to define a circumference.
      Specified by:
      setPoints in interface Curve
      Parameters:
      center - The center point of the circumference.
      radious - A point that is used to calculate the radius.
    • setPoints

      void setPoints(Point center, double radious)
      Sets the two values to define a circumference.
      Parameters:
      center - The center point of the circumference.
      radious - The radius of the circumference.
    • setPoints

      void setPoints(Point p1, Point p2, Point p3)
      Sets the values to define a circumference from three points.
      Parameters:
      p1 - First point
      p2 - Second point
      p3 - Third point
    • getCenter

      Point getCenter()
      Returns the center of the circumference.
      Returns:
      The center of the circumference.
    • getRadious

      double getRadious()
      Returns the radius of the circumference
      Returns:
      The radius of the circumference