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.ioMethods in org.geotools.coverage.io that return DateRange Modifier and Type Method Description DateRangeGridCoverageResponse. 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 voidCoverageReadRequest. setTemporalSubset(SortedSet<DateRange> temporalSubset)
- 
Uses of DateRange in org.geotools.coverage.io.implMethods in org.geotools.coverage.io.impl that return DateRange Modifier and Type Method Description DateRangeDefaultGridCoverageResponse. 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.utilMethods in org.geotools.coverage.io.util with parameters of type DateRange Modifier and Type Method Description intDateRangeComparator. 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.netcdfMethods 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.utilMethods in org.geotools.util that return DateRange Modifier and Type Method Description DateRangeDateTimeParser.FormatAndPrecision. expand(Date d)static DateRangeDateTimeParser.FormatAndPrecision. expandFromCustomFormat(Date d, String format)
 
-