Skip navigation links

Package it.geosolutions.jaiext.jiffle.demo

Example applications for the Jiffle scripting language.

See: Description

Package it.geosolutions.jaiext.jiffle.demo Description

Example applications for the Jiffle scripting language.

To see the various example scripts in action run the JiffleDemo program. It displays a script in a text window and the image produced by it in an adjacent window.

JiffleBuilderDemo shows how to compile and run scripts with JiffleBuilder. This is the easiest way to get started.

DirectRuntimeDemo demonstrates creating a Jiffle object directly, compiling a script, retrieving a runtime object and the using this to process images.

JiffleExecutorDemo shows how to run Jiffle objects using a multi-threaded, event-driven executor service. This is especially useful for computationally intensive tasks.

ProgressListenerDemo shows how to use a progress listener with JiffleExecutor when running long tasks.

GameOfLife is a more advanced example which uses Jiffle runtime objects to drive a simulation where the output image of each step becomes the input image of the next step.

Skip navigation links

Copyright © 2006–2018 GeoSolutions. All rights reserved.