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 =
public class IUNCircuitManagerProxy extends com.esri.arcgis.interop.Dispatch implements IUNCircuitManager, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID4a1496a2_0b46_4bff_bcf0_f3ef3b0db2b5| Modifier | Constructor and Description |
|---|---|
|
IUNCircuitManagerProxy()
Deprecated.
For internal use only
|
|
IUNCircuitManagerProxy(java.lang.Object obj)
Deprecated.
|
protected |
IUNCircuitManagerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IUNCircuitManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IUNCircuitManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
alterCircuit(ICircuit circuit)
Deprecated.
Alter circuit.
|
void |
createCircuit(ICircuit circuit)
Deprecated.
Create circuit.
|
ICircuit |
createCircuitObject()
Deprecated.
Create circuit object.
|
ICircuitSection |
createCircuitSectionObject()
Deprecated.
Create circuit section object.
|
ISubcircuit |
createSubcircuitObject()
Deprecated.
Create subcircuit object.
|
void |
deleteCircuits(IStringArray circuitNames)
Deprecated.
Delete circuits.
|
void |
exportCircuits(IStringArray circuitNames,
boolean acknowledged,
IUNTraceConfiguration traceConfiguration,
IArray resultTypes,
boolean async,
ISpatialReference spatialReference,
java.lang.String outputFolder,
ITrackCancel trackCancel,
IArray[] circuitResults)
Deprecated.
Export circuits.
|
void |
getCircuitNames(IStringArray circuitNames,
IStringArray circuitIds,
IArray pLocations,
int locationType,
int hierarchy,
int statusFilter,
IStringArray[] outputCircuitNames)
Deprecated.
Get circuit names.
|
void |
getCircuits(IStringArray circuitNames,
IStringArray circuitIds,
IArray pLocations,
int locationType,
int hierarchy,
int statusFilter,
IArray[] circuits)
Deprecated.
Get circuits.
|
java.lang.String |
getDomainNetworkName()
Deprecated.
Returns the domain network name.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
verifyCircuits(IStringArray circuitNames,
boolean asynchronous,
boolean forceVerify,
boolean synthesizeGeometries,
ISpatialReference spatialReference,
IArray[] circuitResults)
Deprecated.
Verify circuits.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IUNCircuitManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IUNCircuitManagerProxy()
public IUNCircuitManagerProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IUNCircuitManagerProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IUNCircuitManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getDomainNetworkName()
throws java.io.IOException,
AutomationException
getDomainNetworkName in interface IUNCircuitManagerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ICircuit createCircuitObject() throws java.io.IOException, AutomationException
createCircuitObject in interface IUNCircuitManagerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ICircuitSection createCircuitSectionObject() throws java.io.IOException, AutomationException
createCircuitSectionObject in interface IUNCircuitManagerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISubcircuit createSubcircuitObject() throws java.io.IOException, AutomationException
createSubcircuitObject in interface IUNCircuitManagerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void createCircuit(ICircuit circuit) throws java.io.IOException, AutomationException
createCircuit in interface IUNCircuitManagercircuit - 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.public void alterCircuit(ICircuit circuit) throws java.io.IOException, AutomationException
alterCircuit in interface IUNCircuitManagercircuit - 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.public void deleteCircuits(IStringArray circuitNames) throws java.io.IOException, AutomationException
deleteCircuits in interface IUNCircuitManagercircuitNames - 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.public void verifyCircuits(IStringArray circuitNames, boolean asynchronous, boolean forceVerify, boolean synthesizeGeometries, ISpatialReference spatialReference, IArray[] circuitResults) throws java.io.IOException, AutomationException
verifyCircuits in interface IUNCircuitManagercircuitNames - 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.public void getCircuits(IStringArray circuitNames, IStringArray circuitIds, IArray pLocations, int locationType, int hierarchy, int statusFilter, IArray[] circuits) throws java.io.IOException, AutomationException
getCircuits in interface IUNCircuitManagercircuitNames - 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.public void getCircuitNames(IStringArray circuitNames, IStringArray circuitIds, IArray pLocations, int locationType, int hierarchy, int statusFilter, IStringArray[] outputCircuitNames) throws java.io.IOException, AutomationException
getCircuitNames in interface IUNCircuitManagercircuitNames - 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.public 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
exportCircuits in interface IUNCircuitManagercircuitNames - 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.