Uses of Interface
com.luciad.ais.model.procedure.ILcdProcedureLeg
Packages that use ILcdProcedureLeg
Package
Description
Provides classes and interfaces for all procedure related aspects.
-
Uses of ILcdProcedureLeg in com.luciad.ais.model.procedure
Subinterfaces of ILcdProcedureLeg in com.luciad.ais.model.procedureModifier and TypeInterfaceDescriptioninterface
An editable extension ofILcdProcedureLeg
.Classes in com.luciad.ais.model.procedure that implement ILcdProcedureLegModifier and TypeClassDescriptionclass
An extension ofTLcdProcedureLeg
that allows the use of additional properties.class
An implementation ofILcdEditableProcedureLeg
.Methods in com.luciad.ais.model.procedure that return ILcdProcedureLegModifier and TypeMethodDescriptionILcdProcedure.getLeg
(int aIndex) TLcdProcedure.getLeg
(int aIndex) Methods in com.luciad.ais.model.procedure with parameters of type ILcdProcedureLegModifier 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.