Uses of Class
org.esa.snap.core.gpf.annotations.OperatorMetadata
-
-
Uses of OperatorMetadata in org.esa.snap.core.gpf.common
Classes in org.esa.snap.core.gpf.common with annotations of type OperatorMetadata Modifier and Type Class Description class
BandMathsOp
This band maths operator can be used to create a product with multiple bands based on mathematical expression.
All products specified as source must have the same width and height, otherwise the operator will fail.class
ImportVectorOp
The import vector operator.class
JaiOp
class
MergeOp
The merge operator allows copying raster data from other products to a specified product.class
MosaicOp
Creates a mosaic out of a set of source products.class
PassThroughOp
class
ProductSetReaderOp
ProductSet Operator to be replaced by ReadOpclass
ReadOp
Reads the specified file as product.class
SubsetOp
This operator is used to create either spatial and/or spectral subsets of a data product.class
WriteOp
This standard operator is used to store a data product to a specified file location.class
WriteRGBOp
-
Uses of OperatorMetadata in org.esa.snap.core.gpf.common.reproject
Classes in org.esa.snap.core.gpf.common.reproject with annotations of type OperatorMetadata Modifier and Type Class Description class
ReprojectionOp
The reprojection operator is used to geo-reference data products. -
Uses of OperatorMetadata in org.esa.snap.core.gpf.common.resample
Classes in org.esa.snap.core.gpf.common.resample with annotations of type OperatorMetadata Modifier and Type Class Description class
ResamplingOp
-
Uses of OperatorMetadata in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that return OperatorMetadata Modifier and Type Method Description OperatorMetadata
AnnotationOperatorDescriptor. getAnnotation()
Constructors in org.esa.snap.core.gpf.descriptor with parameters of type OperatorMetadata Constructor Description AnnotationOperatorDescriptor(Class<? extends Operator> operatorType, OperatorMetadata annotation)
-
Uses of OperatorMetadata in org.esa.snap.core.gpf.graph
Classes in org.esa.snap.core.gpf.graph with annotations of type OperatorMetadata Modifier and Type Class Description class
GraphOp
-
Uses of OperatorMetadata in org.esa.snap.core.gpf.operators.tooladapter
Classes in org.esa.snap.core.gpf.operators.tooladapter with annotations of type OperatorMetadata Modifier and Type Class Description class
ToolAdapterOp
Tool Adapter operator
-