Class TLcdAIXM51ObstaclePlacement
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.shared.surfaceassessment.TLcdAIXM51ObstaclePlacement
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Provides the location relative to
- 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 theobstacleBearingelement.static final TLcdDataPropertyData property that maps to theobstacleDistanceelement.static final TLcdDataPropertyData property that maps to theobstaclePlacementelement.static final TLcdDataPropertyData property that maps to thepointTypeelement.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 theOBSTACLE_BEARING_PROPERTYproperty.Returns the value of the property that maps to theobstacleDistanceelement.Returns the role value contained in the value of theOBSTACLE_PLACEMENT_PROPERTYproperty.Returns the role value contained in the value of thePOINT_TYPE_PROPERTYproperty.voidsetObstacleBearing(Double aValue) Sets the value of the property that maps to theobstacleBearingelement.voidSets the value of the property that maps to theobstacleDistanceelement.voidSets the value of the property that maps to theobstaclePlacementelement.voidsetPointType(String aValue) Sets the value of the property that maps to thepointTypeelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
OBSTACLE_BEARING_PROPERTY
Data property that maps to theobstacleBearingelement. The possible values for this property are instances ofTLcdAIXM51Optional<Double>. -
OBSTACLE_DISTANCE_PROPERTY
Data property that maps to theobstacleDistanceelement. The possible values for this property are instances ofTLcdAIXM51ValDistance. -
POINT_TYPE_PROPERTY
Data property that maps to thepointTypeelement. The possible values for this property are instances ofTLcdAIXM51Optional<String>. -
OBSTACLE_PLACEMENT_PROPERTY
Data property that maps to theobstaclePlacementelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeSide>. -
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
-
TLcdAIXM51ObstaclePlacement
public TLcdAIXM51ObstaclePlacement() -
TLcdAIXM51ObstaclePlacement
-
-
Method Details
-
getObstacleBearing
Returns the role value contained in the value of theOBSTACLE_BEARING_PROPERTYproperty. Returnsnullif the value of theOBSTACLE_BEARING_PROPERTYproperty isnull.Used only for MSA/ESA. The bearing from a given point to the obstruction.
- Returns:
- the role value of the
OBSTACLE_BEARING_PROPERTYproperty. - See Also:
-
setObstacleBearing
Sets the value of the property that maps to theobstacleBearingelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theOBSTACLE_BEARING_PROPERTYproperty is set tonull.Used only for MSA/ESA. The bearing from a given point to the obstruction.
- Parameters:
aValue- the role value to set for theOBSTACLE_BEARING_PROPERTYproperty.
-
getObstacleDistance
Returns the value of the property that maps to theobstacleDistanceelement.The distance from a given point to the obstruction.
- Returns:
- the value of the
OBSTACLE_DISTANCE_PROPERTYproperty.
-
setObstacleDistance
Sets the value of the property that maps to theobstacleDistanceelement.The distance from a given point to the obstruction.
- Parameters:
aValue- the value to set for theOBSTACLE_DISTANCE_PROPERTYproperty.
-
getPointType
Returns the role value contained in the value of thePOINT_TYPE_PROPERTYproperty. Returnsnullif the value of thePOINT_TYPE_PROPERTYproperty isnull.The type of point referenced when determining the bearing and distance to the obstruction. Example MSA/ESA centre point, DER
- Returns:
- the role value of the
POINT_TYPE_PROPERTYproperty. - See Also:
-
setPointType
Sets the value of the property that maps to thepointTypeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, thePOINT_TYPE_PROPERTYproperty is set tonull.The type of point referenced when determining the bearing and distance to the obstruction. Example MSA/ESA centre point, DER
- Parameters:
aValue- the role value to set for thePOINT_TYPE_PROPERTYproperty.
-
getObstaclePlacement
Returns the role value contained in the value of theOBSTACLE_PLACEMENT_PROPERTYproperty. Returnsnullif the value of theOBSTACLE_PLACEMENT_PROPERTYproperty isnull.Indicates the obstacle position relative to the centreline
- Returns:
- the role value of the
OBSTACLE_PLACEMENT_PROPERTYproperty. - See Also:
-
setObstaclePlacement
Sets the value of the property that maps to theobstaclePlacementelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theOBSTACLE_PLACEMENT_PROPERTYproperty is set tonull.Indicates the obstacle position relative to the centreline
- Parameters:
aValue- the role value to set for theOBSTACLE_PLACEMENT_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:
-