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 RectificationGridRectificationGrid. createRectangular(int imgWidth, int imgHeight, int xStep, int yStep)static RectificationGridRectificationGrid. 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.RenderedOpJAIUtils. createRectifyOp(RenderedImage src, int degree, RectificationGrid grid, javax.media.jai.Interpolation interp)
-