Package | Description |
---|---|
it.geosolutions.jaiext.jiffle |
Jiffle is a scripting language for creating and analysing raster images.
|
it.geosolutions.jaiext.jiffle.parser |
Jiffle parser and support classes.
|
it.geosolutions.jaiext.jiffle.runtime |
Jiffle runtime classes.
|
Modifier and Type | Method and Description |
---|---|
static Jiffle.ImageRole |
Jiffle.ImageRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jiffle.ImageRole[] |
Jiffle.ImageRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Jiffle.ImageRole> |
Jiffle.getImageParams()
Gets the current image parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Jiffle.setImageParams(Map<String,Jiffle.ImageRole> params)
Sets the image parameters.
|
Constructor and Description |
---|
Jiffle(File scriptFile,
Map<String,Jiffle.ImageRole> params)
Creates a new instance by compiling the script read from
scriptFile . |
Jiffle(String script,
Map<String,Jiffle.ImageRole> params)
Creates a new instance by compiling the provided script.
|
Modifier and Type | Field and Description |
---|---|
Map<String,Jiffle.ImageRole> |
ImagesBlockWorker.imageVars |
Constructor and Description |
---|
VarWorker(ParseTree tree,
Map<String,Jiffle.ImageRole> imageParams) |
Modifier and Type | Method and Description |
---|---|
void |
JiffleRuntime.setImageParams(Map<String,Jiffle.ImageRole> imageParams)
Supplies the runtime object with the names and roles if image variables
used in the script.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.