Package com.luciad.format.gml31.model
Class TLcdGML31SurfaceArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31SurfaceArrayProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
A container for an array of surfaces. 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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the_Surfaceelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the_Surfaceelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
SURFACE_PROPERTY
Data property that maps to the_Surfaceelement. The possible values for this property are instances ofList<TLcdGML31AbstractSurface>.
-
-
Constructor Details
-
TLcdGML31SurfaceArrayProperty
public TLcdGML31SurfaceArrayProperty() -
TLcdGML31SurfaceArrayProperty
-
-
Method Details
-
getSurface
Returns the value of the property that maps to the_Surfaceelement.The "_Surface" element is the abstract head of the substitution group for all (continuous) surface elements.
- Returns:
- the value of the
SURFACE_PROPERTYproperty.
-