com.esri.arcgis.geodatabase
Interface esriTinElementType

All Superinterfaces:
java.io.Serializable

public interface esriTinElementType
extends java.io.Serializable

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

Description: 'Esri TIN element-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 esriTinEdge
          TIN edge.
static int esriTinNode
          TIN node.
static int esriTinTriangle
          TIN triangle.
 

Field Detail

esriTinNode

static final int esriTinNode
TIN node.

See Also:
Constant Field Values

esriTinEdge

static final int esriTinEdge
TIN edge.

See Also:
Constant Field Values

esriTinTriangle

static final int esriTinTriangle
TIN triangle.

See Also:
Constant Field Values