Class TLcdDAFIFTAerodromeRecordFilter

java.lang.Object
com.luciad.format.dafift.decoder.TLcdDAFIFTAerodromeRecordFilter
All Implemented Interfaces:
ILcdDAFIFTRecordFilter

public class TLcdDAFIFTAerodromeRecordFilter extends Object implements ILcdDAFIFTRecordFilter
Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of aerodrome identifiers.
Since:
8.0
  • Constructor Details

    • TLcdDAFIFTAerodromeRecordFilter

      public TLcdDAFIFTAerodromeRecordFilter()
  • Method Details

    • accept

      public boolean accept(String[] aRecord, String aFileName)
      Description copied from interface: ILcdDAFIFTRecordFilter
      Tests if a given record of type String[] passes the filter or not. The actual test condition is specified by the implementation of this interface.
      Specified by:
      accept in interface ILcdDAFIFTRecordFilter
      Parameters:
      aRecord - The String[] to be tested by the filter.
      aFileName - The file name which contains the given record.
      Returns:
      true if the String[] passes the filter, false otherwise.
    • addAerodrome

      public void addAerodrome(String aIdentifier)
      Add an aerodrome identifier which needs to be accepted by this filter instance.
      Parameters:
      aIdentifier - The aerodrome identifier to accept.