Uses of Class
org.esa.snap.core.util.jai.RectificationGrid
-
Packages that use RectificationGrid Package Description org.esa.snap.core.util.jai Provides utility classes around the JAI (Java Advanced Imaging) API. -
-
Uses of RectificationGrid in org.esa.snap.core.util.jai
Methods in org.esa.snap.core.util.jai that return RectificationGrid Modifier and Type Method Description static RectificationGrid
RectificationGrid. createRectangular(int imgWidth, int imgHeight, int xStep, int yStep)
static RectificationGrid
RectificationGrid. createTestGrid(int imgWidth, int imgHeight, int xStep, int yStep)
Methods in org.esa.snap.core.util.jai with parameters of type RectificationGrid Modifier and Type Method Description static javax.media.jai.RenderedOp
JAIUtils. createRectifyOp(RenderedImage src, int degree, RectificationGrid grid, javax.media.jai.Interpolation interp)
-