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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SolidPropertyType>getSolidMember()Returns the value of the 'Solid Member' containment reference list.SolidArrayPropertyTypegetSolidMembers()Returns the value of the 'Solid Members' containment reference.voidsetSolidMembers(SolidArrayPropertyType value)Sets the value of the 'Solid Members' containment reference.- 
Methods inherited from interface AbstractGeometryTypegetAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getSolidMemberEList<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()
 
 - 
getSolidMembersSolidArrayPropertyType 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()
 
 - 
setSolidMembersvoid 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()
 
 
- 
 
-