com.esri.arcgis.geodatabase
Interface esriTinBoundType

All Superinterfaces:
java.io.Serializable

public interface esriTinBoundType
extends java.io.Serializable

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

Description: 'Esri TIN boundary-type options.' 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 esriTinClassBreaks
          Use values in class breaks.
static int esriTinSimpleBounds
          Use values within lower and upper bounds.
static int esriTinSimpleBoundsExclude
          Use values not within ower and upper bounds.
static int esriTinUniqueValue
          Use a unique value.
 

Field Detail

esriTinClassBreaks

static final int esriTinClassBreaks
Use values in class breaks.

See Also:
Constant Field Values

esriTinSimpleBounds

static final int esriTinSimpleBounds
Use values within lower and upper bounds.

See Also:
Constant Field Values

esriTinUniqueValue

static final int esriTinUniqueValue
Use a unique value.

See Also:
Constant Field Values

esriTinSimpleBoundsExclude

static final int esriTinSimpleBoundsExclude
Use values not within ower and upper bounds.

See Also:
Constant Field Values