Package org.geotools.imageio.netcdf
Class VariableAdapter.UnidataTemporalDomain
- Object
-
- CoverageSource.TemporalDomain
-
- UnidataTemporalDomain
-
- Enclosing class:
- VariableAdapter
public class VariableAdapter.UnidataTemporalDomain extends CoverageSource.TemporalDomain
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystemgetCoordinateReferenceSystem()SortedSet<? extends DateRange>getTemporalElements(boolean overall, ProgressListener listener)SortedSet<DateRange>getTemporalExtent()
-
-
-
Method Detail
-
getTemporalElements
public SortedSet<? extends DateRange> getTemporalElements(boolean overall, ProgressListener listener) throws IOException
Description copied from class:CoverageSource.TemporalDomainDescribes the temporal domain for the underlyingRasterDatasetby returning aSetofDateRangeelements for it. Note that theTemporalCRSfor the listedDateRangeobjects can be obtained from the overallCRSfor the underlying coverage.- Specified by:
getTemporalElementsin classCoverageSource.TemporalDomain- Returns:
- a
SetofDateRanges elements. - Throws:
IOException
-
getCoordinateReferenceSystem
public CoordinateReferenceSystem getCoordinateReferenceSystem()
- Specified by:
getCoordinateReferenceSystemin classCoverageSource.TemporalDomain
-
-