com.esri.arcgis.geodatabase
Interface esriTinEdgeType

All Superinterfaces:
java.io.Serializable

public interface esriTinEdgeType
extends java.io.Serializable

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

Description: 'Esri TIN edge-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 esriTinHardEdge
          Hard edge.
static int esriTinRegularEdge
          Regular edge.
static int esriTinSoftEdge
          Soft edge.
 

Field Detail

esriTinRegularEdge

static final int esriTinRegularEdge
Regular edge.

See Also:
Constant Field Values

esriTinSoftEdge

static final int esriTinSoftEdge
Soft edge.

See Also:
Constant Field Values

esriTinHardEdge

static final int esriTinHardEdge
Hard edge.

See Also:
Constant Field Values