com.esri.arcgis.geodatabase
Interface IGeometricNetworkErrorDetection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometricNetwork, IGeometricNetworkErrorDetectionProxy

public interface IGeometricNetworkErrorDetection
extends java.io.Serializable

COM Interface 'IGeometricNetworkErrorDetection'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage and provide geometric network error detection.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID8bf5c9a4_6d40_11d4_a0b4_00c04f6bdd84
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createErrorTable(java.lang.String name, ITable[] errorTable)
          Creates a non-versioned table that can be used to persist error information.
 ISet createSelectionSetFromErrorTable()
          Returns a set of selection sets of the features in the geometric network Error Table.
 void deleteNetworkElements(ISet selectionSets)
          Deletes the network elements associated with the specified network features.
 void detectNetworkErrors(int errorType, IEnvelope areaOfInterest, ISet selectionSets, ISet[] problemSelectionSets)
          The features in the geometric network with connectivity problems.
 ITable getErrorTable()
          The error table currently associated with the geometric network.
 void setErrorTable(ITable errorTable)
          The error table currently associated with the geometric network.
 

Field Detail

IID8bf5c9a4_6d40_11d4_a0b4_00c04f6bdd84

static final int IID8bf5c9a4_6d40_11d4_a0b4_00c04f6bdd84
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getErrorTable

ITable getErrorTable()
                     throws java.io.IOException,
                            AutomationException
The error table currently associated with the geometric network. This property will return nothing unless it has been set within the running application.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorTable

void setErrorTable(ITable errorTable)
                   throws java.io.IOException,
                          AutomationException
The error table currently associated with the geometric network. This property will return nothing unless it has been set within the running application.

Parameters:
errorTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSelectionSetFromErrorTable

ISet createSelectionSetFromErrorTable()
                                      throws java.io.IOException,
                                             AutomationException
Returns a set of selection sets of the features in the geometric network Error Table.

Returns:
A reference to a com.esri.arcgis.system.ISet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createErrorTable

void createErrorTable(java.lang.String name,
                      ITable[] errorTable)
                      throws java.io.IOException,
                             AutomationException
Creates a non-versioned table that can be used to persist error information.

Parameters:
name - The name (in)
errorTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

detectNetworkErrors

void detectNetworkErrors(int errorType,
                         IEnvelope areaOfInterest,
                         ISet selectionSets,
                         ISet[] problemSelectionSets)
                         throws java.io.IOException,
                                AutomationException
The features in the geometric network with connectivity problems.

Parameters:
errorType - A com.esri.arcgis.geodatabase.esriNetworkErrorType constant (in)
areaOfInterest - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
selectionSets - A reference to a com.esri.arcgis.system.ISet (in)
problemSelectionSets - A reference to a com.esri.arcgis.system.ISet (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteNetworkElements

void deleteNetworkElements(ISet selectionSets)
                           throws java.io.IOException,
                                  AutomationException
Deletes the network elements associated with the specified network features.

Parameters:
selectionSets - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.