|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface rstResamplingTypes
Different methods to perform raster resampling.
RasterStorageDef
Field Summary | |
---|---|
static int |
RSP_BilinearInterpolation
Resample pixel by bilinear interpolation. |
static int |
RSP_BilinearInterpolationPlus
Resample pixel by bilinear interpolation, requiring all four neigboring pixels. |
static int |
RSP_CubicConvolution
Resample pixel by cubic convolution. |
static int |
RSP_Majority
Resample pixel by majority value. |
static int |
RSP_NearestNeighbor
Resample pixel by nearest neighbor. |
Field Detail |
---|
static final int RSP_NearestNeighbor
static final int RSP_BilinearInterpolation
static final int RSP_CubicConvolution
static final int RSP_Majority
static final int RSP_BilinearInterpolationPlus
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |