com.esri.arcgis.geodatabase
Interface esriTinNodeEditInfo

All Superinterfaces:
Serializable

public interface esriTinNodeEditInfo
extends Serializable

Esri TIN node edit info.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTinNodeCoincident
          More than one points lie on the same location.
static int esriTinNodeDensified
          Densified node.
static int esriTinNodeIntersection
          Intersection of two or more enforced lines.
static int esriTinNodeLineEnforce
          Densified node due to line enforcement.
static int esriTinNodeLineTouch
          Point lies on the interior of an enforced edge (exclude the two end nodes of the edge).
static int esriTinNodeModified
          Point's coords have been modified (snapping to an existing enforced edge, for example).
static int esriTinNodeOriginal
          Original input.
static int esriTinNodeSnap
          Other node(s) of different coords has been snapped to this node (position).
static int esriTinNodeSuperNode
          Super node.
static int esriTinNodeUnknown
          Source unknown.
 

Field Detail

esriTinNodeUnknown

static final int esriTinNodeUnknown
Source unknown.

See Also:
Constant Field Values

esriTinNodeSuperNode

static final int esriTinNodeSuperNode
Super node.

See Also:
Constant Field Values

esriTinNodeOriginal

static final int esriTinNodeOriginal
Original input.

See Also:
Constant Field Values

esriTinNodeDensified

static final int esriTinNodeDensified
Densified node.

See Also:
Constant Field Values

esriTinNodeLineEnforce

static final int esriTinNodeLineEnforce
Densified node due to line enforcement.

See Also:
Constant Field Values

esriTinNodeIntersection

static final int esriTinNodeIntersection
Intersection of two or more enforced lines.

See Also:
Constant Field Values

esriTinNodeLineTouch

static final int esriTinNodeLineTouch
Point lies on the interior of an enforced edge (exclude the two end nodes of the edge).

See Also:
Constant Field Values

esriTinNodeCoincident

static final int esriTinNodeCoincident
More than one points lie on the same location.

See Also:
Constant Field Values

esriTinNodeSnap

static final int esriTinNodeSnap
Other node(s) of different coords has been snapped to this node (position).

See Also:
Constant Field Values

esriTinNodeModified

static final int esriTinNodeModified
Point's coords have been modified (snapping to an existing enforced edge, for example).

See Also:
Constant Field Values