com.esri.arcgis.geodatabase
Interface esriTinEdgeType

All Superinterfaces:
Serializable

public interface esriTinEdgeType
extends Serializable

ESRI TIN edge-type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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