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,
boolean acknowledged,
java.lang.String outputFolder,
ITrackCancel trackCancel,
ISpatialReference spatialReference)
Export circuits.
|
void |
getCircuitNames(int sourceID,
GUID globalID,
int firstUnit,
int numUnits,
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,
ILongArray[] errorCodes,
IStringArray[] errorMessages,
IArray[] circuitGeometries)
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, ILongArray[] errorCodes, IStringArray[] errorMessages, IArray[] circuitGeometries) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (in)synthesizeGeometries
- The synthesizeGeometries (in)errorCodes
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)errorMessages
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)circuitGeometries
- 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(int sourceID, GUID globalID, int firstUnit, int numUnits, boolean returnConsumerCircuits, IStringArray[] circuitNames) throws java.io.IOException, AutomationException
sourceID
- The sourceID (in)globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)firstUnit
- The firstUnit (in)numUnits
- The numUnits (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, boolean acknowledged, java.lang.String outputFolder, ITrackCancel trackCancel, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)circuitNames
- A reference to a com.esri.arcgis.system.IStringArray (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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.