com.esri.arcgis.geodatabase
Interface esriNetworkErrorType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkErrorType
extends java.io.Serializable

Geometric network geometry and connectivity error types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNETAll
           
static int esriNETAssociatedElements
           
static int esriNETAssociatedFeatures
           
static int esriNETAssociatedWithInvalidElements
           
static int esriNETAssociatedWithMissingFeatures
           
static int esriNETAssociatedWithSameFromToJunction
           
static int esriNETConnectivity
           
static int esriNETDuplicateElements
           
static int esriNETEmptyGeometry
           
static int esriNETGeometry
           
static int esriNETIdenticalStartStopVertex
           
static int esriNETMissingAllElements
           
static int esriNETMissingAnyElements
           
static int esriNETMultipartGeometry
           
static int esriNETZeroLengthGeometry
           
 

Field Detail

esriNETAll

public static final int esriNETAll
See Also:
Constant Field Values

esriNETConnectivity

public static final int esriNETConnectivity
See Also:
Constant Field Values

esriNETAssociatedElements

public static final int esriNETAssociatedElements
See Also:
Constant Field Values

esriNETMissingAllElements

public static final int esriNETMissingAllElements
See Also:
Constant Field Values

esriNETMissingAnyElements

public static final int esriNETMissingAnyElements
See Also:
Constant Field Values

esriNETDuplicateElements

public static final int esriNETDuplicateElements
See Also:
Constant Field Values

esriNETAssociatedWithInvalidElements

public static final int esriNETAssociatedWithInvalidElements
See Also:
Constant Field Values

esriNETAssociatedFeatures

public static final int esriNETAssociatedFeatures
See Also:
Constant Field Values

esriNETAssociatedWithMissingFeatures

public static final int esriNETAssociatedWithMissingFeatures
See Also:
Constant Field Values

esriNETGeometry

public static final int esriNETGeometry
See Also:
Constant Field Values

esriNETEmptyGeometry

public static final int esriNETEmptyGeometry
See Also:
Constant Field Values

esriNETMultipartGeometry

public static final int esriNETMultipartGeometry
See Also:
Constant Field Values

esriNETIdenticalStartStopVertex

public static final int esriNETIdenticalStartStopVertex
See Also:
Constant Field Values

esriNETZeroLengthGeometry

public static final int esriNETZeroLengthGeometry
See Also:
Constant Field Values

esriNETAssociatedWithSameFromToJunction

public static final int esriNETAssociatedWithSameFromToJunction
See Also:
Constant Field Values