public class VariableAdapter.UnidataTemporalDomain extends CoverageSource.TemporalDomain
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem() |
SortedSet<? extends DateRange> |
getTemporalElements(boolean overall,
ProgressListener listener)
|
SortedSet<DateRange> |
getTemporalExtent() |
public SortedSet<? extends DateRange> getTemporalElements(boolean overall, ProgressListener listener) throws IOException
CoverageSource.TemporalDomain
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.getTemporalElements
in class CoverageSource.TemporalDomain
Set
of DateRange
s elements.IOException
public CoordinateReferenceSystem getCoordinateReferenceSystem()
getCoordinateReferenceSystem
in class CoverageSource.TemporalDomain
Copyright © 1996–2019 Geotools. All rights reserved.