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.parser.node |
Modifier and Type | Method and Description |
---|---|
static Jiffle.RuntimeModel |
Jiffle.RuntimeModel.get(Class<? extends JiffleRuntime> clazz)
Gets the matching constant for the given runtime class.
|
static Jiffle.RuntimeModel |
Jiffle.RuntimeModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jiffle.RuntimeModel[] |
Jiffle.RuntimeModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JiffleRuntime |
Jiffle.getRuntimeInstance(Jiffle.RuntimeModel model)
Creates a runtime object based using the class specified by
model . |
String |
Jiffle.getRuntimeSource(Jiffle.RuntimeModel model,
boolean scriptInDocs)
Gets a copy of the Java source for the runtime class.
|
Modifier and Type | Method and Description |
---|---|
static String |
DirectSources.setDestValue(Jiffle.RuntimeModel runtimeModel,
String destVar,
String expr) |
Modifier and Type | Method and Description |
---|---|
Jiffle.RuntimeModel |
SourceWriter.getRuntimeModel() |
Constructor and Description |
---|
SourceWriter(Jiffle.RuntimeModel model) |
Copyright © 2006–2018 GeoSolutions. All rights reserved.