Package com.luciad.format.gml31.model
Class TLcdGML31SolidArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31SolidArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
A container for an array of solids. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the_Solid
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetSolid()
Returns the value of the property that maps to the_Solid
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
SOLID_PROPERTY
Data property that maps to the_Solid
element. The possible values for this property are instances ofList<TLcdGML31AbstractSolid>
.
-
-
Constructor Details
-
TLcdGML31SolidArrayProperty
public TLcdGML31SolidArrayProperty() -
TLcdGML31SolidArrayProperty
-
-
Method Details
-
getSolid
Returns the value of the property that maps to the_Solid
element.The "_Solid" element is the abstract head of the substitution group for all (continuous) solid elements.
- Returns:
- the value of the
SOLID_PROPERTY
property.
-