Uses of Interface
com.luciad.model.ILcdFeatureIndexedAnd2DBoundsIndexedModel
Packages that use 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
Methods in com.luciad.format.aixm.decoder that return ILcdFeatureIndexedAnd2DBoundsIndexedModelModifier and TypeMethodDescriptionILcdAIXMHandler.getModel()Returns the model build by this handler. -
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.format.arinc.decoder
Methods in com.luciad.format.arinc.decoder that return ILcdFeatureIndexedAnd2DBoundsIndexedModelModifier and TypeMethodDescriptionILcdARINCHandler.getModel()Returns the model build by this handler. -
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder with parameters of type ILcdFeatureIndexedAnd2DBoundsIndexedModelModifier and TypeMethodDescriptionvoidTLcdDAFIFATSRouteDecoder.createRequiredIndex(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on the specified model of waypoints.voidTLcdDAFIFHelipadDecoder.createRequiredIndex(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on specified model of heliports.voidTLcdDAFIFHoldingDecoder.createRequiredIndex(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on specified model of waypoints.voidTLcdDAFIFRunwayDecoder.createRequiredIndex(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds a unique index on specified model of aerodromes.voidTLcdDAFIFILSDecoder.createRequiredIndices(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds two indices on the specified model of runways.voidTLcdDAFIFProcedureDecoder.createRequiredIndices(ILcdFeatureIndexedAnd2DBoundsIndexedModel aModel) Adds an index on the specified model.voidTLcdDAFIFProcedureDecoder.setAirportModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aAirportModel) Specifies a model of aerodromes.voidTLcdDAFIFHelipadDecoder.setHeliportModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aHeliportModel) Specifies a model of heliports.voidTLcdDAFIFProcedureDecoder.setHeliportModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aHeliportModel) Specifies a model of heliports.voidTLcdDAFIFILSDecoder.setRunwayModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aRunwayModel) Specifies a runway model.voidTLcdDAFIFProcedureDecoder.setRunwayModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aRunwayModel) Specifies a model of runways.voidTLcdDAFIFProcedureDecoder.setWaypointModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aWaypointModel) Specifies a model of waypoints.voidTLcdDAFIFATSRouteDecoder.setWaypointsModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aWaypointsModel) Specifies a model of waypoints.voidTLcdDAFIFHoldingDecoder.setWaypointsModel(ILcdFeatureIndexedAnd2DBoundsIndexedModel aWaypointsModel) Specifies a waypoint model. -
Uses of ILcdFeatureIndexedAnd2DBoundsIndexedModel in com.luciad.model
Classes in com.luciad.model that implement ILcdFeatureIndexedAnd2DBoundsIndexedModel
ILcdFeaturedinterface has been deprecated in favor ofILcdDataObjectandTLcdDataModel.