Package com.luciad.format.gml2.model
Class TLcdGML2BoundingShape
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml2.model.TLcdGML2BoundingShape
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Bounding shapes--a Box or a null element are currently allowed.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theBoxandnullelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theBoxandnullelements.voidsetBoxOrNull(Object aValue) Sets the value of the property that maps to the choice between theBoxandnullelements.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
BOX_OR_NULL_PROPERTY
Data property that maps to the choice between theBoxandnullelements. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML2BoundingShape
public TLcdGML2BoundingShape() -
TLcdGML2BoundingShape
-
-
Method Details
-
getBoxOrNull
Returns the value of the property that maps to the choice between theBoxandnullelements.The possible values for this property are instances of
- Returns:
- the value of the
BOX_OR_NULL_PROPERTYproperty.
-
setBoxOrNull
Sets the value of the property that maps to the choice between theBoxandnullelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theBOX_OR_NULL_PROPERTYproperty.
-