Uses of Interface
org.geotools.coverage.grid.io.HarvestedSource
-
Packages that use HarvestedSource Package Description org.geotools.coverage.grid.io org.geotools.coverage.io.netcdf org.geotools.gce.imagemosaic -
-
Uses of HarvestedSource in org.geotools.coverage.grid.io
Classes in org.geotools.coverage.grid.io that implement HarvestedSource Modifier and Type Class Description class
DefaultHarvestedSource
Default implementation of theHarvestedSource
interfaceMethods in org.geotools.coverage.grid.io that return types with arguments of type HarvestedSource Modifier and Type Method Description List<HarvestedSource>
StructuredGridCoverage2DReader. harvest(String defaultTargetCoverage, Object source, Hints hints)
Harvests the specified source into the reader. -
Uses of HarvestedSource in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return types with arguments of type HarvestedSource Modifier and Type Method Description List<HarvestedSource>
NetCDFReader. harvest(String defaultCoverage, Object source, Hints hints)
-
Uses of HarvestedSource in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return types with arguments of type HarvestedSource Modifier and Type Method Description List<HarvestedSource>
ImageMosaicReader. harvest(String defaultCoverage, Object source, Hints hints)
-