Uses of Class
org.geotools.util.DateRange
-
Packages that use DateRange Package Description org.geotools.coverage.io org.geotools.coverage.io.impl org.geotools.coverage.io.util org.geotools.imageio.netcdf org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of DateRange in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return DateRange Modifier and Type Method Description DateRange
GridCoverageResponse. getTemporalExtent()
Return the temporal extent of this gridcoverageMethods in org.geotools.coverage.io that return types with arguments of type DateRange Modifier and Type Method Description abstract SortedSet<? extends DateRange>
CoverageSource.TemporalDomain. getTemporalElements(boolean overall, ProgressListener listener)
SortedSet<DateRange>
CoverageReadRequest. getTemporalSubset()
Method parameters in org.geotools.coverage.io with type arguments of type DateRange Modifier and Type Method Description void
CoverageReadRequest. setTemporalSubset(SortedSet<DateRange> temporalSubset)
-
Uses of DateRange in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return DateRange Modifier and Type Method Description DateRange
DefaultGridCoverageResponse. getTemporalExtent()
Constructors in org.geotools.coverage.io.impl with parameters of type DateRange Constructor Description DefaultGridCoverageResponse(GridCoverage gridCoverage, DateRange temporalExtent, NumberRange<Double> verticalExtent)
-
Uses of DateRange in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type DateRange Modifier and Type Method Description int
DateRangeComparator. compare(DateRange firstDateRange, DateRange secondDateRange)
Constructor parameters in org.geotools.coverage.io.util with type arguments of type DateRange Constructor Description DateRangeTreeSet(Collection<? extends DateRange> c)
DateRangeTreeSet(SortedSet<DateRange> s)
-
Uses of DateRange in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return types with arguments of type DateRange Modifier and Type Method Description SortedSet<? extends DateRange>
VariableAdapter.UnidataTemporalDomain. getTemporalElements(boolean overall, ProgressListener listener)
SortedSet<DateRange>
VariableAdapter.UnidataTemporalDomain. getTemporalExtent()
-
Uses of DateRange in org.geotools.util
Methods in org.geotools.util that return DateRange Modifier and Type Method Description DateRange
DateTimeParser.FormatAndPrecision. expand(Date d)
static DateRange
DateTimeParser.FormatAndPrecision. expandFromCustomFormat(Date d, String format)
-