com.esri.arcgis.editor
Interface esriAdjustmentType

All Superinterfaces:
java.io.Serializable

public interface esriAdjustmentType
extends java.io.Serializable

Constants from esriAdjustmentType' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Options for the type of adjustment calculation.' 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 esriAdjustmentTypeCompass
          Compass (Bowditch) rule.
static int esriAdjustmentTypeCrandall
          Crandall.
static int esriAdjustmentTypeTransit
          Transit rule.
 

Field Detail

esriAdjustmentTypeCompass

static final int esriAdjustmentTypeCompass
Compass (Bowditch) rule.

See Also:
Constant Field Values

esriAdjustmentTypeTransit

static final int esriAdjustmentTypeTransit
Transit rule.

See Also:
Constant Field Values

esriAdjustmentTypeCrandall

static final int esriAdjustmentTypeCrandall
Crandall.

See Also:
Constant Field Values