See: Description
Class | Description |
---|---|
Jiffle |
Compiles scripts and generates Java sources and executable bytecode for
runtime classes.
|
JiffleBuilder |
A builder class which makes it easier to compile and run basic Jiffle scripts.
|
JiffleProperties |
Helper class which reads the Jiffle properties file and provides values
to other classes.
|
Enum | Description |
---|---|
Jiffle.ImageRole |
Used to specify the roles of images referenced in
a Jiffle script.
|
Jiffle.RuntimeModel |
Constants for runtime model.
|
Exception | Description |
---|---|
JiffleException |
Exception class for errors encountered while working with runtime objects.
|
Jiffle scripts are compiled to bytecode. The compiler first translates the script into Java source which is then passed to an embedded Janino compiler to produce executable bytecode in memory. The resulting run-time object can then be used by client code as a normal compiled java class.
For an introduction to Jiffle see the User Guide at: http://jaitools.org/docs/jiffle/latest/userguide/html/index.html
Copyright © 2006–2018 GeoSolutions. All rights reserved.