Uses of Class
org.geotools.gce.imagemosaic.MosaicInputs
-
Packages that use MosaicInputs Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.granulecollector -
-
Uses of MosaicInputs in org.geotools.gce.imagemosaic
Constructors in org.geotools.gce.imagemosaic with parameters of type MosaicInputs Constructor Description Mosaicker(RasterLayerResponse rasterLayerResponse, MosaicInputs inputs, MergeBehavior mergeBehavior)
-
Uses of MosaicInputs in org.geotools.gce.imagemosaic.granulecollector
Methods in org.geotools.gce.imagemosaic.granulecollector that return MosaicInputs Modifier and Type Method Description protected MosaicInputs
BaseSubmosaicProducer. collectGranules()
This methods collects the granules from their eventual multithreaded processing and turn them into aMosaicInputs
object.
-