public class Mosaicker extends Object
MosaicElements.| Constructor and Description |
|---|
Mosaicker(RasterLayerResponse rasterLayerResponse,
MosaicInputs inputs,
MergeBehavior mergeBehavior) |
| Modifier and Type | Method and Description |
|---|---|
MosaicElement |
createMosaic()
Once we reach this method it means that we have loaded all the images which were intersecting
the requested envelope.
|
MosaicElement |
createMosaic(boolean useFinalImageLayout)
Once we reach this method it means that we have loaded all the images which were intersecting
the requested envelope.
|
MosaicElement |
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.
|
public Mosaicker(RasterLayerResponse rasterLayerResponse, MosaicInputs inputs, MergeBehavior mergeBehavior)
public MosaicElement createMosaic() throws IOException
MosaicElement}.IOExceptionpublic MosaicElement createMosaic(boolean useFinalImageLayout) throws IOException
useFinalImageLayout - whether the final image layout requested should be used. if false
then a default layout will be used. useful if your mosaic layout doesn't match the final
layout. default layout will be whatever layout is necessary to do the mosaic opMosaicElement}.IOExceptionpublic MosaicElement createMosaic(boolean useFinalImageLayout, boolean skipSingleElementOptimization) throws IOException
useFinalImageLayout - whether the final image layout requested should be used. if false
then a default layout will be used. useful if your mosaic layout doesn't match the final
layout. default layoutskipSingleElementOptimization - whether the single element case should be optimized.
some callers wish to skip this since there are a few differences along this path that can
cause issues (namely using the final image layout for operations)MosaicElement}.IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.