Package net.opengis.gml311
Interface AbstractDiscreteCoverageType
- 
- All Superinterfaces:
- AbstractCoverageType,- AbstractFeatureType,- AbstractGMLType,- EObject,- Notifier
 - All Known Subinterfaces:
- GridCoverageType,- MultiCurveCoverageType,- MultiPointCoverageType,- MultiSolidCoverageType,- MultiSurfaceCoverageType,- RectifiedGridCoverageType
 - All Known Implementing Classes:
- AbstractDiscreteCoverageTypeImpl,- GridCoverageTypeImpl,- MultiCurveCoverageTypeImpl,- MultiPointCoverageTypeImpl,- MultiSolidCoverageTypeImpl,- MultiSurfaceCoverageTypeImpl,- RectifiedGridCoverageTypeImpl
 
 public interface AbstractDiscreteCoverageType extends AbstractCoverageType A representation of the model object 'Abstract Discrete Coverage Type'. A discrete coverage consists of a domain set, range set and optionally a coverage function. The domain set consists of either geometry or temporal objects, finite in number. The range set is comprised of a finite number of attribute values each of which is associated to every direct position within any single spatiotemporal object in the domain. In other words, the range values are constant on each spatiotemporal object in the domain. This coverage function maps each element from the coverage domain to an element in its range. This definition conforms to ISO 19123.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageFunctionTypegetCoverageFunction()Returns the value of the 'Coverage Function' containment reference.voidsetCoverageFunction(CoverageFunctionType value)Sets the value of the 'Coverage Function' containment reference.- 
Methods inherited from interface AbstractCoverageTypegetDimension, getDomainSet, getDomainSetGroup, getRangeSet, setDimension, setDomainSet, setRangeSet
 - 
Methods inherited from interface AbstractFeatureTypegetBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getCoverageFunctionCoverageFunctionType getCoverageFunction() Returns the value of the 'Coverage Function' containment reference.If the meaning of the 'Coverage Function' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Coverage Function' containment reference.
- See Also:
- setCoverageFunction(CoverageFunctionType),- Gml311Package.getAbstractDiscreteCoverageType_CoverageFunction()
 
 - 
setCoverageFunctionvoid setCoverageFunction(CoverageFunctionType value) Sets the value of the 'Coverage Function' containment reference.- Parameters:
- value- the new value of the 'Coverage Function' containment reference.
- See Also:
- getCoverageFunction()
 
 
- 
 
-