public interface SampleConfigurer
SampleConfigurer is used to define the samples processed by a PointOperator. These can be both,
source or target samples.
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.
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. |
void |
defineSample(int index,
String name,
Product product)
Defines a sample for a
RasterDataNode in the given product. |
void defineSample(int index,
String name)
RasterDataNode.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.void defineSample(int index,
String name,
Product product)
RasterDataNode in the given 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.product - The product in which to find the raster data node's name.Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.