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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theBox
andnull
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theBox
andnull
elements.void
setBoxOrNull
(Object aValue) Sets the value of the property that maps to the choice between theBox
andnull
elements.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 theBox
andnull
elements. 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 theBox
andnull
elements.The possible values for this property are instances of
- Returns:
- the value of the
BOX_OR_NULL_PROPERTY
property.
-
setBoxOrNull
Sets the value of the property that maps to the choice between theBox
andnull
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theBOX_OR_NULL_PROPERTY
property.
-