Package | Description |
---|---|
it.geosolutions.jaiext.jiffle |
Jiffle is a scripting language for creating and analysing raster images.
|
it.geosolutions.jaiext.jiffle.runtime |
Jiffle runtime classes.
|
Modifier and Type | Method and Description |
---|---|
JiffleDirectRuntime |
JiffleBuilder.getRuntime()
Creates a runtime object for the currently set script and images.
|
JiffleDirectRuntime |
Jiffle.getRuntimeInstance()
Creates an instance of the default runtime class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectRuntime
The default abstract base class for runtime classes that implement direct evaluation.
|
Modifier and Type | Method and Description |
---|---|
JiffleDirectRuntime |
JiffleExecutorResult.getRuntime()
Gets the
Jiffle object |
Modifier and Type | Method and Description |
---|---|
int |
JiffleExecutor.submit(JiffleDirectRuntime runtime,
JiffleProgressListener progressListener)
Submits an
JiffleDirectRuntime object for execution. |
Constructor and Description |
---|
JiffleExecutorResult(int taskID,
JiffleDirectRuntime runtime,
boolean completed)
Creates a new result object.
|
JiffleExecutorTask(JiffleExecutor executor,
int id,
JiffleDirectRuntime runtime,
JiffleProgressListener progressListener)
Creates a new task.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.