Class TLcdAIXM51AirspaceLayer
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thealtitudeInterpretation
element.static final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to thediscreteLevelSeries
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thelowerLimit
element.static final TLcdDataProperty
Data property that maps to thelowerLimitReference
element.static final TLcdDataProperty
Data property that maps to theupperLimit
element.static final TLcdDataProperty
Data property that maps to theupperLimitReference
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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theALTITUDE_INTERPRETATION_PROPERTY
property.Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Returns the role value contained in the value of theDISCRETE_LEVEL_SERIES_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the value of the property that maps to thelowerLimit
element.Returns the role value contained in the value of theLOWER_LIMIT_REFERENCE_PROPERTY
property.Returns the value of the property that maps to theupperLimit
element.Returns the role value contained in the value of theUPPER_LIMIT_REFERENCE_PROPERTY
property.void
Sets the value of the property that maps to thealtitudeInterpretation
element.void
Sets the value of the property that maps to thediscreteLevelSeries
element.void
Sets the value of the property that maps to thelowerLimit
element.void
Sets the value of the property that maps to thelowerLimitReference
element.void
Sets the value of the property that maps to theupperLimit
element.void
Sets the value of the property that maps to theupperLimitReference
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
UPPER_LIMIT_PROPERTY
Data property that maps to theupperLimit
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
UPPER_LIMIT_REFERENCE_PROPERTY
Data property that maps to theupperLimitReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>
. -
LOWER_LIMIT_PROPERTY
Data property that maps to thelowerLimit
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
LOWER_LIMIT_REFERENCE_PROPERTY
Data property that maps to thelowerLimitReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>
. -
ALTITUDE_INTERPRETATION_PROPERTY
Data property that maps to thealtitudeInterpretation
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeAltitudeUse>
. -
DISCRETE_LEVEL_SERIES_PROPERTY
Data property that maps to thediscreteLevelSeries
element. The possible values for this property are instances ofTLcdAIXM51FeatureAssociation<TLcdAIXM51StandardLevelColumnTimeSlice>
. -
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
-
TLcdAIXM51AirspaceLayer
public TLcdAIXM51AirspaceLayer() -
TLcdAIXM51AirspaceLayer
-
-
Method Details
-
getUpperLimit
Returns the value of the property that maps to theupperLimit
element.Upper limit of the block. 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_LIMIT_PROPERTY
property.
-
setUpperLimit
Sets the value of the property that maps to theupperLimit
element.Upper limit of the block. 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_LIMIT_PROPERTY
property.
-
getUpperLimitReference
Returns the role value contained in the value of theUPPER_LIMIT_REFERENCE_PROPERTY
property. Returnsnull
if the value of theUPPER_LIMIT_REFERENCE_PROPERTY
property isnull
.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Returns:
- the role value of the
UPPER_LIMIT_REFERENCE_PROPERTY
property. - See Also:
-
setUpperLimitReference
Sets the value of the property that maps to theupperLimitReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theUPPER_LIMIT_REFERENCE_PROPERTY
property is set tonull
.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Parameters:
aValue
- the role value to set for theUPPER_LIMIT_REFERENCE_PROPERTY
property.
-
getLowerLimit
Returns the value of the property that maps to thelowerLimit
element.Lower limit of the block. 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_LIMIT_PROPERTY
property.
-
setLowerLimit
Sets the value of the property that maps to thelowerLimit
element.Lower limit of the block. 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_LIMIT_PROPERTY
property.
-
getLowerLimitReference
Returns the role value contained in the value of theLOWER_LIMIT_REFERENCE_PROPERTY
property. Returnsnull
if the value of theLOWER_LIMIT_REFERENCE_PROPERTY
property isnull
.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Returns:
- the role value of the
LOWER_LIMIT_REFERENCE_PROPERTY
property. - See Also:
-
setLowerLimitReference
Sets the value of the property that maps to thelowerLimitReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theLOWER_LIMIT_REFERENCE_PROPERTY
property is set tonull
.A code indicating the reference for a vertical distance. Two series of values exist: 1) real distance: from GND, from the MSL, from the WGS-84 ellipsoid 2) pressure distance: QFE, QNH, STD.
- Parameters:
aValue
- the role value to set for theLOWER_LIMIT_REFERENCE_PROPERTY
property.
-
getAltitudeInterpretation
Returns the role value contained in the value of theALTITUDE_INTERPRETATION_PROPERTY
property. Returnsnull
if the value of theALTITUDE_INTERPRETATION_PROPERTY
property isnull
.Indicates how the upper and/or lower altitude values should be interpreted.
- Returns:
- the role value of the
ALTITUDE_INTERPRETATION_PROPERTY
property. - See Also:
-
setAltitudeInterpretation
Sets the value of the property that maps to thealtitudeInterpretation
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theALTITUDE_INTERPRETATION_PROPERTY
property is set tonull
.Indicates how the upper and/or lower altitude values should be interpreted.
- Parameters:
aValue
- the role value to set for theALTITUDE_INTERPRETATION_PROPERTY
property.
-
getDiscreteLevelSeries
Returns the role value contained in the value of theDISCRETE_LEVEL_SERIES_PROPERTY
property. Returnsnull
if the value of theDISCRETE_LEVEL_SERIES_PROPERTY
property isnull
.Restriction of the AirspaceLayer to a number of standard IFR or VFR levels.
- Returns:
- the role value of the
DISCRETE_LEVEL_SERIES_PROPERTY
property. - See Also:
-
setDiscreteLevelSeries
public void setDiscreteLevelSeries(TLcdAIXM51Feature<TLcdAIXM51StandardLevelColumnTimeSlice> aValue) Sets the value of the property that maps to thediscreteLevelSeries
element. to a new instance of the association classTLcdAIXM51FeatureAssociation
initialized with the given role value. In case the given role value isnull
, theDISCRETE_LEVEL_SERIES_PROPERTY
property is set tonull
.Restriction of the AirspaceLayer to a number of standard IFR or VFR levels.
- Parameters:
aValue
- the role value to set for theDISCRETE_LEVEL_SERIES_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:
-