public interface esriTinNodeEditInfo
extends java.io.Serializable
Description: 'Esri TIN node edit info.' 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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriTinNodeUnknown
static final int esriTinNodeSuperNode
static final int esriTinNodeOriginal
static final int esriTinNodeDensified
static final int esriTinNodeLineEnforce
static final int esriTinNodeIntersection
static final int esriTinNodeLineTouch
static final int esriTinNodeCoincident
static final int esriTinNodeSnap
static final int esriTinNodeModified