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 underlyingRasterDatasetby returning aSetof elements for it.StringgetName()CoverageSource.DomainTypegetType()
-
-
-
Method Detail
-
getElements
public Set<Object> getElements(boolean overall, ProgressListener listener) throws IOException
Description copied from class:CoverageSource.AdditionalDomainDescribes the additional domain for the underlyingRasterDatasetby returning aSetof elements for it.- Specified by:
getElementsin classCoverageSource.AdditionalDomain- Returns:
- a
SetofDateRanges elements. - Throws:
IOException
-
getName
public String getName()
- Specified by:
getNamein classCoverageSource.AdditionalDomain
-
getType
public CoverageSource.DomainType getType()
- Specified by:
getTypein classCoverageSource.AdditionalDomain
-
-