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 CoordinateReferenceSystemgetCoordinateReferenceSystem()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 underlyingRasterDatasetby returning aSetofDateRangeelements for it. Note that theTemporalCRSfor the listedDateRangeobjects can be obtained from the overallCRSfor the underlying coverage.- Returns:
- a
SetofDateRanges elements. - Throws:
IOException
-
getCoordinateReferenceSystem
public abstract CoordinateReferenceSystem getCoordinateReferenceSystem()
-
-