Package net.opengis.gml311
Interface SolidArrayPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SolidArrayPropertyTypeImpl
public interface SolidArrayPropertyType extends EObject
A representation of the model object 'Solid Array Property Type'. 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.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.EList<AbstractSolidType>
getSolid()
Returns the value of the 'Solid' containment reference list.FeatureMap
getSolidGroup()
Returns the value of the 'Solid Group' attribute list.
-
-
-
Method Detail
-
getGroup
FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Group' attribute list.
- See Also:
Gml311Package.getSolidArrayPropertyType_Group()
-
getSolidGroup
FeatureMap getSolidGroup()
Returns the value of the 'Solid Group' attribute list. The list contents are of typeFeatureMap.Entry
. The "_Solid" element is the abstract head of the substituition group for all (continuous) solid elements.- Returns:
- the value of the 'Solid Group' attribute list.
- See Also:
Gml311Package.getSolidArrayPropertyType_SolidGroup()
-
getSolid
EList<AbstractSolidType> getSolid()
Returns the value of the 'Solid' containment reference list. The list contents are of typeAbstractSolidType
. The "_Solid" element is the abstract head of the substituition group for all (continuous) solid elements.- Returns:
- the value of the 'Solid' containment reference list.
- See Also:
Gml311Package.getSolidArrayPropertyType_Solid()
-
-