Package com.luciad.format.dafif.decoder
Class TLcdDAFIFModelDecoderSupport
java.lang.Object
com.luciad.format.dafif.decoder.TLcdDAFIFModelDecoderSupport
This class should be used to read the
dafif.toc file.
This file contains the source directory where to find all dafif data files and also, for each domain object, the file name of its dafif data file.
The TLcdDAFIFModelDecoderSupport class contains a method to retrieve the
source directory and, for each domain object, a method to get its data file name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAerodromeFileName(Properties aCFGProperties) Returns the name of the aerodrome data file.static StringgetAerodromeNavaidFileName(Properties aCFGProperties) Returns the name of the aerodrome-navaid data file.static StringgetAirspaceFileName(Properties aCFGProperties) Returns the name of the airspace data file.static StringgetATSRouteFileName(Properties aCFGProperties) Returns the name of the ATS route data file.static PropertiesgetCFGProperties(String aSource) Returns a newPropertiesobject for the specified source file.static StringgetHelipadFileName(Properties aCFGProperties) Returns the name of the helipad data file.static StringgetHeliportFileName(Properties aCFGProperties) Returns the name of the heliport data file.static StringgetHoldingFileName(Properties aCFGProperties) Returns the name of the holding data file.static StringgetILSFileName(Properties aCFGProperties) Returns the name of the ILS data file.static StringgetMilitaryTrainingRouteFileName(Properties aCFGProperties) Returns the name of the Military Training Route data file.static StringgetNavaidFileName(Properties aCFGProperties) Returns the name of the navaid data file.static StringgetOrtcaFileName(Properties aCFGProperties) Returns the name of the ortca data file.static StringgetParachuteJumpAreaFileName(Properties aCFGProperties) Returns the name of the parachute jump area data file.static StringgetProcedureFileName(Properties aCFGProperties) Returns the name of the procedure data file.static StringgetRefuelingFileName(Properties aCFGProperties) Returns the name of the refueling track data file.static StringgetRunwayFileName(Properties aCFGProperties) Returns the name of the runway data file.static StringgetSpecialUseAirspaceFileName(Properties aCFGProperties) Returns the name of the special use airspace data file.static StringgetVFRFileName(Properties aCFGProperties) Returns the name of the VFR data file.static StringgetWaypointFileName(Properties aCFGProperties) Returns the name of the waypoint data file.
-
Field Details
-
SOURCE_AERODROMES
- See Also:
-
SOURCE_AIRSPACES
- See Also:
-
SOURCE_ATS_ROUTES
- See Also:
-
SOURCE_HELIPADS
- See Also:
-
SOURCE_HELIPORTS
- See Also:
-
SOURCE_HOLDINGS
- See Also:
-
SOURCE_ILS
- See Also:
-
SOURCE_MILITARY_TRAINING_ROUTES
- See Also:
-
SOURCE_NAVAIDS
- See Also:
-
SOURCE_ORTCA
- See Also:
-
SOURCE_PARACHUTE_JUMP_AREAS
- See Also:
-
SOURCE_PROCEDURES
- See Also:
-
SOURCE_REFUELINGTRACK
- See Also:
-
SOURCE_SPECIAL_USE_AIRSPACES
- See Also:
-
SOURCE_RUNWAYS
- See Also:
-
SOURCE_VFR
- See Also:
-
SOURCE_WAYPOINTS
- See Also:
-
-
Constructor Details
-
TLcdDAFIFModelDecoderSupport
public TLcdDAFIFModelDecoderSupport()
-
-
Method Details
-
getCFGProperties
Returns a newPropertiesobject for the specified source file.- Parameters:
aSource- the path where to find the properties. Please make sure that aSource ends with the file extension ".toc"
-
getAerodromeFileName
Returns the name of the aerodrome data file. -
getAirspaceFileName
Returns the name of the airspace data file. -
getATSRouteFileName
Returns the name of the ATS route data file. -
getHelipadFileName
Returns the name of the helipad data file. -
getHeliportFileName
Returns the name of the heliport data file. -
getHoldingFileName
Returns the name of the holding data file. -
getILSFileName
Returns the name of the ILS data file. -
getMilitaryTrainingRouteFileName
Returns the name of the Military Training Route data file. -
getOrtcaFileName
Returns the name of the ortca data file. -
getParachuteJumpAreaFileName
Returns the name of the parachute jump area data file. -
getProcedureFileName
Returns the name of the procedure data file. -
getRefuelingFileName
Returns the name of the refueling track data file. -
getSpecialUseAirspaceFileName
Returns the name of the special use airspace data file. -
getRunwayFileName
Returns the name of the runway data file. -
getVFRFileName
Returns the name of the VFR data file. -
getWaypointFileName
Returns the name of the waypoint data file.
-