Interface ILcd3DEditableArcBand

All Superinterfaces:
Cloneable, ILcd2DEditableShape, ILcd3DArcBand, ILcd3DEditableShape, ILcdBounded, ILcdCloneable, ILcdShape, Serializable
All Known Implementing Classes:
TLcdLonLatHeight3DArcBand, TLcdXYZ3DArcBand

public interface ILcd3DEditableArcBand extends ILcd3DArcBand, ILcd3DEditableShape
An ILcd3DEditableArcBand is an ILcd3DArcBand which defining parameters can be changed.
Since:
2016.0
  • Method Details

    • setMinRadius

      void setMinRadius(double aMinRadius)
      Sets the minimum radius of this ILcd3DEditableArcBand.
      Parameters:
      aMinRadius - the new minimum radius.
    • setMaxRadius

      void setMaxRadius(double aMaxRadius)
      Sets the maximum radius of this ILcd3DEditableArcBand.
      Parameters:
      aMaxRadius - the new maximum radius.
    • setStartAngle

      void setStartAngle(double aStartAngle)
      Sets the start angle of this ILcd3DEditableArcBand (in degrees). The angle is measured from 3 o'clock position, positive counter-clockwise.
      Parameters:
      aStartAngle - the new start angle.
    • setArcAngle

      void setArcAngle(double aArcAngle)
      Sets the angle over which this ILcd3DEditableArcBand extends (in degrees). The angle is positive counter-clockwise.
      Parameters:
      aArcAngle - the new arc angle.
    • setPitchStartAngle

      void setPitchStartAngle(double aPitchStartAngle)
      Sets the start angle of pitch of this ILcd3DEditableArcBand (in degrees). The angle is measured from horizontal position, positive counter-clockwise.
      Parameters:
      aPitchStartAngle - the new pitch start angle.
    • setPitchArcAngle

      void setPitchArcAngle(double aPitchArcAngle)
      Sets the angle over which the pitch of this ILcd3DEditableArcBand extends (in degrees). The angle is positive counter-clockwise.
      Parameters:
      aPitchArcAngle - the new pitch arc angle.
    • setAxisYaw

      void setAxisYaw(double aAxisYaw)
      Sets the axis yaw of this ILcd3DEditableArcBand (in degrees). The angle is positive counter-clockwise.
      Parameters:
      aAxisYaw - the axis yaw.
    • setAxisPitch

      void setAxisPitch(double aAxisPitch)
      Sets the axis pitch of this ILcd3DEditableArcBand (in degrees). The angle is positive counter-clockwise.
      Parameters:
      aAxisPitch - the axis pitch.