Package org.geotools.coverage.io
Class CoverageSource.AdditionalDomain
Object
AdditionalDomain
- Direct Known Subclasses:
VariableAdapter.UnidataAdditionalDomain
- Enclosing interface:
- CoverageSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElements
(boolean overall, ProgressListener listener) Describes the additional domain for the underlyingRasterDataset
by returning aSet
of elements for it.abstract String
getName()
abstract CoverageSource.DomainType
getType()
-
Constructor Details
-
AdditionalDomain
public AdditionalDomain()
-
-
Method Details
-
getElements
public abstract Set<Object> getElements(boolean overall, ProgressListener listener) throws IOException Describes the additional domain for the underlyingRasterDataset
by returning aSet
of elements for it.- Returns:
- a
Set
ofDateRange
s elements. - Throws:
IOException
-
getName
-
getType
-