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 SummaryAll 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- 
getElementspublic 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 class- CoverageSource.AdditionalDomain
- Returns:
- a SetofDateRanges elements.
- Throws:
- IOException
 
 - 
getNamepublic String getName() - Specified by:
- getNamein class- CoverageSource.AdditionalDomain
 
 - 
getTypepublic CoverageSource.DomainType getType() - Specified by:
- getTypein class- CoverageSource.AdditionalDomain
 
 
- 
 
-