Uses of Interface
org.esa.snap.core.jexp.Parser
-
Packages that use Parser Package Description org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products. -
-
Uses of Parser in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return Parser Modifier and Type Method Description ParserProduct. createBandArithmeticParser()Creates a parser for band arithmetic expressions.Methods in org.esa.snap.core.datamodel with parameters of type Parser Modifier and Type Method Description booleanProduct. isCompatibleBandArithmeticExpression(String expression, Parser parser)Tests if the given band arithmetic expression can be computed using this product and a given expression parser.
-