Package net.opengis.gml311
Interface MultiPointCoverageType
-
- All Superinterfaces:
AbstractCoverageType
,AbstractDiscreteCoverageType
,AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiPointCoverageTypeImpl
public interface MultiPointCoverageType extends AbstractDiscreteCoverageType
A representation of the model object 'Multi Point Coverage Type'. A discrete coverage type whose domain is defined by a collection of pointThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiPointDomainType
getMultiPointDomain()
Returns the value of the 'Multi Point Domain' containment reference.void
setMultiPointDomain(MultiPointDomainType value)
Sets the value of the 'Multi Point Domain
' containment reference.-
Methods inherited from interface AbstractCoverageType
getDimension, getDomainSet, getDomainSetGroup, getRangeSet, setDimension, setDomainSet, setRangeSet
-
Methods inherited from interface AbstractDiscreteCoverageType
getCoverageFunction, setCoverageFunction
-
Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getMultiPointDomain
MultiPointDomainType getMultiPointDomain()
Returns the value of the 'Multi Point Domain' containment reference.If the meaning of the 'Multi Point Domain' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Multi Point Domain' containment reference.
- See Also:
setMultiPointDomain(MultiPointDomainType)
,Gml311Package.getMultiPointCoverageType_MultiPointDomain()
-
setMultiPointDomain
void setMultiPointDomain(MultiPointDomainType value)
Sets the value of the 'Multi Point Domain
' containment reference.- Parameters:
value
- the new value of the 'Multi Point Domain' containment reference.- See Also:
getMultiPointDomain()
-
-