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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theEnvelopeandNullelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theEnvelopeandNullelements.voidsetEnvelopeOrNull(Object aValue) Sets the value of the property that maps to the choice between theEnvelopeandNullelements.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 theEnvelopeandNullelements. 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 theEnvelopeandNullelements.The possible values for this property are instances of
TLcdGML31Envelope- 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
TLcdGML31Envelope- One of
- Parameters:
aValue- the value to set for theENVELOPE_OR_NULL_PROPERTYproperty.
-