Uses of Interface
org.esa.snap.core.gpf.pointop.Sample
-
Packages that use Sample 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 Sample in org.esa.snap.core.gpf.pointop
Subinterfaces of Sample in org.esa.snap.core.gpf.pointop Modifier and Type Interface Description interface
WritableSample
A writable sample is aSample
that can change its value.Methods in org.esa.snap.core.gpf.pointop with parameters of type Sample Modifier and Type Method Description protected abstract void
PixelOperator. computePixel(int x, int y, Sample[] sourceSamples, WritableSample[] targetSamples)
Computes the target samples from the given source samples.protected abstract void
SampleOperator. computeSample(int x, int y, Sample[] sourceSamples, WritableSample targetSample)
Computes a single target sample from the given source samples.
-