|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Operator in org.esa.beam.framework.gpf |
|---|
| Methods in org.esa.beam.framework.gpf that return Operator | |
|---|---|
Operator |
OperatorSpi.createOperator()
Creates an operator instance with no arguments. |
Operator |
OperatorSpi.createOperator(Map<String,Object> parameters,
Map<String,Product> sourceProducts)
Creates an operator instance for the given source products and processing parameters. |
Operator |
OperatorSpi.createOperator(Map<String,Object> parameters,
Map<String,Product> sourceProducts,
RenderingHints renderingHints)
Creates an operator instance for the given source products and processing parameters. |
Operator |
GPF.createOperator(String operatorName,
Map<String,Object> parameters,
Map<String,Product> sourceProducts,
RenderingHints renderingHints)
Creates an operator instance by using the given operator (alias) name. |
| Methods in org.esa.beam.framework.gpf that return types with arguments of type Operator | |
|---|---|
Class<? extends Operator> |
OperatorSpi.getOperatorClass()
Gets the operator class. |
| Method parameters in org.esa.beam.framework.gpf with type arguments of type Operator | |
|---|---|
static String |
OperatorSpi.getOperatorAlias(Class<? extends Operator> operatorClass)
|
| Constructor parameters in org.esa.beam.framework.gpf with type arguments of type Operator | |
|---|---|
OperatorSpi(Class<? extends Operator> operatorClass)
Constructs an operator SPI for the given operator class. |
|
OperatorSpi(Class<? extends Operator> operatorClass,
String operatorAlias)
Constructs an operator SPI for the given class name and alias name. |
|
| Uses of Operator in org.esa.beam.framework.gpf.doclet |
|---|
| Methods in org.esa.beam.framework.gpf.doclet that return types with arguments of type Operator | |
|---|---|
Class<? extends Operator> |
OperatorDesc.getType()
|
| Uses of Operator in org.esa.beam.framework.gpf.graph |
|---|
| Subclasses of Operator in org.esa.beam.framework.gpf.graph | |
|---|---|
class |
GraphOp
|
| Methods in org.esa.beam.framework.gpf.graph that return Operator | |
|---|---|
Operator |
NodeContext.getOperator()
|
| Constructors in org.esa.beam.framework.gpf.graph with parameters of type Operator | |
|---|---|
GraphContext(Graph graph,
Operator graphOp)
Creates a GraphContext for the given graph and a logger. |
|
| Uses of Operator in org.esa.beam.framework.gpf.internal |
|---|
| Methods in org.esa.beam.framework.gpf.internal that return Operator | |
|---|---|
Operator |
OperatorContext.getOperator()
|
| Methods in org.esa.beam.framework.gpf.internal that return types with arguments of type Operator | |
|---|---|
Class<? extends Operator> |
OperatorClassDescriptor.getOperatorClass()
|
| Methods in org.esa.beam.framework.gpf.internal with parameters of type Operator | |
|---|---|
static OperatorExecutor |
OperatorExecutor.create(Operator op)
|
| Constructors in org.esa.beam.framework.gpf.internal with parameters of type Operator | |
|---|---|
OperatorConfiguration.PropertyReference(String parameterName,
String propertyName,
Operator operator)
|
|
OperatorContext(Operator operator)
|
|
| Constructor parameters in org.esa.beam.framework.gpf.internal with type arguments of type Operator | |
|---|---|
OperatorClassDescriptor(Class<? extends Operator> operatorClass)
|
|
| Uses of Operator in org.esa.beam.framework.gpf.monitor |
|---|
| Methods in org.esa.beam.framework.gpf.monitor that return Operator | |
|---|---|
Operator |
TileUsageReportGenerator.Task.getOperator()
|
| Uses of Operator in org.esa.beam.framework.gpf.pointop |
|---|
| Subclasses of Operator in org.esa.beam.framework.gpf.pointop | |
|---|---|
class |
PixelOperator
A PixelOperator may serve as a handy base class for an operator that computes any number of target samples
from any number of source samples. |
class |
PointOperator
The PointOperator class serves as a base class for operators
that compute single pixels independently of their neighbours and
whose target product and all source products share the same grid and coordinate reference system. |
class |
SampleOperator
A SampleOperator may serve as a handy base class for an operator that computes a single target sample from
any number of source samples. |
| Uses of Operator in org.esa.beam.framework.gpf.ui |
|---|
| Constructor parameters in org.esa.beam.framework.gpf.ui with type arguments of type Operator | |
|---|---|
OperatorMenu(Component parentComponent,
Class<? extends Operator> opType,
OperatorParameterSupport parameterSupport,
String helpId)
|
|
OperatorParameterSupport(Class<? extends Operator> opType)
Creates a parameter support for the given operator type. |
|
OperatorParameterSupport(Class<? extends Operator> opType,
com.bc.ceres.binding.PropertySet propertySet,
Map<String,Object> parameterMap,
ParameterUpdater parameterUpdater)
Creates a parameter support, for the given operator type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||