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(ICircuit circuit)
Alter circuit.
|
void |
createCircuit(ICircuit circuit)
Create circuit.
|
ICircuit |
createCircuitObject()
Create circuit object.
|
ICircuitSection |
createCircuitSectionObject()
Create circuit section object.
|
ISubcircuit |
createSubcircuitObject()
Create subcircuit object.
|
void |
deleteCircuits(IStringArray circuitNames)
Delete circuits.
|
void |
exportCircuits(IStringArray circuitNames,
boolean acknowledged,
IUNTraceConfiguration traceConfiguration,
IArray resultTypes,
boolean async,
ISpatialReference spatialReference,
java.lang.String outputFolder,
ITrackCancel trackCancel,
IArray[] circuitResults)
Export circuits.
|
void |
getCircuitNames(IStringArray circuitNames,
IStringArray circuitIds,
IArray pLocations,
int locationType,
int hierarchy,
int statusFilter,
IStringArray[] outputCircuitNames)
Get circuit names.
|
void |
getCircuits(IStringArray circuitNames,
IStringArray circuitIds,
IArray pLocations,
int locationType,
int hierarchy,
int statusFilter,
IArray[] circuits)
Get circuits.
|
java.lang.String |
getDomainNetworkName()
Returns the domain network name.
|
void |
verifyCircuits(IStringArray circuitNames,
boolean asynchronous,
boolean forceVerify,
boolean synthesizeGeometries,
ISpatialReference spatialReference,
IArray[] circuitResults)
Verify circuits.
|
static final int IID4a1496a2_0b46_4bff_bcf0_f3ef3b0db2b5
static final int xxDummy
static final java.lang.String IID
java.lang.String getDomainNetworkName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ICircuit createCircuitObject() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ICircuitSection createCircuitSectionObject() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ISubcircuit createSubcircuitObject() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void createCircuit(ICircuit circuit) throws java.io.IOException, AutomationException
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(ICircuit circuit) throws java.io.IOException, AutomationException
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(IStringArray circuitNames) throws java.io.IOException, AutomationException
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(IStringArray circuitNames, boolean asynchronous, boolean forceVerify, boolean synthesizeGeometries, ISpatialReference spatialReference, IArray[] circuitResults) throws java.io.IOException, AutomationException
circuitNames - A reference to a com.esri.arcgis.system.IStringArray (in)asynchronous - The asynchronous (in)forceVerify - The forceVerify (in)synthesizeGeometries - The synthesizeGeometries (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.void getCircuits(IStringArray circuitNames, IStringArray circuitIds, IArray pLocations, int locationType, int hierarchy, int statusFilter, IArray[] circuits) throws java.io.IOException, AutomationException
circuitNames - A reference to a com.esri.arcgis.system.IStringArray (in)circuitIds - A reference to a com.esri.arcgis.system.IStringArray (in)pLocations - A reference to a com.esri.arcgis.system.IArray (in)locationType - A com.esri.arcgis.geodatabase.esriCircuitQueryLocationType constant (in)hierarchy - A com.esri.arcgis.geodatabase.esriCircuitHierarchy constant (in)statusFilter - A com.esri.arcgis.geodatabase.esriCircuitStatusFilter constant (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(IStringArray circuitNames, IStringArray circuitIds, IArray pLocations, int locationType, int hierarchy, int statusFilter, IStringArray[] outputCircuitNames) throws java.io.IOException, AutomationException
circuitNames - A reference to a com.esri.arcgis.system.IStringArray (in)circuitIds - A reference to a com.esri.arcgis.system.IStringArray (in)pLocations - A reference to a com.esri.arcgis.system.IArray (in)locationType - A com.esri.arcgis.geodatabase.esriCircuitQueryLocationType constant (in)hierarchy - A com.esri.arcgis.geodatabase.esriCircuitHierarchy constant (in)statusFilter - A com.esri.arcgis.geodatabase.esriCircuitStatusFilter constant (in)outputCircuitNames - 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(IStringArray circuitNames, boolean acknowledged, IUNTraceConfiguration traceConfiguration, IArray resultTypes, boolean async, ISpatialReference spatialReference, java.lang.String outputFolder, ITrackCancel trackCancel, IArray[] circuitResults) throws java.io.IOException, AutomationException
circuitNames - A reference to a com.esri.arcgis.system.IStringArray (in)acknowledged - The acknowledged (in)traceConfiguration - A reference to a com.esri.arcgis.geodatabase.IUNTraceConfiguration (in)resultTypes - A reference to a com.esri.arcgis.system.IArray (in)async - The async (in)spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)outputFolder - The outputFolder (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (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.