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 CoordinateReferenceSystemgetTemporalElements(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 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
-