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 TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to theextentelement.static final TLcdDataPropertyData property that maps to thesectorCriteriaelement.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.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theEXTENT_PROPERTYproperty.Gets the value of theSECTOR_CRITERIA_PROPERTYproperty adapted to a list ofTLcdAIXM51SectorDesigninstances.Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTYproperty.Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances.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
-
SECTOR_DEFINITION_PROPERTY
Data property that maps to thesectorDefinitionelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51CircleSector>. -
SIGNIFICANT_OBSTACLE_PROPERTY
Data property that maps to thesignificantObstacleelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Obstruction>>. -
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Surface>. -
SECTOR_CRITERIA_PROPERTY
Data property that maps to thesectorCriteriaelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51SectorDesign>>. -
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
-
TLcdAIXM51NavigationAreaSector
public TLcdAIXM51NavigationAreaSector() -
TLcdAIXM51NavigationAreaSector
-
-
Method Details
-
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 navigation area.
- Returns:
- the role value of the
SECTOR_DEFINITION_PROPERTYproperty. - See Also:
-
getSignificantObstacle
Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances.The obstacle that controls the altitude definition of the sector or would penetrate the 40:1 OCS.
- Returns:
- the value of the
SIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances. - See Also:
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTYproperty. Returnsnullif the value of theEXTENT_PROPERTYproperty isnull.The surface extent of the navigation 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 surface extent of the navigation area sector.
- Parameters:
aValue- the role value to set for theEXTENT_PROPERTYproperty.
-
getSectorCriteria
Gets the value of theSECTOR_CRITERIA_PROPERTYproperty adapted to a list ofTLcdAIXM51SectorDesigninstances.The sector criteria used to define a navigation area sector.
- Returns:
- the value of the
SECTOR_CRITERIA_PROPERTYproperty adapted to a list ofTLcdAIXM51SectorDesigninstances. - 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:
-