Package com.luciad.ais.model.aerodrome
Interface ILcdRunwayFeature
- All Known Subinterfaces:
ILcdAIXMRunwayFeature,ILcdARINCRunwayFeature,ILcdDAFIFRunwayFeature
public interface ILcdRunwayFeature
This interface defines general applicable features for a runway.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe length of the runway.static final StringThe unit of measurement of the length.static final StringA code indicating the composition of the runway surface.static final StringThe width of the runway.static final StringThe unit of measurement of the width.
-
Field Details
-
LENGTH
The length of the runway. The length is of the typeDouble.- See Also:
-
LENGTH_UNIT
The unit of measurement of the length. The unit of measurement of the length is of typeTLcdDistanceUnit.- See Also:
-
WIDTH
The width of the runway. The width is of the typeDouble.- See Also:
-
WIDTH_UNIT
The unit of measurement of the width. The unit of measurement of the width is of the typeTLcdDistanceUnit.- See Also:
-
SURFACE_TYPE
A code indicating the composition of the runway surface. The surface type is of the typeTLcdRunwaySurfaceType.- See Also:
-