| Package | Description |
|---|---|
| com.bc.jexp.impl |
Provides some generally useful implementations of the interfaces defined in
the main package.
|
| org.esa.beam.framework.datamodel |
This package contains classes and interfaces used for an in-memory presentation
of remote sensing data products.
|
| org.esa.beam.framework.ui |
Provides utility classes for general user interface building.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserImpl
A default implementation for the
com.bc.jexp.Parser interface. |
| Modifier and Type | Method and Description |
|---|---|
Parser |
Product.createBandArithmeticParser()
Creates a parser for band arithmetic expressions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Product.isCompatibleBandArithmeticExpression(String expression,
Parser parser)
Tests if the given band arithmetic expression can be computed using this product and a given expression parser.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
ExpressionPane.getParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionPane.setParser(Parser parser) |
| Constructor and Description |
|---|
ExpressionPane(boolean requiresBoolExpr,
Parser parser,
PropertyMap preferences)
Constructs a new expression pane.
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.