Package net.opengis.gml311
Interface MultiSurfaceCoverageType
- 
- All Superinterfaces:
- AbstractCoverageType,- AbstractDiscreteCoverageType,- AbstractFeatureType,- AbstractGMLType,- EObject,- Notifier
 - All Known Implementing Classes:
- MultiSurfaceCoverageTypeImpl
 
 public interface MultiSurfaceCoverageType extends AbstractDiscreteCoverageType A representation of the model object 'Multi Surface Coverage Type'. A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiSurfaceDomainTypegetMultiSurfaceDomain()Returns the value of the 'Multi Surface Domain' containment reference.voidsetMultiSurfaceDomain(MultiSurfaceDomainType value)Sets the value of the 'Multi Surface Domain' containment reference.- 
Methods inherited from interface AbstractCoverageTypegetDimension, getDomainSet, getDomainSetGroup, getRangeSet, setDimension, setDomainSet, setRangeSet
 - 
Methods inherited from interface AbstractDiscreteCoverageTypegetCoverageFunction, setCoverageFunction
 - 
Methods inherited from interface AbstractFeatureTypegetBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getMultiSurfaceDomainMultiSurfaceDomainType getMultiSurfaceDomain() Returns the value of the 'Multi Surface Domain' containment reference.If the meaning of the 'Multi Surface Domain' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Multi Surface Domain' containment reference.
- See Also:
- setMultiSurfaceDomain(MultiSurfaceDomainType),- Gml311Package.getMultiSurfaceCoverageType_MultiSurfaceDomain()
 
 - 
setMultiSurfaceDomainvoid setMultiSurfaceDomain(MultiSurfaceDomainType value) Sets the value of the 'Multi Surface Domain' containment reference.- Parameters:
- value- the new value of the 'Multi Surface Domain' containment reference.
- See Also:
- getMultiSurfaceDomain()
 
 
- 
 
-