Package net.opengis.gml311
Interface MultiSolidType
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiSolidTypeImpl
A representation of the model object 'Multi Solid Type'.
A MultiSolid is defined by one or more Solids, referenced through solidMember elements.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<SolidPropertyType>
Returns the value of the 'Solid Member' containment reference list.Returns the value of the 'Solid Members' containment reference.void
Sets the value of the 'Solid Members
' containment reference.Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getSolidMember
EList<SolidPropertyType> getSolidMember()Returns the value of the 'Solid Member' containment reference list. The list contents are of typeSolidPropertyType
. This property element either references a solid via the XLink-attributes or contains the solid element. A solid element is any element which is substitutable for "_Solid".- Returns:
- the value of the 'Solid Member' containment reference list.
- See Also:
-
getSolidMembers
SolidArrayPropertyType getSolidMembers()Returns the value of the 'Solid Members' containment reference. This property element contains a list of solids. The order of the elements is significant and shall be preserved when processing the array.- Returns:
- the value of the 'Solid Members' containment reference.
- See Also:
-
setSolidMembers
Sets the value of the 'Solid Members
' containment reference.- Parameters:
value
- the new value of the 'Solid Members' containment reference.- See Also:
-