Uses of Package
org.esa.snap.core.gpf.pointop
-
Packages that use org.esa.snap.core.gpf.pointop 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. -
Classes in org.esa.snap.core.gpf.pointop used by org.esa.snap.core.gpf.pointop Class Description PointOperator ThePointOperator
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. More specifically, the target product and all source products must share the same raster size andGeoCoding
.ProductConfigurer AProductConfigurer
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 aRasterDataNode
at a certain a certain pixel position.SourceSampleConfigurer ASourceSampleConfigurer
is used to define the source samples processed by aPointOperator
.TargetSampleConfigurer ATargetSampleConfigurer
is used to define the target samples processed by aPointOperator
.WritableSample A writable sample is aSample
that can change its value.