|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SampleConfigurer
A 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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||