Uses of Class
org.geotools.gce.imagemosaic.MergeBehavior
-
Packages that use MergeBehavior Package Description org.geotools.gce.imagemosaic -
-
Uses of MergeBehavior in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MergeBehavior Modifier and Type Method Description static MergeBehavior
MergeBehavior. getDefault()
Retrieves the defaultMergeBehavior
.MergeBehavior
RasterLayerRequest. getMergeBehavior()
static MergeBehavior
MergeBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeBehavior[]
MergeBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.geotools.gce.imagemosaic with parameters of type MergeBehavior Constructor Description Mosaicker(RasterLayerResponse rasterLayerResponse, MosaicInputs inputs, MergeBehavior mergeBehavior)
-