Class TLcdAIXM51Ridge
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.airportheliport.surfacecontamination.TLcdAIXM51Ridge
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Describes ridges of deposited material (such as a snow-bank) to the left or right of the runway (relative to the runway direction with the lowest designation number).
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to thedepthelement.static final TLcdDataPropertyData property that maps to thedistanceelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thesideelement.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.getDepth()Returns the value of the property that maps to thedepthelement.Returns the value of the property that maps to thedistanceelement.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.getSide()Returns the role value contained in the value of theSIDE_PROPERTYproperty.voidsetDepth(TLcdAIXM51ValDepth aValue) Sets the value of the property that maps to thedepthelement.voidsetDistance(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thedistanceelement.voidsetSide(TLcdAIXM51CodeSide aValue) Sets the value of the property that maps to thesideelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
SIDE_PROPERTY
Data property that maps to thesideelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeSide>. -
DISTANCE_PROPERTY
Data property that maps to thedistanceelement. The possible values for this property are instances ofTLcdAIXM51ValDistance. -
DEPTH_PROPERTY
Data property that maps to thedepthelement. The possible values for this property are instances ofTLcdAIXM51ValDepth. -
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
-
TLcdAIXM51Ridge
public TLcdAIXM51Ridge() -
TLcdAIXM51Ridge
-
-
Method Details
-
getSide
Returns the role value contained in the value of theSIDE_PROPERTYproperty. Returnsnullif the value of theSIDE_PROPERTYproperty isnull.The side of the runway where the deposited material is located.
- Returns:
- the role value of the
SIDE_PROPERTYproperty. - See Also:
-
setSide
Sets the value of the property that maps to thesideelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theSIDE_PROPERTYproperty is set tonull.The side of the runway where the deposited material is located.
- Parameters:
aValue- the role value to set for theSIDE_PROPERTYproperty.
-
getDistance
Returns the value of the property that maps to thedistanceelement.Distance from the edge of the movement area.
- Returns:
- the value of the
DISTANCE_PROPERTYproperty.
-
setDistance
Sets the value of the property that maps to thedistanceelement.Distance from the edge of the movement area.
- Parameters:
aValue- the value to set for theDISTANCE_PROPERTYproperty.
-
getDepth
Returns the value of the property that maps to thedepthelement.Height of the ridges of deposited material.
- Returns:
- the value of the
DEPTH_PROPERTYproperty.
-
setDepth
Sets the value of the property that maps to thedepthelement.Height of the ridges of deposited material.
- Parameters:
aValue- the value to set for theDEPTH_PROPERTYproperty.
-
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:
-