Uses of Interface
com.luciad.model.ILcdFeatureIndexedAnd2DBoundsIndexedModel
Package
Description
Decoders that handle the AIXM format.
This package contains a decoder that can handle the ARINC 424 format.
Decoders that handle the DAFIF format.
Model interfaces
-
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.format.aixm.decoder
Modifier and TypeMethodDescriptionILcdAIXMHandler.getModel()
Returns the model build by this handler. -
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.format.arinc.decoder
Modifier and TypeMethodDescriptionILcdARINCHandler.getModel()
Returns the model build by this handler. -
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.format.dafif.decoder
Modifier and TypeMethodDescriptionvoid
TLcdDAFIFATSRouteDecoder.createRequiredIndex
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on the specified model of waypoints.void
TLcdDAFIFHelipadDecoder.createRequiredIndex
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on specified model of heliports.void
TLcdDAFIFHoldingDecoder.createRequiredIndex
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on specified model of waypoints.void
TLcdDAFIFRunwayDecoder.createRequiredIndex
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on specified model of aerodromes.void
TLcdDAFIFILSDecoder.createRequiredIndices
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds two indices on the specified model of runways.void
TLcdDAFIFProcedureDecoder.createRequiredIndices
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds an index on the specified model.void
TLcdDAFIFProcedureDecoder.setAirportModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aAirportModel) Specifies a model of aerodromes.void
TLcdDAFIFHelipadDecoder.setHeliportModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aHeliportModel) Specifies a model of heliports.void
TLcdDAFIFProcedureDecoder.setHeliportModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aHeliportModel) Specifies a model of heliports.void
TLcdDAFIFILSDecoder.setRunwayModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aRunwayModel) Specifies a runway model.void
TLcdDAFIFProcedureDecoder.setRunwayModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aRunwayModel) Specifies a model of runways.void
TLcdDAFIFProcedureDecoder.setWaypointModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aWaypointModel) Specifies a model of waypoints.void
TLcdDAFIFATSRouteDecoder.setWaypointsModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aWaypointsModel) Specifies a model of waypoints.void
TLcdDAFIFHoldingDecoder.setWaypointsModel
(ILcdFeatureIndexedAnd2DBoundsIndexedModel aWaypointsModel) Specifies a waypoint model. -
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.model
ILcdFeatured
interface has been deprecated in favor ofILcdDataObject
andTLcdDataModel
.