Uses of Interface
com.luciad.format.dafif.util.ILcdDAFIFModelFilter
Packages that use ILcdDAFIFModelFilter
Package
Description
Decoders that handle the DAFIF format.
Basic utilities classes in the context of the DAFIF package.
Decoders that handle the DAFIFT format.
-
Uses of ILcdDAFIFModelFilter in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder that return ILcdDAFIFModelFilterModifier and TypeMethodDescriptionprotected ILcdDAFIFModelFilterALcdDAFIFDecoder.getModelFilter()Methods in com.luciad.format.dafif.decoder with parameters of type ILcdDAFIFModelFilterModifier and TypeMethodDescriptionvoidALcdDAFIFDecoder.setDAFIFModelFilter(ILcdDAFIFModelFilter aFilter) voidILcdDAFIFDecoder.setDAFIFModelFilter(ILcdDAFIFModelFilter aFilter) Specifies a filter to be used while creating the model.voidTLcdDAFIFAirspaceDecoder.setDAFIFModelFilter(ILcdDAFIFModelFilter aFilter) voidTLcdDAFIFSpecialUseAirspaceDecoder.setDAFIFModelFilter(ILcdDAFIFModelFilter aFilter) -
Uses of ILcdDAFIFModelFilter in com.luciad.format.dafif.util
Classes in com.luciad.format.dafif.util that implement ILcdDAFIFModelFilterModifier and TypeClassDescriptionclassAn ILcdDAFIFModelFilter implementation that performs a logical AND operation on two other ILcdDAFIFModelFilter instances.Constructors in com.luciad.format.dafif.util with parameters of type ILcdDAFIFModelFilterModifierConstructorDescriptionCreates a new filter which is a logical AND of the two specified input filters. -
Uses of ILcdDAFIFModelFilter in com.luciad.format.dafift.decoder
Methods in com.luciad.format.dafift.decoder that return ILcdDAFIFModelFilterModifier and TypeMethodDescriptionALcdDAFIFTModelDecoder.getModelFilter()Returns the model filter that is currently used.Methods in com.luciad.format.dafift.decoder with parameters of type ILcdDAFIFModelFilterModifier and TypeMethodDescriptionvoidALcdDAFIFTModelDecoder.setModelFilter(ILcdDAFIFModelFilter aFilter) Specifies a filter to be used while creating the model.voidTLcdDAFIFTAirspaceDecoder.setModelFilter(ILcdDAFIFModelFilter aFilter) Set the model filter of this decoder.voidTLcdDAFIFTSpecialUseAirspaceDecoder.setModelFilter(ILcdDAFIFModelFilter aFilter) Set the model filter of this decoder.