Interface ILcdDAFIFModelFilter

All Superinterfaces:
ILcdFilter, Predicate, Serializable
All Known Implementing Classes:
TLcdDAFIFModelAndFilter

public interface ILcdDAFIFModelFilter extends ILcdFilter
A filter to be used while decoding DAFIF data.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Specifies the model descriptor of the model whose objects will be filtered.

    Methods inherited from interface com.luciad.util.ILcdFilter

    accept, test

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • setModelDescriptor

      void setModelDescriptor(ILcdModelDescriptor aModelDescriptor)
      Specifies the model descriptor of the model whose objects will be filtered.
      Parameters:
      aModelDescriptor - the model descriptor of the model being filtered