Uses of Class
org.esa.beam.framework.gpf.OperatorSpi

Packages that use OperatorSpi
org.esa.beam.framework.gpf   
org.esa.beam.framework.gpf.graph   
org.esa.beam.framework.gpf.internal   
org.esa.beam.framework.gpf.ui   
 

Uses of OperatorSpi in org.esa.beam.framework.gpf
 

Methods in org.esa.beam.framework.gpf that return OperatorSpi
 OperatorSpi OperatorSpiRegistry.getOperatorSpi(String operatorName)
          Gets a registrered operator SPI.
 OperatorSpi Operator.getSpi()
          Gets the SPI which was used to create this operator.
 

Methods in org.esa.beam.framework.gpf that return types with arguments of type OperatorSpi
 com.bc.ceres.core.ServiceRegistry<OperatorSpi> OperatorSpiRegistry.getServiceRegistry()
          Gets the ServiceRegistry
 

Methods in org.esa.beam.framework.gpf with parameters of type OperatorSpi
 boolean OperatorSpiRegistry.addOperatorSpi(OperatorSpi operatorSpi)
          Adds the given operatorSpi to this registry.
 boolean OperatorSpiRegistry.removeOperatorSpi(OperatorSpi operatorSpi)
          Removes the given operatorSpi this registry.
 void Operator.setSpi(OperatorSpi operatorSpi)
          Sets the SPI which was used to create this operator.
 

Uses of OperatorSpi in org.esa.beam.framework.gpf.graph
 

Subclasses of OperatorSpi in org.esa.beam.framework.gpf.graph
static class GraphOp.Spi
           
 

Uses of OperatorSpi in org.esa.beam.framework.gpf.internal
 

Methods in org.esa.beam.framework.gpf.internal that return OperatorSpi
 OperatorSpi OperatorContext.getOperatorSpi()
           
 OperatorSpi OperatorSpiRegistryImpl.getOperatorSpi(String operatorName)
          Gets a registrered operator SPI.
 

Methods in org.esa.beam.framework.gpf.internal that return types with arguments of type OperatorSpi
 com.bc.ceres.core.ServiceRegistry<OperatorSpi> OperatorSpiRegistryImpl.getServiceRegistry()
          Gets the ServiceRegistry
 

Methods in org.esa.beam.framework.gpf.internal with parameters of type OperatorSpi
 boolean OperatorSpiRegistryImpl.addOperatorSpi(OperatorSpi operatorSpi)
          Adds the given operatorSpi to this registry.
 boolean OperatorSpiRegistryImpl.removeOperatorSpi(OperatorSpi operatorSpi)
          Removes the given operatorSpi this registry.
 void OperatorContext.setOperatorSpi(OperatorSpi operatorSpi)
           
 

Uses of OperatorSpi in org.esa.beam.framework.gpf.ui
 

Constructors in org.esa.beam.framework.gpf.ui with parameters of type OperatorSpi
DefaultIOParametersPanel(AppContext appContext, OperatorSpi operatorSpi, TargetProductSelector targetProductSelector)
           
 



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.