public interface TargetSampleConfigurer
TargetSampleConfigurer
is used to define the target samples processed by a PointOperator
.
The definition of a sample is given by its index within the pixel (a pixel comprises one or more samples) and
the name of a RasterDataNode
contained in the target
product.
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
defineSample(int index,
String name)
Defines a sample for a
RasterDataNode contained in the
target product. |
void defineSample(int index, String name)
RasterDataNode
contained in the
target product.index
- The index of the sample within the sample arrays passed to
computeSample()
or
computePixel()
methods.name
- The name of a RasterDataNode
to
which the sample belongs.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.