Class TLcdAirspaceAssociationType
java.lang.Object
com.luciad.ais.model.airspace.type.TLcdAirspaceAssociationType
Type safe enumeration class, indicating the different airspace association types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdAirspaceAssociationTypeAbove-below (key = ABOVE-BELOW).static final TLcdAirspaceAssociationTypeBase (key = BASE).static final TLcdAirspaceAssociationTypeIntersection (key = INTERS).static final TLcdAirspaceAssociationTypeSubtraction (key = SUBTR).static final TLcdAirspaceAssociationTypeUnion (key = UNION). -
Method Summary
-
Field Details
-
BASE
Base (key = BASE). -
UNION
Union (key = UNION). -
INTERSECTION
Intersection (key = INTERS). -
SUBTRACTION
Subtraction (key = SUBTR). -
ABOVE_BELOW
Above-below (key = ABOVE-BELOW).
-
-
Method Details
-
getName
Returns the name of theTLcdAirspaceAssociationTypeobject.- Returns:
- the name of the
TLcdAirspaceAssociationTypeobject.
-
valueOf
Returns theTLcdAirspaceAssociationTypeobject corresponding with the specified code.- Parameters:
aCode- The key by which to retrieve aTLcdAirspaceAssociationType. This key must not be null.- Returns:
- the
TLcdAirspaceAssociationTypeobject corresponding with the specified code.
-
toString
-