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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableSample
A writable sample is a
Sample that can change its value. |
Modifier and Type | Method and 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.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.