Uses of Interface
com.luciad.model.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
Modifier and TypeMethodDescriptionvoid
TLcdDAFIFRunwayDecoder.setAerodromeModel
(ILcdFeatureIndexedModel aAirportsModel) Specifies an aerodrome model. -
Uses of ILcdFeatureIndexedModel in com.luciad.format.dafift.decoder
Modifier and TypeMethodDescriptionvoid
TLcdDAFIFTRunwayDecoder.setAerodromeModel
(ILcdFeatureIndexedModel aAerodromeModel) Specifies the model containing the aerodrome objects this decoder should use.void
TLcdDAFIFTProcedureDecoder.setAirportModel
(ILcdFeatureIndexedModel aAirportModel) Specifies the model containing the aerodrome objects this decoder should use.void
TLcdDAFIFTHelipadDecoder.setHeliportModel
(ILcdFeatureIndexedModel aHeliportModel) Specifies the model containing the heliport objects this decoder should use.void
TLcdDAFIFTProcedureDecoder.setHeliportModel
(ILcdFeatureIndexedModel aHeliportModel) Specifies the model containing the heliport objects this decoder should use.void
TLcdDAFIFTILSDecoder.setRunwayModel
(ILcdFeatureIndexedModel aRunwayModel) Specifies the model containing the runway objects this decoder should use.void
TLcdDAFIFTProcedureDecoder.setRunwayModel
(ILcdFeatureIndexedModel aRunwayModel) Specifies the model containing the runway objects this decoder should use.void
TLcdDAFIFTProcedureDecoder.setWaypointModel
(ILcdFeatureIndexedModel aWaypointModel) Specifies the model containing the waypoint objects this decoder should use.void
TLcdDAFIFTATSRouteDecoder.setWaypointsModel
(ILcdFeatureIndexedModel aWaypointsModel) Specifies the model containing the waypoint objects this decoder should use.void
TLcdDAFIFTHoldingDecoder.setWaypointsModel
(ILcdFeatureIndexedModel aWaypointsModel) Specifies the model containing the waypoint objects this decoder should use. -
Uses of ILcdFeatureIndexedModel in com.luciad.model
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.
ILcdFeatured
interface has been deprecated in favor ofILcdDataObject
andTLcdDataModel
.