org.esa.beam.framework.dataop.resamp
Class Resampling.Index
java.lang.Object
org.esa.beam.framework.dataop.resamp.Resampling.Index
- Enclosing interface:
- Resampling
public static class Resampling.Index
- extends Object
An index is used to provide resampling information at a given raster position x,y.
|
Method Summary |
static int |
crop(int i,
int max)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
y
public float y
width
public int width
height
public int height
i0
public int i0
j0
public int j0
i
public final int[] i
j
public final int[] j
ki
public final float[] ki
kj
public final float[] kj
Resampling.Index
public Resampling.Index(int m,
int n)
- Creates a new index.
- Parameters:
m - the maximum number of different pixel positions required to perform a resamplingn - the maximum number of polynomial coefficients required to perform a resampling
crop
public static int crop(int i,
int max)
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.