public interface IUNCircuitManager
extends java.io.Serializable
Description: 'Provides access to a utility network circuit manager.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4a1496a2_0b46_4bff_bcf0_f3ef3b0db2b5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
alterCircuit(java.lang.String domainNetworkName,
ICircuit circuit)
Alter circuit.
|
void |
createCircuit(java.lang.String domainNetworkName,
ICircuit circuit)
Create circuit.
|
void |
deleteCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames)
Delete circuits.
|
void |
exportCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames,
IArray resultTypes,
boolean acknowledged,
java.lang.String outputFolder,
ITrackCancel trackCancel,
ISpatialReference spatialReference,
IArray[] circuitResults)
Export circuits.
|
void |
getCircuitNames(java.lang.String domainNetworkName,
short sourceID,
GUID globalID,
short terminalID,
short firstUnit,
short numUnits,
int pointType,
boolean returnConsumerCircuits,
IStringArray[] circuitNames)
Get circuit names.
|
void |
getCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames,
IArray[] circuits)
Get circuits.
|
void |
verifyCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames,
boolean synthesizeGeometries,
IArray[] circuitResults)
Verify circuits.
|
static final int IID4a1496a2_0b46_4bff_bcf0_f3ef3b0db2b5
static final int xxDummy
static final java.lang.String IID
void createCircuit(java.lang.String domainNetworkName, ICircuit circuit) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuit
- A reference to a com.esri.arcgis.geodatabase.ICircuit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterCircuit(java.lang.String domainNetworkName, ICircuit circuit) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuit
- A reference to a com.esri.arcgis.geodatabase.ICircuit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteCircuits(java.lang.String domainNetworkName, IStringArray circuitNames) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void verifyCircuits(java.lang.String domainNetworkName, IStringArray circuitNames, boolean synthesizeGeometries, IArray[] circuitResults) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (in)synthesizeGeometries
- The synthesizeGeometries (in)circuitResults
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getCircuits(java.lang.String domainNetworkName, IStringArray circuitNames, IArray[] circuits) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (in)circuits
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getCircuitNames(java.lang.String domainNetworkName, short sourceID, GUID globalID, short terminalID, short firstUnit, short numUnits, int pointType, boolean returnConsumerCircuits, IStringArray[] circuitNames) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)sourceID
- The sourceID (in)globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)terminalID
- The terminalID (in)firstUnit
- The firstUnit (in)numUnits
- The numUnits (in)pointType
- A com.esri.arcgis.geodatabase.esriCircuitQueryPointType constant (in)returnConsumerCircuits
- The returnConsumerCircuits (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void exportCircuits(java.lang.String domainNetworkName, IStringArray circuitNames, IArray resultTypes, boolean acknowledged, java.lang.String outputFolder, ITrackCancel trackCancel, ISpatialReference spatialReference, IArray[] circuitResults) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (in)resultTypes
- A reference to a com.esri.arcgis.system.IArray (in)acknowledged
- The acknowledged (in)outputFolder
- The outputFolder (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)circuitResults
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.