Class CoverageSource.TemporalDomain

    • Constructor Detail

      • TemporalDomain

        public TemporalDomain()
    • Method Detail

      • getTemporalElements

        public abstract SortedSet<? extends DateRange> getTemporalElements​(boolean overall,
                                                                           ProgressListener listener)
                                                                    throws IOException
        Describes the temporal domain for the underlying 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.
        Returns:
        a Set of DateRanges elements.
        Throws:
        IOException