Package com.luciad.format.gml31.model
Class TLcdGML31SurfacePatchArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31SurfacePatchArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdGML31PolygonPatchArrayProperty
,TLcdGML31TrianglePatchArrayProperty
A container for an array of surface patches.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the_SurfacePatch
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the_SurfacePatch
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
SURFACE_PATCH_PROPERTY
Data property that maps to the_SurfacePatch
element. The possible values for this property are instances ofList<TLcdGML31AbstractSurfacePatch>
.
-
-
Constructor Details
-
TLcdGML31SurfacePatchArrayProperty
public TLcdGML31SurfacePatchArrayProperty() -
TLcdGML31SurfacePatchArrayProperty
-
-
Method Details
-
getSurfacePatch
Returns the value of the property that maps to the_SurfacePatch
element.The "_SurfacePatch" element is the abstract head of the substitution group for all surface patch elements describing a continuous portion of a surface.
- Returns:
- the value of the
SURFACE_PATCH_PROPERTY
property.
-