public class GridWrapperNotInterpolated extends GridWrapper
INTERPOLATION_BicubicSpline, INTERPOLATION_Bilinear, INTERPOLATION_BSpline, INTERPOLATION_InverseDistance, INTERPOLATION_NearestNeighbour, m_iOffsetX, m_iOffsetY, m_Layer, m_WindowExtent| Constructor and Description | 
|---|
GridWrapperNotInterpolated(ISextanteRasterLayer layer,
                          GridExtent windowExtent)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
calculateOffsets()  | 
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, setInterpolationMethodpublic GridWrapperNotInterpolated(ISextanteRasterLayer layer, GridExtent windowExtent)
protected void calculateOffsets()
public byte getCellValueAsByte(int x,
                      int y)
getCellValueAsByte in class GridWrapperpublic byte getCellValueAsByte(int x,
                      int y,
                      int band)
getCellValueAsByte in class GridWrapperpublic short getCellValueAsShort(int x,
                        int y)
getCellValueAsShort in class GridWrapperpublic short getCellValueAsShort(int x,
                        int y,
                        int band)
getCellValueAsShort in class GridWrapperpublic int getCellValueAsInt(int x,
                    int y)
getCellValueAsInt in class GridWrapperpublic int getCellValueAsInt(int x,
                    int y,
                    int band)
getCellValueAsInt in class GridWrapperpublic float getCellValueAsFloat(int x,
                        int y)
getCellValueAsFloat in class GridWrapperpublic float getCellValueAsFloat(int x,
                        int y,
                        int band)
getCellValueAsFloat in class GridWrapperpublic double getCellValueAsDouble(int x,
                          int y)
getCellValueAsDouble in class GridWrapperpublic double getCellValueAsDouble(int x,
                          int y,
                          int band)
getCellValueAsDouble in class GridWrapper