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

    • setName

      void setName(String s)
    • setType

      void setType(String s)
    • setAltitudeUnit

      void setAltitudeUnit(String s)
    • setMinAltitude

      void setMinAltitude(double d)
    • setMaxAltitude

      void setMaxAltitude(double d)
    • setColorIndex

      void setColorIndex(int i)
    • setSetColor

      void setSetColor(boolean flag)