com.esri.arcgis.spatialanalyst
Interface esriGPSARemapTypeEnum

All Superinterfaces:
java.io.Serializable

public interface esriGPSARemapTypeEnum
extends java.io.Serializable

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

Description: 'Remap types in geo-processing.' 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 esriGPSARemapNone
          No remap.
static int esriGPSARemapNumber
          Number remap.
static int esriGPSARemapString
          String remap.
 

Field Detail

esriGPSARemapNumber

static final int esriGPSARemapNumber
Number remap.

See Also:
Constant Field Values

esriGPSARemapString

static final int esriGPSARemapString
String remap.

See Also:
Constant Field Values

esriGPSARemapNone

static final int esriGPSARemapNone
No remap.

See Also:
Constant Field Values