com.esri.arcgis.geodatabase
Interface esriNetworkErrorType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkErrorType
extends java.io.Serializable

Constants from esriNetworkErrorType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Geometric network geometry and connectivity error types.' 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 =


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

esriNETAll

static final int esriNETAll
All network connectivity and geometry errors.

See Also:
Constant Field Values

esriNETConnectivity

static final int esriNETConnectivity
Network features and network elements whose connectivity is corrupt.

See Also:
Constant Field Values

esriNETAssociatedElements

static final int esriNETAssociatedElements
Network features whose associated elements are inconsistent with their network connectivity.

See Also:
Constant Field Values

esriNETMissingAllElements

static final int esriNETMissingAllElements
All of the network elements associated with the network feature are missing.

See Also:
Constant Field Values

esriNETMissingAnyElements

static final int esriNETMissingAnyElements
Any of the network elements associated with the network feature are missing.

See Also:
Constant Field Values

esriNETDuplicateElements

static final int esriNETDuplicateElements
Some of the elements associated with the network feature are duplicates.

See Also:
Constant Field Values

esriNETAssociatedWithInvalidElements

static final int esriNETAssociatedWithInvalidElements
The network feature is associated with invalid network elements.

See Also:
Constant Field Values

esriNETAssociatedFeatures

static final int esriNETAssociatedFeatures
Network elements whose associated features are inconsistent with their network connectivity.

See Also:
Constant Field Values

esriNETAssociatedWithMissingFeatures

static final int esriNETAssociatedWithMissingFeatures
The network element is associated with a feature that does not exist.

See Also:
Constant Field Values

esriNETGeometry

static final int esriNETGeometry
Network feature geometry errors.

See Also:
Constant Field Values

esriNETEmptyGeometry

static final int esriNETEmptyGeometry
The network feature has an empty geometry.

See Also:
Constant Field Values

esriNETMultipartGeometry

static final int esriNETMultipartGeometry
The network feature's geometry has multiple parts.

See Also:
Constant Field Values

esriNETIdenticalStartStopVertex

static final int esriNETIdenticalStartStopVertex
The network edge feature's geometry has the same start and stop vertex (it is a loop).

See Also:
Constant Field Values

esriNETZeroLengthGeometry

static final int esriNETZeroLengthGeometry
The network edge feature's geometry has zero length.

See Also:
Constant Field Values

esriNETAssociatedWithSameFromToJunction

static final int esriNETAssociatedWithSameFromToJunction
Edge feature associated with same from to junction feature.

See Also:
Constant Field Values

esriNETMismatchedZValue

static final int esriNETMismatchedZValue
The junction is coincident with an edge-feature vertex having a different Z value.

See Also:
Constant Field Values

esriNETStandaloneJunction

static final int esriNETStandaloneJunction
The junction is not connected to any other edge feature.

See Also:
Constant Field Values

esriNETEdgeTooSmall

static final int esriNETEdgeTooSmall
The edge feature is too small to participate in snapping and may not be connected to other features.

See Also:
Constant Field Values

esriNETInvalidSubtypeValue

static final int esriNETInvalidSubtypeValue
The feature has an invalid subtype value.

See Also:
Constant Field Values