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 CoordinateReferenceSystem
getCoordinateReferenceSystem()
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.TemporalDomain
Describes the temporal domain for the underlyingRasterDataset
by returning aSet
ofDateRange
elements for it. Note that theTemporalCRS
for the listedDateRange
objects can be obtained from the overallCRS
for the underlying coverage.- Specified by:
getTemporalElements
in classCoverageSource.TemporalDomain
- Returns:
- a
Set
ofDateRange
s elements. - Throws:
IOException
-
getCoordinateReferenceSystem
public CoordinateReferenceSystem getCoordinateReferenceSystem()
- Specified by:
getCoordinateReferenceSystem
in classCoverageSource.TemporalDomain
-
-