public abstract static class CoverageSource.TemporalDomain extends Object
| Constructor and Description |
|---|
TemporalDomain() |
| Modifier and Type | Method and Description |
|---|---|
abstract CoordinateReferenceSystem |
getCoordinateReferenceSystem() |
abstract SortedSet<? extends DateRange> |
getTemporalElements(boolean overall,
ProgressListener listener)
|
public abstract SortedSet<? extends DateRange> getTemporalElements(boolean overall, ProgressListener listener) throws IOException
RasterDataset by returning a
Set of DateRange elements for it. Note that the TemporalCRS for
the listed DateRange objects can be obtained from the overall CRS for the
underlying coverage.listener - Set of DateRanges elements.IOExceptionpublic abstract CoordinateReferenceSystem getCoordinateReferenceSystem()
Copyright © 1996–2019 Geotools. All rights reserved.