Uses of Interface
org.esa.snap.core.gpf.descriptor.OperatorDescriptor
-
Packages that use OperatorDescriptor 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.descriptor org.esa.snap.core.gpf.operators.tooladapter -
-
Uses of OperatorDescriptor in org.esa.snap.core.gpf
Methods in org.esa.snap.core.gpf that return OperatorDescriptor Modifier and Type Method Description OperatorDescriptorOperatorSpi. getOperatorDescriptor()Constructors in org.esa.snap.core.gpf with parameters of type OperatorDescriptor Constructor Description OperatorSpi(OperatorDescriptor operatorDescriptor)Constructs an operator SPI for the given operator descriptor. -
Uses of OperatorDescriptor in org.esa.snap.core.gpf.descriptor
Classes in org.esa.snap.core.gpf.descriptor that implement OperatorDescriptor Modifier and Type Class Description classAnnotationOperatorDescriptorAOperatorDescriptorimplementation for theOperatorMetadataannotation.classDefaultOperatorDescriptorDefault implementation of theOperatorDescriptorinterface.classToolAdapterOperatorDescriptorOperator descriptor class for ToolAdapterOp.Methods in org.esa.snap.core.gpf.descriptor with parameters of type OperatorDescriptor Modifier and Type Method Description static PropertySetDescriptorPropertySetDescriptorFactory. createForOperator(OperatorDescriptor operatorDescriptor, Map<String,Product> sourceProductMap) -
Uses of OperatorDescriptor in org.esa.snap.core.gpf.operators.tooladapter
Constructors in org.esa.snap.core.gpf.operators.tooladapter with parameters of type OperatorDescriptor Constructor Description ToolAdapterOpSpi(OperatorDescriptor operatorDescriptor)Constructor.
-