Uses of Interface
com.luciad.ais.model.procedure.ILcdEditableProcedure
Packages that use ILcdEditableProcedure
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all procedure related aspects.
-
Uses of ILcdEditableProcedure in com.luciad.ais.model
Methods in com.luciad.ais.model that return ILcdEditableProcedureModifier and TypeMethodDescriptionabstract ILcdEditableProcedure
ALcdAISObjectFactory.createFeaturedEditableProcedure
(int aNumberOfFeatures) Deprecated.Creates anILcdEditableProcedure
with the specified number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableProcedure
(int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableProcedure
(int aNumberOfFeatures) Deprecated.TLcdAISDataObjectFactory.createProcedure
(TLcdDataType aType) Creates anILcdEditableProcedure
. -
Uses of ILcdEditableProcedure in com.luciad.ais.model.procedure
Subinterfaces of ILcdEditableProcedure in com.luciad.ais.model.procedureModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdHolding
interface that allows to change the attributes and relationships of a holding pattern.Classes in com.luciad.ais.model.procedure that implement ILcdEditableProcedureModifier and TypeClassDescriptionclass
This extension ofTLcdHolding
allows the use of additional properties.class
An extension ofTLcdProcedure
that allows the use of additional properties.class
An implementation ofILcdHolding
.class
An implementation ofILcdEditableProcedure
.Methods in com.luciad.ais.model.procedure that return ILcdEditableProcedureModifier and TypeMethodDescriptionILcdProcedure.cloneAsEditableProcedure()
Creates a copy of this procedure which implementsILcdEditableProcedure
.TLcdFeaturedProcedure.cloneAsEditableProcedure()
TLcdProcedure.cloneAsEditableProcedure()