See: Description
Interface | Description |
---|---|
ProductConfigurer |
A
ProductConfigurer is used to configure a target product with respect to a current source product
which serves as a template. |
Sample |
A sample represents the (geophysical) value of a
RasterDataNode at a certain a certain pixel position. |
SourceSampleConfigurer |
A
SourceSampleConfigurer is used to define the source samples processed by a PointOperator . |
TargetSampleConfigurer |
A
TargetSampleConfigurer is used to define the target samples processed by a PointOperator . |
WritableSample |
A writable sample is a
Sample that can change its value. |
Class | Description |
---|---|
PixelOperator |
A
PixelOperator may serve as a handy base class for an operator that computes any number of target samples
from any number of source samples. |
PointOperator |
The
PointOperator class serves as a base class for operators
that compute single pixels independently of their neighbours and
whose target product and all source products share the same grid and coordinate reference system. |
SampleOperator |
A
SampleOperator may serve as a handy base class for an operator that computes a single target sample from
any number of source samples. |
SampleOperator
or PixelOperator
rather than Operator
if you don't perform any geometric transformation
and don't need any source pixel neighborhood information.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.