Class TLcdProcedureGeometryType
java.lang.Object
com.luciad.ais.model.procedure.type.TLcdProcedureGeometryType
Type safe enumeration class, indicating the type geometry for <code>.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdProcedureGeometryType
Connector: this is a part that connects two legs, it is not really invented, but also not really part of a leg.static final TLcdProcedureGeometryType
Decoration: This is decoration, used to make the procedure more readable.static final TLcdProcedureGeometryType
Error: this is information added/invented because the procedure contained errors or there was information missing.static final TLcdProcedureGeometryType
Normal: this is a normal part of the procedure. -
Method Summary
-
Field Details
-
NORMAL
Normal: this is a normal part of the procedure. -
CONNECTOR
Connector: this is a part that connects two legs, it is not really invented, but also not really part of a leg. -
DECORATION
Decoration: This is decoration, used to make the procedure more readable. -
ERROR
Error: this is information added/invented because the procedure contained errors or there was information missing.
-
-
Method Details