com.esri.arcgis.geoanalyst
Interface esriRasterVerifyEnum

All Superinterfaces:
java.io.Serializable

public interface esriRasterVerifyEnum
extends java.io.Serializable

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

Description: 'Verification types of the Raster environment.' 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 esriRasterVerifyError
          The verification is in error mode: produce error when the output already exists.
static int esriRasterVerifyOff
          The verification is off: overrides the existing output.
static int esriRasterVerifyOn
          The verification is on: prompts users to override the existing output.
 

Field Detail

esriRasterVerifyOff

static final int esriRasterVerifyOff
The verification is off: overrides the existing output.

See Also:
Constant Field Values

esriRasterVerifyOn

static final int esriRasterVerifyOn
The verification is on: prompts users to override the existing output.

See Also:
Constant Field Values

esriRasterVerifyError

static final int esriRasterVerifyError
The verification is in error mode: produce error when the output already exists.

See Also:
Constant Field Values