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 TypeInterfaceDescriptioninterfaceAn editable extension ofILcdProcedureLeg.Classes in com.luciad.ais.model.procedure that implement ILcdProcedureLegModifier and TypeClassDescriptionclassAn extension ofTLcdProcedureLegthat allows the use of additional properties.classAn 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 TypeMethodDescriptionvoidILcdEditableProcedure.addLeg(ILcdProcedureLeg aLeg) Adds a leg to this procedure.voidTLcdProcedure.addLeg(ILcdProcedureLeg aLeg) voidILcdProcedureGeometryHandler.beginProcedureLeg(ILcdProcedureLeg aLeg) Called to mark the end of one procedure leg and the beginning of the next.protected voidTLcdProcedure3DGeometryCalculator.endProcedureLeg(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) protected voidTLcdProcedureGeometryCalculator.endProcedureLeg(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) Called when the geometry of the current leg has been generated INCLUDING the transition to the next leg.voidILcdEditableProcedure.insertSegmentAt(ILcdProcedureLeg aLeg, int aIndex) Inserts the given leg into the procedure at the specified index.voidTLcdProcedure.insertSegmentAt(ILcdProcedureLeg aLeg, int aIndex) booleanILcdEditableProcedure.removeLeg(ILcdProcedureLeg aLeg) Removes the specified leg from this procedure.booleanTLcdProcedure.removeLeg(ILcdProcedureLeg aLeg) protected voidTLcdProcedure3DGeometryCalculator.startProcedureLeg(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) protected voidTLcdProcedureGeometryCalculator.startProcedureLeg(ILcdProcedure aProcedure, ILcdProcedureLeg aCurrentLeg) Called when a new leg is about to be handled.