Class TLcdDAFIFVFRRouteDataProperties
java.lang.Object
com.luciad.format.dafif.model.vfr.TLcdDAFIFVFRRouteDataProperties
This class provides easy access to the properties of the VFRRoute type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identifier of the airport or heliport this route is related to.static final TLcdDataProperty
The identifier of this VFR route.static final TLcdDataProperty
The name of this VFR route. -
Method Summary
-
Field Details
-
AIRPORT_ID
The identifier of the airport or heliport this route is related to. The airport identifier is of the typeString
. -
ROUTE_ID
The identifier of this VFR route. The route identifier is of the typeString
. -
ROUTE_NAME
The name of this VFR route. The name is of the typeString
.
-