com.esri.arcgis.geodatabase
Interface IGeometricNetworkConnectivity

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGeometricNetworkConnectivity2
All Known Implementing Classes:
GeometricNetwork, IGeometricNetworkConnectivity2Proxy, IGeometricNetworkConnectivityProxy

public interface IGeometricNetworkConnectivity
extends java.io.Serializable

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

Description: 'Provides access to a member that rebuilds geometric network 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 IID3fc4db86_64b4_11d4_a0ad_00c04f6bdd84
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void rebuildConnectivity(IEnvelope incrementalRebuildArea)
          Incrementally rebuilds connectivity for features within and intersecting the specified envelope.
 

Field Detail

IID3fc4db86_64b4_11d4_a0ad_00c04f6bdd84

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

rebuildConnectivity

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

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.