Package | Description |
---|---|
it.geosolutions.jaiext.jiffle |
Jiffle is a scripting language for creating and analysing raster images.
|
Modifier and Type | Method and Description |
---|---|
JiffleBuilder |
JiffleBuilder.defaultTransform(CoordinateTransform transform)
Sets a default
CoordinateTransform instance to use with all
images that are passed to the builder without an explicit transform
of their own. |
JiffleBuilder |
JiffleBuilder.dest(String varName,
int width,
int height)
Creates a new destination image and associates it with a variable name
in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
int width,
int height,
CoordinateTransform transform)
Creates a new destination image and associates it with a variable name
in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
int minx,
int miny,
int width,
int height)
Creates a new destination image and associates it with a variable name
in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
int minx,
int miny,
int width,
int height,
CoordinateTransform transform)
Creates a new destination image and associates it with a variable name
in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
Rectangle destBounds)
Creates a new destination image and associates it with a variable name
in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
Rectangle destBounds,
CoordinateTransform transform)
Creates a new destination image and associates it with a variable name
in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
WritableRenderedImage destImage)
Sets a destination image associated with a variable name in the script.
|
JiffleBuilder |
JiffleBuilder.dest(String varName,
WritableRenderedImage destImage,
CoordinateTransform transform)
Sets a destination image associated with a variable name in the script.
|
JiffleBuilder |
JiffleBuilder.run()
Runs the script.
|
JiffleBuilder |
JiffleBuilder.script(File scriptFile)
Reads the script from
scriptFile . |
JiffleBuilder |
JiffleBuilder.script(String script)
Sets the script to be compiled.
|
JiffleBuilder |
JiffleBuilder.source(String varName,
RenderedImage sourceImage)
Associates a variable name with a source image.
|
JiffleBuilder |
JiffleBuilder.source(String varName,
RenderedImage sourceImage,
CoordinateTransform transform)
Associates a variable name with a source image and coordinate transform.
|
JiffleBuilder |
JiffleBuilder.worldAndNumPixels(Rectangle2D worldBounds,
int numX,
int numY)
Sets the bound and resolution of the processing area.
|
JiffleBuilder |
JiffleBuilder.worldAndRes(Rectangle2D worldBounds,
double xres,
double yres)
Sets the bound and resolution of the processing area.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.