com.esri.arcgis.geodatabase
Interface esriRasterResamplingHint

All Superinterfaces:
Serializable

public interface esriRasterResamplingHint
extends Serializable

The raster resampling hints for selecting pyramid level.

Product Availability

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


Field Summary
static int esriRasterResamplingClosest
          Performs raster resampling using the closest pyramid level.
static int esriRasterResamplingDownsampling
          Performs raster resampling favoring downsampling..
static int esriRasterResamplingFinest
          Performs raster resampling using the finest pyramid level.
static int esriRasterResamplingUpsampling
          Performs raster resampling favoring upsampling.
 

Field Detail

esriRasterResamplingClosest

static final int esriRasterResamplingClosest
Performs raster resampling using the closest pyramid level.

See Also:
Constant Field Values

esriRasterResamplingUpsampling

static final int esriRasterResamplingUpsampling
Performs raster resampling favoring upsampling.

See Also:
Constant Field Values

esriRasterResamplingDownsampling

static final int esriRasterResamplingDownsampling
Performs raster resampling favoring downsampling..

See Also:
Constant Field Values

esriRasterResamplingFinest

static final int esriRasterResamplingFinest
Performs raster resampling using the finest pyramid level.

See Also:
Constant Field Values