com.esri.arcgis.geodatabase
Interface esriTinQualification

All Superinterfaces:
java.io.Serializable

public interface esriTinQualification
extends java.io.Serializable

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

Description: 'Esri TIN enumerator-criteria 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 esriTinAll
          Returns all elements.
static int esriTinDoubleEdges
          Returns both of the two adjacent triangle edges.
static int esriTinInsideDataArea
          Returns elements inside data area only.
static int esriTinInsideTin
          Returns all elements except those associated to super nodes.
static int esriTinSingleEdge
          Returns only one of the two adjacent triangle edges.
 

Field Detail

esriTinAll

static final int esriTinAll
Returns all elements.

See Also:
Constant Field Values

esriTinInsideTin

static final int esriTinInsideTin
Returns all elements except those associated to super nodes.

See Also:
Constant Field Values

esriTinInsideDataArea

static final int esriTinInsideDataArea
Returns elements inside data area only.

See Also:
Constant Field Values

esriTinSingleEdge

static final int esriTinSingleEdge
Returns only one of the two adjacent triangle edges.

See Also:
Constant Field Values

esriTinDoubleEdges

static final int esriTinDoubleEdges
Returns both of the two adjacent triangle edges.

See Also:
Constant Field Values