Package com.luciad.format.dafift.decoder
Interface ILcdDAFIFTRecordFilter
- All Known Implementing Classes:
TLcdDAFIFTAerodromeRecordFilter
,TLcdDAFIFTICAORegionFilter
,TLcdDAFIFTILSRecordFilter
,TLcdDAFIFTNavaidRecordFilter
,TLcdDAFIFTRunwayRecordFilter
,TLcdDAFIFTWayPointRecordFilter
public interface ILcdDAFIFTRecordFilter
This interface defines a generic filter for DAFIFT records.
- Since:
- 7.2
-
Method Summary
-
Method Details
-
accept
Tests if a given record of typeString[]
passes the filter or not. The actual test condition is specified by the implementation of this interface.- Parameters:
aRecord
- The String[] to be tested by the filter.aFileName
- The file name which contains the given record.- Returns:
true
if theString[]
passes the filter,false
otherwise.
-