com.esri.arcgis.geodatabase
Interface esriTinQualification

All Superinterfaces:
Serializable

public interface esriTinQualification
extends Serializable

Esri TIN enumerator-criteria options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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