Package org.esa.snap.core.util.jai
Class RectificationGrid
- java.lang.Object
-
- org.esa.snap.core.util.jai.RectificationGrid
-
public class RectificationGrid extends Object
-
-
Constructor Summary
Constructors Constructor Description RectificationGrid(int width, int height)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RectificationGrid
createRectangular(int imgWidth, int imgHeight, int xStep, int yStep)
static RectificationGrid
createTestGrid(int imgWidth, int imgHeight, int xStep, int yStep)
-
-
-
Method Detail
-
createRectangular
public static RectificationGrid createRectangular(int imgWidth, int imgHeight, int xStep, int yStep)
-
createTestGrid
public static RectificationGrid createTestGrid(int imgWidth, int imgHeight, int xStep, int yStep)
-
-