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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the_Surface
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the_Surface
element.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_Surface
element. 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_Surface
element.The "_Surface" element is the abstract head of the substitution group for all (continuous) surface elements.
- Returns:
- the value of the
SURFACE_PROPERTY
property.
-