com.esri.arcgis.geodatabase
Interface esriTinIgnoredElementType

All Superinterfaces:
java.io.Serializable

public interface esriTinIgnoredElementType
extends java.io.Serializable

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

Description: 'Esri Tin elements to be excluded from conflict detection.' 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 esriTinNodesWithNonZeroTag
          Exclude nodes having non-zero tag values.
static int esriTinNodesWithZeroTag
          Exclude nodes with zoro tag values.
static int esriTinNothing
          None.
 

Field Detail

esriTinNothing

static final int esriTinNothing
None.

See Also:
Constant Field Values

esriTinNodesWithNonZeroTag

static final int esriTinNodesWithNonZeroTag
Exclude nodes having non-zero tag values.

See Also:
Constant Field Values

esriTinNodesWithZeroTag

static final int esriTinNodesWithZeroTag
Exclude nodes with zoro tag values.

See Also:
Constant Field Values