Package net.opengis.gml311
Interface RectifiedGridCoverageType
- 
- All Superinterfaces:
- AbstractCoverageType,- AbstractDiscreteCoverageType,- AbstractFeatureType,- AbstractGMLType,- EObject,- Notifier
 - All Known Implementing Classes:
- RectifiedGridCoverageTypeImpl
 
 public interface RectifiedGridCoverageType extends AbstractDiscreteCoverageType A representation of the model object 'Rectified Grid Coverage Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RectifiedGridDomainTypegetRectifiedGridDomain()Returns the value of the 'Rectified Grid Domain' containment reference.voidsetRectifiedGridDomain(RectifiedGridDomainType value)Sets the value of the 'Rectified Grid 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- 
getRectifiedGridDomainRectifiedGridDomainType getRectifiedGridDomain() Returns the value of the 'Rectified Grid Domain' containment reference.If the meaning of the 'Rectified Grid Domain' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Rectified Grid Domain' containment reference.
- See Also:
- setRectifiedGridDomain(RectifiedGridDomainType),- Gml311Package.getRectifiedGridCoverageType_RectifiedGridDomain()
 
 - 
setRectifiedGridDomainvoid setRectifiedGridDomain(RectifiedGridDomainType value) Sets the value of the 'Rectified Grid Domain' containment reference.- Parameters:
- value- the new value of the 'Rectified Grid Domain' containment reference.
- See Also:
- getRectifiedGridDomain()
 
 
- 
 
-