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 TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to thebufferWidthelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to theextentelement.static final TLcdDataPropertyData property that maps to thesectorDefinitionelement.static final TLcdDataPropertyData property that maps to thesignificantObstacleelement.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_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Returns the value of the property that maps to thebufferWidthelement.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theEXTENT_PROPERTYproperty.Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTYproperty.Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances.voidsetBufferWidth(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thebufferWidthelement.voidsetExtent(TLcdAIXM51Surface aValue) Sets the value of the property that maps to theextentelement.voidSets the value of the property that maps to thesectorDefinitionelement.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 thebufferWidthelement. The possible values for this property are instances ofTLcdAIXM51ValDistance. -
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Surface>. -
SIGNIFICANT_OBSTACLE_PROPERTY
Data property that maps to thesignificantObstacleelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Obstruction>>. -
SECTOR_DEFINITION_PROPERTY
Data property that maps to thesectorDefinitionelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51CircleSector>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. 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 thebufferWidthelement.Width of the secondary area used to evaluate the lowest usable altitude for obstacle assessment.
- Returns:
- the value of the
BUFFER_WIDTH_PROPERTYproperty.
-
setBufferWidth
Sets the value of the property that maps to thebufferWidthelement.Width of the secondary area used to evaluate the lowest usable altitude for obstacle assessment.
- Parameters:
aValue- the value to set for theBUFFER_WIDTH_PROPERTYproperty.
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTYproperty. Returnsnullif the value of theEXTENT_PROPERTYproperty isnull.The graphical area described for the Safe Area sector.
- Returns:
- the role value of the
EXTENT_PROPERTYproperty. - See Also:
-
setExtent
Sets the value of the property that maps to theextentelement. to a new instance of the association classTLcdAIXM51Propertyinitialized with the given role value. In case the given role value isnull, theEXTENT_PROPERTYproperty is set tonull.The graphical area described for the Safe Area sector.
- Parameters:
aValue- the role value to set for theEXTENT_PROPERTYproperty.
-
getSignificantObstacle
Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances.The obstacle that controls the altitude definition of the sector.
- Returns:
- the value of the
SIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances. - See Also:
-
getSectorDefinition
Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTYproperty. Returnsnullif the value of theSECTOR_DEFINITION_PROPERTYproperty isnull.A non graphical definition describing a portion of a circle.
- Returns:
- the role value of the
SECTOR_DEFINITION_PROPERTYproperty. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-