org.esa.beam.util.jai
Class RectificationGrid

java.lang.Object
  extended by org.esa.beam.util.jai.RectificationGrid

public class RectificationGrid
extends Object


Constructor Summary
RectificationGrid(int width, int height)
           
 
Method Summary
static RectificationGrid createRectangular(int imgWidth, int imgHeight, int xStep, int yStep)
           
static RectificationGrid createTestGrid(int imgWidth, int imgHeight, int xStep, int yStep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectificationGrid

public RectificationGrid(int width,
                         int height)
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)


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.