Package net.opengis.gml311
Interface MultiSolidType
-
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiSolidTypeImpl
public interface MultiSolidType extends AbstractGeometricAggregateType
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:
Gml311Package.getMultiSolidType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SolidPropertyType>
getSolidMember()
Returns the value of the 'Solid Member' containment reference list.SolidArrayPropertyType
getSolidMembers()
Returns the value of the 'Solid Members' containment reference.void
setSolidMembers(SolidArrayPropertyType value)
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
-
-
-
-
Method Detail
-
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:
Gml311Package.getMultiSolidType_SolidMember()
-
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(SolidArrayPropertyType)
,Gml311Package.getMultiSolidType_SolidMembers()
-
setSolidMembers
void setSolidMembers(SolidArrayPropertyType value)
Sets the value of the 'Solid Members
' containment reference.- Parameters:
value
- the new value of the 'Solid Members' containment reference.- See Also:
getSolidMembers()
-
-