|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometricNetworkErrorDetection
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 |
---|
static final int IID8bf5c9a4_6d40_11d4_a0b4_00c04f6bdd84
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ITable getErrorTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setErrorTable(ITable errorTable) throws java.io.IOException, AutomationException
errorTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISet createSelectionSetFromErrorTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createErrorTable(java.lang.String name, ITable[] errorTable) throws java.io.IOException, AutomationException
name
- The name (in)errorTable
- A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void detectNetworkErrors(int errorType, IEnvelope areaOfInterest, ISet selectionSets, ISet[] problemSelectionSets) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteNetworkElements(ISet selectionSets) throws java.io.IOException, AutomationException
selectionSets
- A reference to a com.esri.arcgis.system.ISet (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 |