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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getAerodromeFileName
(Properties aCFGProperties) Returns the name of the aerodrome data file.static String
getAerodromeNavaidFileName
(Properties aCFGProperties) Returns the name of the aerodrome-navaid data file.static String
getAirspaceFileName
(Properties aCFGProperties) Returns the name of the airspace data file.static String
getATSRouteFileName
(Properties aCFGProperties) Returns the name of the ATS route data file.static Properties
getCFGProperties
(String aSource) Returns a newProperties
object for the specified source file.static String
getHelipadFileName
(Properties aCFGProperties) Returns the name of the helipad data file.static String
getHeliportFileName
(Properties aCFGProperties) Returns the name of the heliport data file.static String
getHoldingFileName
(Properties aCFGProperties) Returns the name of the holding data file.static String
getILSFileName
(Properties aCFGProperties) Returns the name of the ILS data file.static String
getMilitaryTrainingRouteFileName
(Properties aCFGProperties) Returns the name of the Military Training Route data file.static String
getNavaidFileName
(Properties aCFGProperties) Returns the name of the navaid data file.static String
getOrtcaFileName
(Properties aCFGProperties) Returns the name of the ortca data file.static String
getParachuteJumpAreaFileName
(Properties aCFGProperties) Returns the name of the parachute jump area data file.static String
getProcedureFileName
(Properties aCFGProperties) Returns the name of the procedure data file.static String
getRefuelingFileName
(Properties aCFGProperties) Returns the name of the refueling track data file.static String
getRunwayFileName
(Properties aCFGProperties) Returns the name of the runway data file.static String
getSpecialUseAirspaceFileName
(Properties aCFGProperties) Returns the name of the special use airspace data file.static String
getVFRFileName
(Properties aCFGProperties) Returns the name of the VFR data file.static String
getWaypointFileName
(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 newProperties
object 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.
-