Package com.luciad.ais.model.aerodrome
Interface ILcdRunwayDirectionFeature
- All Known Subinterfaces:
ILcdAIXMRunwayDirectionFeature
,ILcdARINCRunwayDirectionFeature
,ILcdDAFIFRunwayDirectionFeature
public interface ILcdRunwayDirectionFeature
This interface defines general applicable features for a runway direction.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identifier of the runway direction.static final String
The magnetic heading of the runway direction.static final String
The length of the runway to which this direction belongs.static final String
The unit of measurement of the runway length.static final String
A true bearing value, entered independently of the magnetic variation given in the primary record.
-
Field Details
-
IDENTIFIER
The identifier of the runway direction. The identifier is of the typeString
.- See Also:
-
MAGNETIC_HEADING
The magnetic heading of the runway direction. The magnetic heading is of the typeFloat
.- See Also:
-
RUNWAY_LENGTH
The length of the runway to which this direction belongs. The runway length is of the typeDouble
.- See Also:
-
RUNWAY_LENGTH_UNIT
The unit of measurement of the runway length. The runway length unit is of the typeTLcdDistanceUnit
.- See Also:
-
TRUE_BEARING
A true bearing value, entered independently of the magnetic variation given in the primary record. The true bearing is of the typeFloat
, in degrees, tenths of a degree and hundredths of a degree, with the decimal point suppressed.- See Also:
-