com.esri.arcgis.geodatabase
Interface esriTinBoundType

All Superinterfaces:
Serializable

public interface esriTinBoundType
extends Serializable

ESRI TIN boundary-type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTinClassBreaks
          Use values in class breaks.
static int esriTinSimpleBounds
          Use values within lower and upper bounds.
static int esriTinSimpleBoundsExclude
          Use values not within ower and upper bounds.
static int esriTinUniqueValue
          Use a unique value.
 

Field Detail

esriTinClassBreaks

static final int esriTinClassBreaks
Use values in class breaks.

See Also:
Constant Field Values

esriTinSimpleBounds

static final int esriTinSimpleBounds
Use values within lower and upper bounds.

See Also:
Constant Field Values

esriTinUniqueValue

static final int esriTinUniqueValue
Use a unique value.

See Also:
Constant Field Values

esriTinSimpleBoundsExclude

static final int esriTinSimpleBoundsExclude
Use values not within ower and upper bounds.

See Also:
Constant Field Values