Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.runtime |
Jiffle runtime classes.
|
it.geosolutions.jaiext.jiffleop |
Jiffle as an image operator.
|
Modifier and Type | Method and Description |
---|---|
void |
JiffleRuntime.setSourceImageBandTransform(String varName,
BandTransform br)
Associates a given source image with a BandTransform
|
void |
AbstractJiffleRuntime.setSourceImageBandTransform(String varName,
BandTransform btr) |
Modifier and Type | Method and Description |
---|---|
static RenderedOp |
JiffleDescriptor.create(RenderedImage[] sources,
String[] sourceImageNames,
String destName,
String script,
Rectangle destBounds,
Integer destType,
CoordinateTransform[] sourceCoordinateTransforms,
BandTransform[] sourceBandTransforms,
RenderingHints renderingHints)
RenderedOp creation method that takes all the parameters, passes them to the
ParameterBlockJAI and then call the JAI create method for the mosaic
operation with no data support.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.