Package org.geotools.imageio.netcdf
Class VariableAdapter.UnidataAdditionalDomain
- Object
-
- CoverageSource.AdditionalDomain
-
- UnidataAdditionalDomain
-
- Enclosing class:
- VariableAdapter
public class VariableAdapter.UnidataAdditionalDomain extends CoverageSource.AdditionalDomain
TODO improve support for this
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Object>
getDomainExtent()
Set<Object>
getElements(boolean overall, ProgressListener listener)
Describes the additional domain for the underlyingRasterDataset
by returning aSet
of elements for it.String
getName()
CoverageSource.DomainType
getType()
-
-
-
Method Detail
-
getElements
public Set<Object> getElements(boolean overall, ProgressListener listener) throws IOException
Description copied from class:CoverageSource.AdditionalDomain
Describes the additional domain for the underlyingRasterDataset
by returning aSet
of elements for it.- Specified by:
getElements
in classCoverageSource.AdditionalDomain
- Returns:
- a
Set
ofDateRange
s elements. - Throws:
IOException
-
getName
public String getName()
- Specified by:
getName
in classCoverageSource.AdditionalDomain
-
getType
public CoverageSource.DomainType getType()
- Specified by:
getType
in classCoverageSource.AdditionalDomain
-
-