|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriNetworkErrorType
Geometric network geometry and connectivity error types.
Field Summary | |
---|---|
static int |
esriNETAll
All network connectivity and geometry errors. |
static int |
esriNETAssociatedElements
Network features whose associated elements are inconsistent with their network connectivity. |
static int |
esriNETAssociatedFeatures
Network elements whose associated features are inconsistent with their network connectivity. |
static int |
esriNETAssociatedWithInvalidElements
The network feature is associated with invalid network elements. |
static int |
esriNETAssociatedWithMissingFeatures
The network element is associated with a feature that does not exist. |
static int |
esriNETAssociatedWithSameFromToJunction
Edge feature associated with same from to junction feature. |
static int |
esriNETConnectivity
Network features and network elements whose connectivity is corrupt. |
static int |
esriNETDuplicateElements
Some of the elements associated with the network feature are duplicates. |
static int |
esriNETEdgeTooSmall
The edge feature is too small to participate in snapping and may not be connected to other features. |
static int |
esriNETEmptyGeometry
The network feature has an empty geometry. |
static int |
esriNETGeometry
Network feature geometry errors. |
static int |
esriNETIdenticalStartStopVertex
The network edge feature's geometry has the same start and stop vertex (it is a loop). |
static int |
esriNETInvalidSubtypeValue
The feature has an invalid subtype value. |
static int |
esriNETMismatchedZValue
The junction is coincident with an edge-feature vertex having a different Z value. |
static int |
esriNETMissingAllElements
All of the network elements associated with the network feature are missing. |
static int |
esriNETMissingAnyElements
Any of the network elements associated with the network feature are missing. |
static int |
esriNETMultipartGeometry
The network feature's geometry has multiple parts. |
static int |
esriNETStandaloneJunction
The junction is not connected to any other edge feature. |
static int |
esriNETZeroLengthGeometry
The network edge feature's geometry has zero length. |
Field Detail |
---|
static final int esriNETAll
static final int esriNETConnectivity
static final int esriNETAssociatedElements
static final int esriNETMissingAllElements
static final int esriNETMissingAnyElements
static final int esriNETDuplicateElements
static final int esriNETAssociatedWithInvalidElements
static final int esriNETAssociatedFeatures
static final int esriNETAssociatedWithMissingFeatures
static final int esriNETGeometry
static final int esriNETEmptyGeometry
static final int esriNETMultipartGeometry
static final int esriNETIdenticalStartStopVertex
static final int esriNETZeroLengthGeometry
static final int esriNETAssociatedWithSameFromToJunction
static final int esriNETMismatchedZValue
static final int esriNETStandaloneJunction
static final int esriNETEdgeTooSmall
static final int esriNETInvalidSubtypeValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |