Class TLcdAIXM51NavigationAreaSector
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.departureprocedure.TLcdAIXM51NavigationAreaSector
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Subdivision of a sector to allow for different altitudes or gradients.
- 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 theextension
element.static final TLcdDataProperty
Data property that maps to theextent
element.static final TLcdDataProperty
Data property that maps to thesectorCriteria
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.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.Gets the value of theSECTOR_CRITERIA_PROPERTY
property adapted to a list ofTLcdAIXM51SectorDesign
instances.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
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
-
SECTOR_DEFINITION_PROPERTY
Data property that maps to thesectorDefinition
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51CircleSector>
. -
SIGNIFICANT_OBSTACLE_PROPERTY
Data property that maps to thesignificantObstacle
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Obstruction>>
. -
EXTENT_PROPERTY
Data property that maps to theextent
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Surface>
. -
SECTOR_CRITERIA_PROPERTY
Data property that maps to thesectorCriteria
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51SectorDesign>>
. -
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
-
TLcdAIXM51NavigationAreaSector
public TLcdAIXM51NavigationAreaSector() -
TLcdAIXM51NavigationAreaSector
-
-
Method Details
-
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 navigation area.
- Returns:
- the role value of the
SECTOR_DEFINITION_PROPERTY
property. - See Also:
-
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 or would penetrate the 40:1 OCS.
- Returns:
- the value of the
SIGNIFICANT_OBSTACLE_PROPERTY
property adapted to a list ofTLcdAIXM51Obstruction
instances. - See Also:
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTY
property. Returnsnull
if the value of theEXTENT_PROPERTY
property isnull
.The surface extent of the navigation 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 surface extent of the navigation area sector.
- Parameters:
aValue
- the role value to set for theEXTENT_PROPERTY
property.
-
getSectorCriteria
Gets the value of theSECTOR_CRITERIA_PROPERTY
property adapted to a list ofTLcdAIXM51SectorDesign
instances.The sector criteria used to define a navigation area sector.
- Returns:
- the value of the
SECTOR_CRITERIA_PROPERTY
property adapted to a list ofTLcdAIXM51SectorDesign
instances. - 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:
-