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 underlyingRasterDatasetby returning aSetof elements for it.abstract StringgetName()abstract CoverageSource.DomainTypegetType()
-
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 underlyingRasterDatasetby returning aSetof elements for it.- Returns:
- a
SetofDateRanges elements. - Throws:
IOException
-
getName
-
getType
-