Uses of Enum Class
org.geotools.gce.imagemosaic.MergeBehavior
Packages that use MergeBehavior
-
Uses of MergeBehavior in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MergeBehaviorModifier and TypeMethodDescriptionstatic MergeBehavior
MergeBehavior.getDefault()
Retrieves the defaultMergeBehavior
.RasterLayerRequest.getMergeBehavior()
static MergeBehavior
Returns the enum constant of this class with the specified name.static MergeBehavior[]
MergeBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.gce.imagemosaic with parameters of type MergeBehaviorModifierConstructorDescriptionMosaicker
(RasterLayerResponse rasterLayerResponse, MosaicInputs inputs, MergeBehavior mergeBehavior)