Package org.esa.snap.core.jexp
Interface EvalEnv
-
- All Known Implementing Classes:
RasterDataEvalEnv
public interface EvalEnvRepresents an application dependant evaluation environment. This interface has no operation. It is up to application how it is to be interpreted.An object of this type is passed to the
evalX methods of theclass. Special implementations of theTermandSymbolinterfaces can cast the object to the application specific type in order to perform an application specific evaluation of theFunctionSymbolorFunction.- Version:
- $Revision$ $Date$