Package net.opengis.gml311
Interface GridCoverageType
-
- All Superinterfaces:
AbstractCoverageType
,AbstractDiscreteCoverageType
,AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
GridCoverageTypeImpl
public interface GridCoverageType extends AbstractDiscreteCoverageType
A representation of the model object 'Grid Coverage Type'.The following features are supported:
- See Also:
Gml311Package.getGridCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridDomainType
getGridDomain()
Returns the value of the 'Grid Domain' containment reference.void
setGridDomain(GridDomainType value)
Sets the value of the 'Grid 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
-
getGridDomain
GridDomainType getGridDomain()
Returns the value of the 'Grid Domain' containment reference.If the meaning of the 'Grid Domain' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Grid Domain' containment reference.
- See Also:
setGridDomain(GridDomainType)
,Gml311Package.getGridCoverageType_GridDomain()
-
setGridDomain
void setGridDomain(GridDomainType value)
Sets the value of the 'Grid Domain
' containment reference.- Parameters:
value
- the new value of the 'Grid Domain' containment reference.- See Also:
getGridDomain()
-
-