Uses of Class
org.esa.snap.core.gpf.OperatorSpi
-
Packages that use OperatorSpi Package Description org.esa.snap.core.gpf SNAP's Graph Processing Framework GPF used for developing and executing raster data operators and graphs of such operators.org.esa.snap.core.gpf.common org.esa.snap.core.gpf.common.reproject org.esa.snap.core.gpf.common.resample org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.operators.tooladapter -
-
Uses of OperatorSpi in org.esa.snap.core.gpf
Methods in org.esa.snap.core.gpf that return OperatorSpi Modifier and Type Method Description OperatorSpi
OperatorSpiRegistry. getOperatorSpi(String operatorName)
Gets a registered operator SPI.OperatorSpi
Operator. getSpi()
Gets the SPI which was used to create this operator.Methods in org.esa.snap.core.gpf that return types with arguments of type OperatorSpi Modifier and Type Method Description Set<OperatorSpi>
OperatorSpiRegistry. getOperatorSpis()
ServiceRegistry<OperatorSpi>
OperatorSpiRegistry. getServiceRegistry()
Gets theServiceRegistry
Methods in org.esa.snap.core.gpf with parameters of type OperatorSpi Modifier and Type Method Description boolean
OperatorSpiRegistry. addOperatorSpi(String operatorName, OperatorSpi operatorSpi)
Adds the givenoperatorSpi
to this registry.boolean
OperatorSpiRegistry. addOperatorSpi(OperatorSpi operatorSpi)
Adds the givenoperatorSpi
to this registry.boolean
OperatorSpiRegistry. removeOperatorSpi(OperatorSpi operatorSpi)
Removes the givenoperatorSpi
this registry.void
Operator. setSpi(OperatorSpi operatorSpi)
Sets the SPI which was used to create this operator. -
Uses of OperatorSpi in org.esa.snap.core.gpf.common
Subclasses of OperatorSpi in org.esa.snap.core.gpf.common Modifier and Type Class Description static class
BandMathsOp.Spi
static class
ImportVectorOp.Spi
Operator SPI.static class
MergeOp.Spi
static class
MosaicOp.Spi
static class
PassThroughOp.Spi
static class
ProductSetReaderOp.Spi
The SPI is used to register this operator in the graph processing framework via the SPI configuration fileMETA-INF/services/org.esa.beam.core.gpf.OperatorSpi
.static class
ReadOp.Spi
static class
SubsetOp.Spi
static class
WriteOp.Spi
static class
WriteRGBOp.Spi
-
Uses of OperatorSpi in org.esa.snap.core.gpf.common.reproject
Subclasses of OperatorSpi in org.esa.snap.core.gpf.common.reproject Modifier and Type Class Description static class
ReprojectionOp.Spi
-
Uses of OperatorSpi in org.esa.snap.core.gpf.common.resample
Subclasses of OperatorSpi in org.esa.snap.core.gpf.common.resample Modifier and Type Class Description static class
ResamplingOp.Spi
-
Uses of OperatorSpi in org.esa.snap.core.gpf.graph
Subclasses of OperatorSpi in org.esa.snap.core.gpf.graph Modifier and Type Class Description static class
GraphOp.Spi
-
Uses of OperatorSpi in org.esa.snap.core.gpf.operators.tooladapter
Subclasses of OperatorSpi in org.esa.snap.core.gpf.operators.tooladapter Modifier and Type Class Description class
ToolAdapterOpSpi
The SPI class for ToolAdapterOp.
-