public class GridWrapperInterpolated extends GridWrapper
INTERPOLATION_BicubicSpline, INTERPOLATION_Bilinear, INTERPOLATION_BSpline, INTERPOLATION_InverseDistance, INTERPOLATION_NearestNeighbour, m_iOffsetX, m_iOffsetY, m_Layer, m_WindowExtent
Constructor and Description |
---|
GridWrapperInterpolated(ISextanteRasterLayer layer,
GridExtent windowExtent) |
Modifier and Type | Method and Description |
---|---|
byte |
getCellValueAsByte(int x,
int y) |
byte |
getCellValueAsByte(int x,
int y,
int band) |
double |
getCellValueAsDouble(int x,
int y) |
double |
getCellValueAsDouble(int x,
int y,
int band) |
float |
getCellValueAsFloat(int x,
int y) |
float |
getCellValueAsFloat(int x,
int y,
int band) |
int |
getCellValueAsInt(int x,
int y) |
int |
getCellValueAsInt(int x,
int y,
int band) |
short |
getCellValueAsShort(int x,
int y) |
short |
getCellValueAsShort(int x,
int y,
int band) |
getCellSize, getCellValueInLayerCoords, getGridExtent, getNoDataValue, getNX, getNY, getValueAt, isInLayer, isNoDataValue, setInterpolationMethod
public GridWrapperInterpolated(ISextanteRasterLayer layer, GridExtent windowExtent)
public byte getCellValueAsByte(int x, int y)
getCellValueAsByte
in class GridWrapper
public byte getCellValueAsByte(int x, int y, int band)
getCellValueAsByte
in class GridWrapper
public short getCellValueAsShort(int x, int y)
getCellValueAsShort
in class GridWrapper
public short getCellValueAsShort(int x, int y, int band)
getCellValueAsShort
in class GridWrapper
public int getCellValueAsInt(int x, int y)
getCellValueAsInt
in class GridWrapper
public int getCellValueAsInt(int x, int y, int band)
getCellValueAsInt
in class GridWrapper
public float getCellValueAsFloat(int x, int y)
getCellValueAsFloat
in class GridWrapper
public float getCellValueAsFloat(int x, int y, int band)
getCellValueAsFloat
in class GridWrapper
public double getCellValueAsDouble(int x, int y)
getCellValueAsDouble
in class GridWrapper
public double getCellValueAsDouble(int x, int y, int band)
getCellValueAsDouble
in class GridWrapper