Package com.luciad.format.gml32.model
Class TLcdGML32BoundingShape
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32BoundingShape
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theEnvelopeandNullelements.static final TLcdDataPropertyData property that maps to thenilReasonattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theEnvelopeandNullelements.Returns the value of the property that maps to thenilReasonattribute.voidsetEnvelopeOrNull(Object aValue) Sets the value of the property that maps to the choice between theEnvelopeandNullelements.voidsetNilReason(Object aValue) Sets the value of the property that maps to thenilReasonattribute.
-
Field Details
-
NIL_REASON_PROPERTY
Data property that maps to thenilReasonattribute. The possible values for this property are instances of -
ENVELOPE_OR_NULL_PROPERTY
Data property that maps to the choice between theEnvelopeandNullelements. The possible values for this property are instances ofTLcdGML32Envelope- One of
-
-
Constructor Details
-
TLcdGML32BoundingShape
public TLcdGML32BoundingShape() -
TLcdGML32BoundingShape
-
-
Method Details
-
getNilReason
Returns the value of the property that maps to thenilReasonattribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTYproperty.
-
setNilReason
Sets the value of the property that maps to thenilReasonattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theNIL_REASON_PROPERTYproperty.
-
getEnvelopeOrNull
Returns the value of the property that maps to the choice between theEnvelopeandNullelements.The possible values for this property are instances of
TLcdGML32Envelope- One of
- Returns:
- the value of the
ENVELOPE_OR_NULL_PROPERTYproperty.
-
setEnvelopeOrNull
Sets the value of the property that maps to the choice between theEnvelopeandNullelements.The possible values for this property are instances of
TLcdGML32Envelope- One of
- Parameters:
aValue- the value to set for theENVELOPE_OR_NULL_PROPERTYproperty.
-