Package org.geotools.coverage.io
Class CoverageSource.TemporalDomain
- Object
-
- TemporalDomain
-
- Direct Known Subclasses:
VariableAdapter.UnidataTemporalDomain
- Enclosing interface:
- CoverageSource
public abstract static class CoverageSource.TemporalDomain extends Object
-
-
Constructor Summary
Constructors Constructor Description TemporalDomain()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CoordinateReferenceSystem
getCoordinateReferenceSystem()
abstract SortedSet<? extends DateRange>
getTemporalElements(boolean overall, ProgressListener listener)
-
-
-
Method Detail
-
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
public abstract CoordinateReferenceSystem getCoordinateReferenceSystem()
-
-