Uses of Interface
com.luciad.model.ILcdFeatureIndexedModel
Packages that use ILcdFeatureIndexedModel
Package
Description
Decoders that handle the DAFIF format.
Decoders that handle the DAFIFT format.
Model interfaces
-
Uses of ILcdFeatureIndexedModel in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder with parameters of type ILcdFeatureIndexedModelModifier and TypeMethodDescriptionvoidTLcdDAFIFRunwayDecoder.setAerodromeModel(ILcdFeatureIndexedModel aAirportsModel) Specifies an aerodrome model. -
Uses of ILcdFeatureIndexedModel in com.luciad.format.dafift.decoder
Methods in com.luciad.format.dafift.decoder with parameters of type ILcdFeatureIndexedModelModifier and TypeMethodDescriptionvoidTLcdDAFIFTRunwayDecoder.setAerodromeModel(ILcdFeatureIndexedModel aAerodromeModel) Specifies the model containing the aerodrome objects this decoder should use.voidTLcdDAFIFTProcedureDecoder.setAirportModel(ILcdFeatureIndexedModel aAirportModel) Specifies the model containing the aerodrome objects this decoder should use.voidTLcdDAFIFTHelipadDecoder.setHeliportModel(ILcdFeatureIndexedModel aHeliportModel) Specifies the model containing the heliport objects this decoder should use.voidTLcdDAFIFTProcedureDecoder.setHeliportModel(ILcdFeatureIndexedModel aHeliportModel) Specifies the model containing the heliport objects this decoder should use.voidTLcdDAFIFTILSDecoder.setRunwayModel(ILcdFeatureIndexedModel aRunwayModel) Specifies the model containing the runway objects this decoder should use.voidTLcdDAFIFTProcedureDecoder.setRunwayModel(ILcdFeatureIndexedModel aRunwayModel) Specifies the model containing the runway objects this decoder should use.voidTLcdDAFIFTProcedureDecoder.setWaypointModel(ILcdFeatureIndexedModel aWaypointModel) Specifies the model containing the waypoint objects this decoder should use.voidTLcdDAFIFTATSRouteDecoder.setWaypointsModel(ILcdFeatureIndexedModel aWaypointsModel) Specifies the model containing the waypoint objects this decoder should use.voidTLcdDAFIFTHoldingDecoder.setWaypointsModel(ILcdFeatureIndexedModel aWaypointsModel) Specifies the model containing the waypoint objects this decoder should use. -
Uses of ILcdFeatureIndexedModel in com.luciad.model
Subinterfaces of ILcdFeatureIndexedModel in com.luciad.modelModifier and TypeInterfaceDescriptioninterfaceDeprecated.Classes in com.luciad.model that implement ILcdFeatureIndexedModelModifier and TypeClassDescriptionclassDeprecated.classDeprecated.
ILcdFeaturedinterface has been deprecated in favor ofILcdDataObjectandTLcdDataModel.