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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theEnvelope
andNull
elements.static final TLcdDataProperty
Data property that maps to thenilReason
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theEnvelope
andNull
elements.Returns the value of the property that maps to thenilReason
attribute.void
setEnvelopeOrNull
(Object aValue) Sets the value of the property that maps to the choice between theEnvelope
andNull
elements.void
setNilReason
(Object aValue) 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 -
ENVELOPE_OR_NULL_PROPERTY
Data property that maps to the choice between theEnvelope
andNull
elements. 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 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.
-
getEnvelopeOrNull
Returns the value of the property that maps to the choice between theEnvelope
andNull
elements.The possible values for this property are instances of
TLcdGML32Envelope
- One of
- Returns:
- the value of the
ENVELOPE_OR_NULL_PROPERTY
property.
-
setEnvelopeOrNull
Sets the value of the property that maps to the choice between theEnvelope
andNull
elements.The possible values for this property are instances of
TLcdGML32Envelope
- One of
- Parameters:
aValue
- the value to set for theENVELOPE_OR_NULL_PROPERTY
property.
-