Uses of Interface
org.esa.snap.core.gpf.pointop.TargetSampleConfigurer
-
Packages that use TargetSampleConfigurer Package Description org.esa.snap.core.gpf.pointop Provides special support for raster data operations that transforms each source pixel into a corresponding target pixel at the same position. -
-
Uses of TargetSampleConfigurer in org.esa.snap.core.gpf.pointop
Methods in org.esa.snap.core.gpf.pointop with parameters of type TargetSampleConfigurer Modifier and Type Method Description protected abstract void
PointOperator. configureTargetSamples(TargetSampleConfigurer sampleConfigurer)
Configures all target samples computed by this operator.
-