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
Modifier and TypeMethodDescriptionFeatureMap
getGroup()
Returns the value of the 'Group' attribute list.EList<AbstractSolidType>
getSolid()
Returns the value of the 'Solid' containment reference list.FeatureMap
Returns the value of the 'Solid Group' attribute list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
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:
-