Class TLcdProcedureGeometryType

java.lang.Object
com.luciad.ais.model.procedure.type.TLcdProcedureGeometryType

public class TLcdProcedureGeometryType extends Object
Type safe enumeration class, indicating the type geometry for <code>.
  • Field Details

    • NORMAL

      public static final TLcdProcedureGeometryType NORMAL
      Normal: this is a normal part of the procedure.
    • CONNECTOR

      public static final TLcdProcedureGeometryType CONNECTOR
      Connector: this is a part that connects two legs, it is not really invented, but also not really part of a leg.
    • DECORATION

      public static final TLcdProcedureGeometryType DECORATION
      Decoration: This is decoration, used to make the procedure more readable.
    • ERROR

      public static final TLcdProcedureGeometryType ERROR
      Error: this is information added/invented because the procedure contained errors or there was information missing.
  • Method Details