Uses of Class
org.geotools.gce.imagemosaic.MosaicElement
-
Packages that use MosaicElement Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.granulecollector -
-
Uses of MosaicElement in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MosaicElement Modifier and Type Method Description MosaicElement
Mosaicker. createMosaic()
Once we reach this method it means that we have loaded all the images which were intersecting the requested envelope.MosaicElement
Mosaicker. createMosaic(boolean useFinalImageLayout)
Once we reach this method it means that we have loaded all the images which were intersecting the requested envelope.MosaicElement
Mosaicker. createMosaic(boolean useFinalImageLayout, boolean skipSingleElementOptimization)
Once we reach this method it means that we have loaded all the images which were intersecting the requested envelope.Methods in org.geotools.gce.imagemosaic that return types with arguments of type MosaicElement Modifier and Type Method Description List<MosaicElement>
MosaicInputs. getSources()
Constructor parameters in org.geotools.gce.imagemosaic with type arguments of type MosaicElement Constructor Description MosaicInputs(boolean doInputTransparency, boolean hasAlpha, List<MosaicElement> sources, double[][] sourceThreshold)
-
Uses of MosaicElement in org.geotools.gce.imagemosaic.granulecollector
Methods in org.geotools.gce.imagemosaic.granulecollector that return types with arguments of type MosaicElement Modifier and Type Method Description List<MosaicElement>
BaseSubmosaicProducer. createMosaic()
List<MosaicElement>
SubmosaicProducer. createMosaic()
-