Package | Description |
---|---|
com.bc.jexp |
The main package of the JEXP API.
|
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.dataop.barithm |
Modifier and Type | Method and Description |
---|---|
Term |
Parser.parse(String code)
Parses the expression given in the code string.
|
Term |
Parser.parse(String code,
Namespace namespace)
Parses the expression given in the code string.
|
Modifier and Type | Method and Description |
---|---|
Term |
ParserImpl.parse(String code)
Parses the expression given in the code string.
|
Term |
ParserImpl.parse(String code,
Namespace namespace)
Parses the expression given in the code string.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractBand.computeBand(String expression,
String validMaskExpression,
Product[] sourceProducts,
int defaultProductIndex,
boolean checkInvalids,
boolean useInvalidValue,
double noDataValue,
com.bc.ceres.core.ProgressMonitor pm)
Deprecated.
Since BEAM 4.10. Use
VirtualBand or VirtualBandOpImage . |
Term |
Product.parseExpression(String expression)
Parses a mathematical expression given as a text string.
|
Modifier and Type | Method and Description |
---|---|
static int |
BandArithmetic.computeBand(String expression,
String validMaskExpression,
Product[] sourceProducts,
int defaultProductIndex,
boolean checkInvalids,
boolean noDataValueUsed,
double noDataValue,
int offsetX,
int offsetY,
int width,
int height,
ProductData targetRasterData,
Scaling scaling,
com.bc.ceres.core.ProgressMonitor pm)
Deprecated.
Since BEAM 4.10. Use
VirtualBand or VirtualBandOpImage . |
static RasterDataNode[] |
BandArithmetic.getRefRasters(String expression,
Product... products) |
static RasterDataNode[] |
BandArithmetic.getRefRasters(String expression,
Product[] products,
int defaultProductNamePrefix) |
static String |
BandArithmetic.getValidMaskExpression(String expression,
Product[] products,
int defaultProductIndex,
String validMaskExpression) |
static Term |
BandArithmetic.parseExpression(String expression,
Product[] products,
int defaultProductIndex)
Parses the given expression.
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.