Uses of Interface
org.esa.snap.core.dataop.barithm.RasterDataLoop.Body
Packages that use RasterDataLoop.Body
-
Uses of RasterDataLoop.Body in org.esa.snap.core.dataop.barithm
Methods in org.esa.snap.core.dataop.barithm with parameters of type RasterDataLoop.BodyModifier and TypeMethodDescriptionvoid
RasterDataLoop.forEachPixel
(RasterDataLoop.Body body) Evaluates thebody
by calling itseval()
method.void
RasterDataLoop.forEachPixel
(RasterDataLoop.Body body, String message) Evaluates thebody
by calling itseval()
method.