com.esri.arcgis.geodatabase
Interface IGeometricNetworkConnectivity2

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

public interface IGeometricNetworkConnectivity2
extends IGeometricNetworkConnectivity, java.io.Serializable

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

Description: 'Provides access to members that check and repair and rebuild connectivity.' 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 IID3942bf39_efe9_4094_9089_bc41b459b384
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeometricNetworkConnectivity
IID3fc4db86_64b4_11d4_a0ad_00c04f6bdd84
 
Method Summary
 void checkAndRepairConnectivity(boolean checkOnly, java.lang.String logFilePath, ISet[] errorSelectionSets, boolean[] hasInternalInconsistencies, IRepairConnectivityProgress repairConnectivityProgress)
          Checks and optionally repairs connectivity.
 void rebuildConnectivity2(IEnvelope incrementalRebuildArea)
          Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeometricNetworkConnectivity
rebuildConnectivity
 

Field Detail

IID3942bf39_efe9_4094_9089_bc41b459b384

static final int IID3942bf39_efe9_4094_9089_bc41b459b384
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

checkAndRepairConnectivity

void checkAndRepairConnectivity(boolean checkOnly,
                                java.lang.String logFilePath,
                                ISet[] errorSelectionSets,
                                boolean[] hasInternalInconsistencies,
                                IRepairConnectivityProgress repairConnectivityProgress)
                                throws java.io.IOException,
                                       AutomationException
Checks and optionally repairs connectivity.

Parameters:
checkOnly - The checkOnly (in)
logFilePath - The logFilePath (in)
errorSelectionSets - A reference to a com.esri.arcgis.system.ISet (out: use single element array)
hasInternalInconsistencies - The hasInternalInconsistencies (out: use single element array)
repairConnectivityProgress - A reference to a com.esri.arcgis.geodatabase.IRepairConnectivityProgress (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rebuildConnectivity2

void rebuildConnectivity2(IEnvelope incrementalRebuildArea)
                          throws java.io.IOException,
                                 AutomationException
Incrementally rebuilds connectivity for features within and intersecting the specified envelope. Version 2.

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