Class TLcdAirspaceAssociationType
java.lang.Object
com.luciad.ais.model.airspace.type.TLcdAirspaceAssociationType
Type safe enumeration class, indicating the different airspace association types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdAirspaceAssociationType
Above-below (key = ABOVE-BELOW).static final TLcdAirspaceAssociationType
Base (key = BASE).static final TLcdAirspaceAssociationType
Intersection (key = INTERS).static final TLcdAirspaceAssociationType
Subtraction (key = SUBTR).static final TLcdAirspaceAssociationType
Union (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 theTLcdAirspaceAssociationType
object.- Returns:
- the name of the
TLcdAirspaceAssociationType
object.
-
valueOf
Returns theTLcdAirspaceAssociationType
object corresponding with the specified code.- Parameters:
aCode
- The key by which to retrieve aTLcdAirspaceAssociationType
. This key must not be null.- Returns:
- the
TLcdAirspaceAssociationType
object corresponding with the specified code.
-
toString
-