Class TLcdAIXM51FlightRestrictionLevel
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thelowerLevel
element.static final TLcdDataProperty
Data property that maps to thelowerLevelReference
element.static final TLcdDataProperty
Data property that maps to theupperLevel
element.static final TLcdDataProperty
Data property that maps to theupperLevelReference
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the value of the property that maps to thelowerLevel
element.Returns the role value contained in the value of theLOWER_LEVEL_REFERENCE_PROPERTY
property.Returns the value of the property that maps to theupperLevel
element.Returns the role value contained in the value of theUPPER_LEVEL_REFERENCE_PROPERTY
property.void
Sets the value of the property that maps to thelowerLevel
element.void
Sets the value of the property that maps to thelowerLevelReference
element.void
Sets the value of the property that maps to theupperLevel
element.void
Sets the value of the property that maps to theupperLevelReference
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
UPPER_LEVEL_PROPERTY
Data property that maps to theupperLevel
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
UPPER_LEVEL_REFERENCE_PROPERTY
Data property that maps to theupperLevelReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>
. -
LOWER_LEVEL_PROPERTY
Data property that maps to thelowerLevel
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
LOWER_LEVEL_REFERENCE_PROPERTY
Data property that maps to thelowerLevelReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51FlightRestrictionLevel
public TLcdAIXM51FlightRestrictionLevel() -
TLcdAIXM51FlightRestrictionLevel
-
-
Method Details
-
getUpperLevel
Returns the value of the property that maps to theupperLevel
element.The value of the uppermost cruising level. The data type also allows a special non-numerical value "CEILING", meaning "the top of the airspace. This can useful in the case of Airspace that have a non-constant upper limit.
- Returns:
- the value of the
UPPER_LEVEL_PROPERTY
property.
-
setUpperLevel
Sets the value of the property that maps to theupperLevel
element.The value of the uppermost cruising level. The data type also allows a special non-numerical value "CEILING", meaning "the top of the airspace. This can useful in the case of Airspace that have a non-constant upper limit.
- Parameters:
aValue
- the value to set for theUPPER_LEVEL_PROPERTY
property.
-
getUpperLevelReference
Returns the role value contained in the value of theUPPER_LEVEL_REFERENCE_PROPERTY
property. Returnsnull
if the value of theUPPER_LEVEL_REFERENCE_PROPERTY
property isnull
.The reference surface used for the value of the upper level. For example, Mean Sea Level, Ground, standard pressure, etc..
- Returns:
- the role value of the
UPPER_LEVEL_REFERENCE_PROPERTY
property. - See Also:
-
setUpperLevelReference
Sets the value of the property that maps to theupperLevelReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theUPPER_LEVEL_REFERENCE_PROPERTY
property is set tonull
.The reference surface used for the value of the upper level. For example, Mean Sea Level, Ground, standard pressure, etc..
- Parameters:
aValue
- the role value to set for theUPPER_LEVEL_REFERENCE_PROPERTY
property.
-
getLowerLevel
Returns the value of the property that maps to thelowerLevel
element.The value of the lowermost cruising level. The data type also allows a special non-numerical value "FLOOR" meaning "the bottom of the airspace". This can useful in the case of Airspace that have a non-constant lower limit.
- Returns:
- the value of the
LOWER_LEVEL_PROPERTY
property.
-
setLowerLevel
Sets the value of the property that maps to thelowerLevel
element.The value of the lowermost cruising level. The data type also allows a special non-numerical value "FLOOR" meaning "the bottom of the airspace". This can useful in the case of Airspace that have a non-constant lower limit.
- Parameters:
aValue
- the value to set for theLOWER_LEVEL_PROPERTY
property.
-
getLowerLevelReference
Returns the role value contained in the value of theLOWER_LEVEL_REFERENCE_PROPERTY
property. Returnsnull
if the value of theLOWER_LEVEL_REFERENCE_PROPERTY
property isnull
.The reference surface used for the value of the lower level. For example, Mean Sea Level, Ground, standard pressure, etc..
- Returns:
- the role value of the
LOWER_LEVEL_REFERENCE_PROPERTY
property. - See Also:
-
setLowerLevelReference
Sets the value of the property that maps to thelowerLevelReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theLOWER_LEVEL_REFERENCE_PROPERTY
property is set tonull
.The reference surface used for the value of the lower level. For example, Mean Sea Level, Ground, standard pressure, etc..
- Parameters:
aValue
- the role value to set for theLOWER_LEVEL_REFERENCE_PROPERTY
property.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-