Class TLcdAIXM51SafeAltitudeAreaSector
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.procedure.minimumandemergencysafealtitude.TLcdAIXM51SafeAltitudeAreaSector
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Subdivision of the MSA to allow for lower altitudes.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to thebufferWidth
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to theextent
element.static final TLcdDataProperty
Data property that maps to thesectorDefinition
element.static final TLcdDataProperty
Data property that maps to thesignificantObstacle
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Returns the value of the property that maps to thebufferWidth
element.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theEXTENT_PROPERTY
property.Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTY
property.Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTY
property adapted to a list ofTLcdAIXM51Obstruction
instances.void
setBufferWidth
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thebufferWidth
element.void
setExtent
(TLcdAIXM51Surface aValue) Sets the value of the property that maps to theextent
element.void
Sets the value of the property that maps to thesectorDefinition
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
BUFFER_WIDTH_PROPERTY
Data property that maps to thebufferWidth
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
EXTENT_PROPERTY
Data property that maps to theextent
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Surface>
. -
SIGNIFICANT_OBSTACLE_PROPERTY
Data property that maps to thesignificantObstacle
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Obstruction>>
. -
SECTOR_DEFINITION_PROPERTY
Data property that maps to thesectorDefinition
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51CircleSector>
. -
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
-
TLcdAIXM51SafeAltitudeAreaSector
public TLcdAIXM51SafeAltitudeAreaSector() -
TLcdAIXM51SafeAltitudeAreaSector
-
-
Method Details
-
getBufferWidth
Returns the value of the property that maps to thebufferWidth
element.Width of the secondary area used to evaluate the lowest usable altitude for obstacle assessment.
- Returns:
- the value of the
BUFFER_WIDTH_PROPERTY
property.
-
setBufferWidth
Sets the value of the property that maps to thebufferWidth
element.Width of the secondary area used to evaluate the lowest usable altitude for obstacle assessment.
- Parameters:
aValue
- the value to set for theBUFFER_WIDTH_PROPERTY
property.
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTY
property. Returnsnull
if the value of theEXTENT_PROPERTY
property isnull
.The graphical area described for the Safe Area sector.
- Returns:
- the role value of the
EXTENT_PROPERTY
property. - See Also:
-
setExtent
Sets the value of the property that maps to theextent
element. to a new instance of the association classTLcdAIXM51Property
initialized with the given role value. In case the given role value isnull
, theEXTENT_PROPERTY
property is set tonull
.The graphical area described for the Safe Area sector.
- Parameters:
aValue
- the role value to set for theEXTENT_PROPERTY
property.
-
getSignificantObstacle
Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTY
property adapted to a list ofTLcdAIXM51Obstruction
instances.The obstacle that controls the altitude definition of the sector.
- Returns:
- the value of the
SIGNIFICANT_OBSTACLE_PROPERTY
property adapted to a list ofTLcdAIXM51Obstruction
instances. - See Also:
-
getSectorDefinition
Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTY
property. Returnsnull
if the value of theSECTOR_DEFINITION_PROPERTY
property isnull
.A non graphical definition describing a portion of a circle.
- Returns:
- the role value of the
SECTOR_DEFINITION_PROPERTY
property. - See Also:
-
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:
-