Class TLcdVFRPointType

java.lang.Object
com.luciad.format.dafif.model.vfr.type.TLcdVFRPointType

public class TLcdVFRPointType extends Object
This type save enumeration defines the type of a VFR route point.
  • Field Details

    • START

      public static final TLcdVFRPointType START
      The starting point of a VFR route.
    • NEXT

      public static final TLcdVFRPointType NEXT
      The next point of a VFR route.
    • END

      public static final TLcdVFRPointType END
      The last point of a VFR route.
  • Method Details