Package net.opengis.gml311
Interface MultiSurfaceType
- 
- All Superinterfaces:
- AbstractGeometricAggregateType,- AbstractGeometryType,- AbstractGMLType,- EObject,- Notifier
 - All Known Implementing Classes:
- MultiSurfaceTypeImpl
 
 public interface MultiSurfaceType extends AbstractGeometricAggregateType A representation of the model object 'Multi Surface Type'. A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.The following features are supported: - See Also:
- Gml311Package.getMultiSurfaceType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<SurfacePropertyType>getSurfaceMember()Returns the value of the 'Surface Member' containment reference list.SurfaceArrayPropertyTypegetSurfaceMembers()Returns the value of the 'Surface Members' containment reference.voidsetSurfaceMembers(SurfaceArrayPropertyType value)Sets the value of the 'Surface 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- 
getSurfaceMemberEList<SurfacePropertyType> getSurfaceMember() Returns the value of the 'Surface Member' containment reference list. The list contents are of typeSurfacePropertyType. This property element either references a surface via the XLink-attributes or contains the surface element. A surface element is any element which is substitutable for "_Surface".- Returns:
- the value of the 'Surface Member' containment reference list.
- See Also:
- Gml311Package.getMultiSurfaceType_SurfaceMember()
 
 - 
getSurfaceMembersSurfaceArrayPropertyType getSurfaceMembers() Returns the value of the 'Surface Members' containment reference. This property element contains a list of surfaces. The order of the elements is significant and shall be preserved when processing the array.- Returns:
- the value of the 'Surface Members' containment reference.
- See Also:
- setSurfaceMembers(SurfaceArrayPropertyType),- Gml311Package.getMultiSurfaceType_SurfaceMembers()
 
 - 
setSurfaceMembersvoid setSurfaceMembers(SurfaceArrayPropertyType value) Sets the value of the 'Surface Members' containment reference.- Parameters:
- value- the new value of the 'Surface Members' containment reference.
- See Also:
- getSurfaceMembers()
 
 
- 
 
-