Package org.geotools.coverage.io
Class CoverageSource.AdditionalDomain
- Object
-
- AdditionalDomain
-
- Direct Known Subclasses:
VariableAdapter.UnidataAdditionalDomain
- Enclosing interface:
- CoverageSource
public abstract static class CoverageSource.AdditionalDomain extends Object
-
-
Constructor Summary
Constructors Constructor Description AdditionalDomain()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Set<Object>getElements(boolean overall, ProgressListener listener)Describes the additional domain for the underlyingRasterDatasetby returning aSetof elements for it.abstract StringgetName()abstract CoverageSource.DomainTypegetType()
-
-
-
Method Detail
-
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
public abstract String getName()
-
getType
public abstract CoverageSource.DomainType getType()
-
-