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.
|
Class and Description |
---|
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. |
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. |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.