com.esri.arcgis.geodatabase
Interface rstResamplingTypes

All Superinterfaces:
Serializable

public interface rstResamplingTypes
extends Serializable

Different methods to perform raster resampling.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
RasterStorageDef

Field Summary
static int RSP_BilinearInterpolation
          Resample pixel by bilinear interpolation.
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

RSP_NearestNeighbor

static final int RSP_NearestNeighbor
Resample pixel by nearest neighbor.

See Also:
Constant Field Values

RSP_BilinearInterpolation

static final int RSP_BilinearInterpolation
Resample pixel by bilinear interpolation.

See Also:
Constant Field Values

RSP_CubicConvolution

static final int RSP_CubicConvolution
Resample pixel by cubic convolution.

See Also:
Constant Field Values

RSP_Majority

static final int RSP_Majority
Resample pixel by majority value.

See Also:
Constant Field Values