Interface ILcdEditablePOLGeometry

All Superinterfaces:
Cloneable, ILcdAltitudeBounded, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdFeatured, ILcdPOLGeometry, ILcdShape, Serializable

public interface ILcdEditablePOLGeometry extends ILcdPOLGeometry
This interface represents the shape elements that can be present in POL files. These elements have:
  • a name
  • a type
  • an altitude unit
  • a minimum altitude
  • a maximum altitude
  • a color index
An element can be closed or not and can indicate whether its color differs from the default color for that type of element.
  • Method Details Link icon

    • setName Link icon

      void setName(String s)
    • setType Link icon

      void setType(String s)
    • setAltitudeUnit Link icon

      void setAltitudeUnit(String s)
    • setMinAltitude Link icon

      void setMinAltitude(double d)
    • setMaxAltitude Link icon

      void setMaxAltitude(double d)
    • setColorIndex Link icon

      void setColorIndex(int i)
    • setSetColor Link icon

      void setSetColor(boolean flag)