com.esri.arcgis.globecore
Interface esriGlobeImageSamplingMode

All Superinterfaces:
Serializable

public interface esriGlobeImageSamplingMode
extends Serializable

Sampling/display modes for images.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGlobeImageSamplingNearest
          Nearest neighbor image sampling mode.
static int esriGlobeImageSamplingSmooth
          Smooth image sampling mode.
 

Field Detail

esriGlobeImageSamplingNearest

static final int esriGlobeImageSamplingNearest
Nearest neighbor image sampling mode.

See Also:
Constant Field Values

esriGlobeImageSamplingSmooth

static final int esriGlobeImageSamplingSmooth
Smooth image sampling mode.

See Also:
Constant Field Values