Package com.luciad.format.dafift.decoder
Class TLcdDAFIFTRunwayRecordFilter
java.lang.Object
com.luciad.format.dafift.decoder.TLcdDAFIFTRunwayRecordFilter
- All Implemented Interfaces:
ILcdDAFIFTRecordFilter
Implementation of
ILcdDAFIFTRecordFilter
that allows to filter
DAFIFT records on a list of Runway keys. A Runway key is a combination
of an aerodrome identifier and a runway identifier.- Since:
- 8.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TLcdDAFIFTRunwayRecordFilter
public TLcdDAFIFTRunwayRecordFilter()
-
-
Method Details
-
accept
Description copied from interface:ILcdDAFIFTRecordFilter
Tests if a given record of typeString[]
passes the filter or not. The actual test condition is specified by the implementation of this interface.- Specified by:
accept
in interfaceILcdDAFIFTRecordFilter
- 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.
-
addRunway
Add a Runway key which needs to be accepted by this filter instance.- Parameters:
aAerodromeIdentifier
- The aerodrome identifier of the Runway (key).aRunwayIdentifier
- The runway identifier of the Runway (key).
-