Package com.luciad.format.gml31.model
Class TLcdGML31BoundingShape
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31BoundingShape
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Bounding shape.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theEnvelope
andNull
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theEnvelope
andNull
elements.void
setEnvelopeOrNull
(Object aValue) Sets the value of the property that maps to the choice between theEnvelope
andNull
elements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
ENVELOPE_OR_NULL_PROPERTY
Data property that maps to the choice between theEnvelope
andNull
elements. The possible values for this property are instances ofTLcdGML31Envelope
- One of
-
-
Constructor Details
-
TLcdGML31BoundingShape
public TLcdGML31BoundingShape() -
TLcdGML31BoundingShape
-
-
Method Details
-
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
TLcdGML31Envelope
- 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
TLcdGML31Envelope
- One of
- Parameters:
aValue
- the value to set for theENVELOPE_OR_NULL_PROPERTY
property.
-