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 classBandMathsOpThis 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.classImportVectorOpThe import vector operator.classJaiOpclassMergeOpThe merge operator allows copying raster data from other products to a specified product.classMosaicOpCreates a mosaic out of a set of source products.classPassThroughOpclassProductSetReaderOpProductSet Operator to be replaced by ReadOpclassReadOpReads the specified file as product.classSubsetOpThis operator is used to create either spatial and/or spectral subsets of a data product.classWriteOpThis standard operator is used to store a data product to a specified file location.classWriteRGBOp -
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 classReprojectionOpThe 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 classResamplingOp -
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 OperatorMetadataAnnotationOperatorDescriptor. 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 classGraphOp -
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 classToolAdapterOpTool Adapter operator
-