Interface ILcdEditableHelipad

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdCurve, ILcdDataObject, ILcdEditableGeoPath, ILcdGeoPath, ILcdHelipad, ILcdPointList, ILcdPolygon, ILcdRing, ILcdShape, Serializable
All Known Implementing Classes:
TLcdFeaturedHelipad, TLcdHelipad

public interface ILcdEditableHelipad extends ILcdHelipad, ILcdEditableGeoPath
This interface defines operations to edit the attributes, relationships and geometry of an ILcdHelipad.

Attributes and relationships in AIS domain objects can be required or optional. When unspecified, an attribute or relationship is optional. Note that most optional attributes are modeled using features.

In future releases of AIS, optional attributes or relationship may be added to this interface. When this would happen, existing implementations may just provide an empty implementation modifying or setting these new attributes or relationships. This will require a minimal effort to update existing code to a new version of AIS.

  • Method Details

    • setHelipadType

      void setHelipadType(TLcdHelipadType aHelipadType)
      Specifies the type of this helipad.
      Parameters:
      aHelipadType - a value for the type
    • setWidth

      void setWidth(double aWidth)
      Specifies the width of this helipad.
      Parameters:
      aWidth - a value for the width
    • setLength

      void setLength(double aLength)
      Specifies the length of this helipad.
      Parameters:
      aLength - a value for the length