Uses of Interface
org.esa.snap.core.gpf.pointop.SourceSampleConfigurer
-
Packages that use SourceSampleConfigurer 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 SourceSampleConfigurer in org.esa.snap.core.gpf.pointop
Methods in org.esa.snap.core.gpf.pointop with parameters of type SourceSampleConfigurer Modifier and Type Method Description protected abstract void
PointOperator. configureSourceSamples(SourceSampleConfigurer sampleConfigurer)
Configures all source samples that this operator requires for the computation of target samples.
-