Interface ILcdDAFIFMilitaryTrainingRouteSegmentFeature

All Superinterfaces:
ILcdMilitaryTrainingRouteSegmentFeature, ILcdRouteSegmentFeature

public interface ILcdDAFIFMilitaryTrainingRouteSegmentFeature extends ILcdMilitaryTrainingRouteSegmentFeature
This interface extends the more general applicable features defined in the ILcdMilitaryTrainingRouteSegmentFeature interface with DAFIF specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for a DAFIF military training route segment is TLcdDAFIFMilitaryTrainingRouteSegmentDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The bi-section path angle based on the path defined in this segment.
    static final String
    The bi-section path angle based on the next path.
  • Field Details

    • BI_SECTION_1

      static final String BI_SECTION_1
      The bi-section path angle based on the path defined in this segment. The bi-section path angle is of the type Float.
      See Also:
    • BI_SECTION_2

      static final String BI_SECTION_2
      The bi-section path angle based on the next path. The bi-section path angle is of the type Float.
      See Also: