|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometricNetworkConnectivity2
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 |
---|
static final int IID3942bf39_efe9_4094_9089_bc41b459b384
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void checkAndRepairConnectivity(boolean checkOnly, java.lang.String logFilePath, ISet[] errorSelectionSets, boolean[] hasInternalInconsistencies, IRepairConnectivityProgress repairConnectivityProgress) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void rebuildConnectivity2(IEnvelope incrementalRebuildArea) throws java.io.IOException, AutomationException
incrementalRebuildArea
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |