Class TLcdAIXM51AbstractAIXMProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdAIXM51Property
It provides a basis for deriving AIXM feature/object properties. It defines the nilReason attribute and currently, it is only used for properties that are derived from association with an AIM object.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thenilReason
attribute. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thenilReason
attribute.void
Sets the value of the property that maps to thenilReason
attribute.
-
Field Details
-
NIL_REASON_PROPERTY
Data property that maps to thenilReason
attribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdAIXM51AbstractAIXMProperty
public TLcdAIXM51AbstractAIXMProperty() -
TLcdAIXM51AbstractAIXMProperty
-
-
Method Details
-
getNilReason
Returns the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTY
property.
-
setNilReason
Sets the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theNIL_REASON_PROPERTY
property.
-