Uses of Interface
com.luciad.ais.model.procedure.ILcdProcedureLeg
Package
Description
Provides classes and interfaces for all procedure related aspects.
-
Uses of ILcdProcedureLeg in com.luciad.ais.model.procedure
Modifier and TypeInterfaceDescriptioninterface
An editable extension ofILcdProcedureLeg
.Modifier and TypeClassDescriptionclass
An extension ofTLcdProcedureLeg
that allows the use of additional properties.class
An implementation ofILcdEditableProcedureLeg
.Modifier and TypeMethodDescriptionILcdProcedure.getLeg
(int aIndex) TLcdProcedure.getLeg
(int aIndex) Modifier and TypeMethodDescriptionvoid
ILcdEditableProcedure.addLeg
(ILcdProcedureLeg aLeg) Adds a leg to this procedure.void
TLcdProcedure.addLeg
(ILcdProcedureLeg aLeg) void
ILcdProcedureGeometryHandler.beginProcedureLeg
(ILcdProcedureLeg aLeg) Called to mark the end of one procedure leg and the beginning of the next.protected void
TLcdProcedure3DGeometryCalculator.endProcedureLeg
(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) protected void
TLcdProcedureGeometryCalculator.endProcedureLeg
(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) Called when the geometry of the current leg has been generated INCLUDING the transition to the next leg.void
ILcdEditableProcedure.insertSegmentAt
(ILcdProcedureLeg aLeg, int aIndex) Inserts the given leg into the procedure at the specified index.void
TLcdProcedure.insertSegmentAt
(ILcdProcedureLeg aLeg, int aIndex) boolean
ILcdEditableProcedure.removeLeg
(ILcdProcedureLeg aLeg) Removes the specified leg from this procedure.boolean
TLcdProcedure.removeLeg
(ILcdProcedureLeg aLeg) protected void
TLcdProcedure3DGeometryCalculator.startProcedureLeg
(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) protected void
TLcdProcedureGeometryCalculator.startProcedureLeg
(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) Called when a new leg is about to be handled.