Uses of Class
org.geotools.data.DefaultTransaction
-
Packages that use DefaultTransaction Package Description org.geotools.gce.imagemosaic -
-
Uses of DefaultTransaction in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic declared as DefaultTransaction Modifier and Type Field Description protected DefaultTransaction
ImageMosaicWalker. transaction
Methods in org.geotools.gce.imagemosaic with parameters of type DefaultTransaction Modifier and Type Method Description void
ImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, File fileBeingProcessed, int fileIndex, double numFiles, DefaultTransaction transaction)
void
ImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, ImageMosaicSourceElement element, int fileIndex, double numFiles, DefaultTransaction transaction)
Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller).
-