public enum MergeBehavior extends Enum<MergeBehavior>
MosaicDescriptor
Modifier and Type | Method and Description |
---|---|
static MergeBehavior |
getDefault()
Retrieves the default
MergeBehavior . |
abstract RenderedImage |
process(RenderedImage[] sources,
double[] backgroundValues,
double[][] inputThreshold,
PlanarImage[] sourceAlpha,
ROI[] sourceROI,
MosaicType mosaicType,
RenderingHints localHints)
Process input
RenderedImage to produce the output of this mosaic. |
static MergeBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static String[] |
valuesAsStrings()
Retrieves the possible values as Strings.
|
public static final MergeBehavior STACK
public static final MergeBehavior FLAT
public static MergeBehavior[] values()
for (MergeBehavior c : MergeBehavior.values()) System.out.println(c);
public static MergeBehavior valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract RenderedImage process(RenderedImage[] sources, double[] backgroundValues, double[][] inputThreshold, PlanarImage[] sourceAlpha, ROI[] sourceROI, MosaicType mosaicType, RenderingHints localHints)
RenderedImage
to produce the output of this mosaic.RenderedImage
.public static MergeBehavior getDefault()
MergeBehavior
.MergeBehavior
.Copyright © 1996–2019 Geotools. All rights reserved.