Package org.geotools.coverage.io
Class CoverageSource.TemporalDomain
Object
TemporalDomain
- Direct Known Subclasses:
VariableAdapter.UnidataTemporalDomain
- Enclosing interface:
- CoverageSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CoordinateReferenceSystem
getTemporalElements
(boolean overall, ProgressListener listener)
-
Constructor Details
-
TemporalDomain
public TemporalDomain()
-
-
Method Details
-
getTemporalElements
public abstract SortedSet<? extends DateRange> getTemporalElements(boolean overall, ProgressListener listener) throws IOException 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.- Returns:
- a
Set
ofDateRange
s elements. - Throws:
IOException
-
getCoordinateReferenceSystem
-