Package sec.geo.shape

Class Polyarc

All Implemented Interfaces:
IArc, ICircle, IPivot

public class Polyarc extends APath implements IArc
  • Constructor Details

    • Polyarc

      public Polyarc()
  • Method Details

    • setRadius

      public void setRadius(double radiusMeters)
      Specified by:
      setRadius in interface ICircle
    • setPivot

      public void setPivot(GeoPoint pivot)
      Specified by:
      setPivot in interface IPivot
    • setRightAzimuthDegrees

      public void setRightAzimuthDegrees(double rightAzimuthDegrees)
      Specified by:
      setRightAzimuthDegrees in interface IArc
    • setLeftAzimuthDegrees

      public void setLeftAzimuthDegrees(double leftAzimuthDegrees)
      Specified by:
      setLeftAzimuthDegrees in interface IArc
    • createShape

      protected Shape createShape()
      Specified by:
      createShape in class AExtrusion