Package com.luciad.format.gml32.model
Class TLcdGML32SurfaceArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32SurfaceArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractSurface
element.static final TLcdDataProperty
Data property that maps to theowns
attribute. -
Constructor Summary
ConstructorDescription -
Method Summary
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theowns
attribute. The possible values for this property are instances ofboolean
. -
ABSTRACT_SURFACE_PROPERTY
Data property that maps to theAbstractSurface
element. The possible values for this property are instances ofList<TLcdGML32AbstractSurface>
.
-
-
Constructor Details
-
TLcdGML32SurfaceArrayProperty
public TLcdGML32SurfaceArrayProperty() -
TLcdGML32SurfaceArrayProperty
-
-
Method Details
-
getOwns
public boolean getOwns()Returns the value of the property that maps to theowns
attribute.- Returns:
- the value of the
OWNS_PROPERTY
property.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theowns
attribute.- Parameters:
aValue
- the value to set for theOWNS_PROPERTY
property.
-
getAbstractSurface
Returns the value of the property that maps to theAbstractSurface
element.The AbstractSurface element is the abstract head of the substitution group for all (continuous) surface elements.
- Returns:
- the value of the
ABSTRACT_SURFACE_PROPERTY
property.
-