Package org.geotools.imageio.netcdf
Class VariableAdapter.UnidataTemporalDomain
Object
CoverageSource.TemporalDomain
UnidataTemporalDomain
- Enclosing class:
- VariableAdapter
-
Method Summary
Modifier and TypeMethodDescriptiongetTemporalElements
(boolean overall, ProgressListener listener)
-
Method Details
-
getTemporalExtent
-
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
- Specified by:
getCoordinateReferenceSystem
in classCoverageSource.TemporalDomain
-