com.esri.arcgis.globecore
Interface esriGlobeImageSamplingMode

All Superinterfaces:
java.io.Serializable

public interface esriGlobeImageSamplingMode
extends java.io.Serializable

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

Description: 'Sampling/display modes for images.' 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 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