com.esri.arcgis.geodatabase
Interface rstResamplingTypes

All Superinterfaces:
java.io.Serializable

public interface rstResamplingTypes
extends java.io.Serializable

Constants from rstResamplingTypes' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Different methods to perform raster resampling.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int RSP_Average
          Resample vector field (two band) pixel by vector average.
static int RSP_BilinearGaussBlur
          Resample pixel by bilinear interpolation.
static int RSP_BilinearGaussBlurPlus
          Same as RSP_BilinearGaussBlur, but requiring all four neighboring pixels.
static int RSP_BilinearInterpolation
          Resample pixel by bilinear interpolation.
static int RSP_BilinearInterpolationPlus
          Resample pixel by bilinear interpolation, requiring all four neighboring pixels.
static int RSP_CubicConvolution
          Resample pixel by cubic convolution.
static int RSP_Majority
          Resample pixel by majority value.
static int RSP_Maximum
          Resample pixel by maximum value.
static int RSP_Minimum
          Resample pixel by average value.
static int RSP_NearestNeighbor
          Resample pixel by nearest neighbor.
static int RSP_VectorAverage
          Resample vector field (two band) pixel by vector average.
 

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

RSP_BilinearInterpolationPlus

static final int RSP_BilinearInterpolationPlus
Resample pixel by bilinear interpolation, requiring all four neighboring pixels.

See Also:
Constant Field Values

RSP_BilinearGaussBlur

static final int RSP_BilinearGaussBlur
Resample pixel by bilinear interpolation. If downsampling by factor 2 or more, blur source pixel using 2D Gaussian.

See Also:
Constant Field Values

RSP_BilinearGaussBlurPlus

static final int RSP_BilinearGaussBlurPlus
Same as RSP_BilinearGaussBlur, but requiring all four neighboring pixels.

See Also:
Constant Field Values

RSP_Average

static final int RSP_Average
Resample vector field (two band) pixel by vector average.

See Also:
Constant Field Values

RSP_Minimum

static final int RSP_Minimum
Resample pixel by average value.

See Also:
Constant Field Values

RSP_Maximum

static final int RSP_Maximum
Resample pixel by maximum value.

See Also:
Constant Field Values

RSP_VectorAverage

static final int RSP_VectorAverage
Resample vector field (two band) pixel by vector average.

See Also:
Constant Field Values