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:

See Also: