Package net.opengis.gml311
Interface MultiGeometryType
- 
- All Superinterfaces:
- AbstractGeometricAggregateType,- AbstractGeometryType,- AbstractGMLType,- EObject,- Notifier
 - All Known Implementing Classes:
- MultiGeometryTypeImpl
 
 public interface MultiGeometryType extends AbstractGeometricAggregateType A representation of the model object 'Multi Geometry Type'. A geometry collection must include one or more geometries, referenced through geometryMember elements.The following features are supported: - See Also:
- Gml311Package.getMultiGeometryType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<GeometryPropertyType>getGeometryMember()Returns the value of the 'Geometry Member' containment reference list.GeometryArrayPropertyTypegetGeometryMembers()Returns the value of the 'Geometry Members' containment reference.voidsetGeometryMembers(GeometryArrayPropertyType value)Sets the value of the 'Geometry 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- 
getGeometryMemberEList<GeometryPropertyType> getGeometryMember() Returns the value of the 'Geometry Member' containment reference list. The list contents are of typeGeometryPropertyType. This property element either references a geometry element via the XLink-attributes or contains the geometry element.- Returns:
- the value of the 'Geometry Member' containment reference list.
- See Also:
- Gml311Package.getMultiGeometryType_GeometryMember()
 
 - 
getGeometryMembersGeometryArrayPropertyType getGeometryMembers() Returns the value of the 'Geometry Members' containment reference. This property element contains a list of geometry elements. The order of the elements is significant and shall be preserved when processing the array.- Returns:
- the value of the 'Geometry Members' containment reference.
- See Also:
- setGeometryMembers(GeometryArrayPropertyType),- Gml311Package.getMultiGeometryType_GeometryMembers()
 
 - 
setGeometryMembersvoid setGeometryMembers(GeometryArrayPropertyType value) Sets the value of the 'Geometry Members' containment reference.- Parameters:
- value- the new value of the 'Geometry Members' containment reference.
- See Also:
- getGeometryMembers()
 
 
- 
 
-