public class UNCircuitManagerService extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNCircuitManager
Description 'UN Circuit Manager Service.' 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 =
IID, IID4a1496a2_0b46_4bff_bcf0_f3ef3b0db2b5, xxDummy| Constructor and Description |
|---|
UNCircuitManagerService()
Constructs a UNCircuitManagerService using ArcGIS Engine.
|
UNCircuitManagerService(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNCircuitManagerService theUNCircuitManagerService = (UNCircuitManagerService) obj; |
| 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.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
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.
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
verifyCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames,
boolean synthesizeGeometries,
IArray[] circuitResults)
Verify circuits.
|
public UNCircuitManagerService()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic UNCircuitManagerService(java.lang.Object obj)
throws java.io.IOException
UNCircuitManagerService theUNCircuitManagerService = (UNCircuitManagerService) obj;obj to UNCircuitManagerService.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void createCircuit(java.lang.String domainNetworkName,
ICircuit circuit)
throws java.io.IOException,
AutomationException
createCircuit in interface IUNCircuitManagerdomainNetworkName - 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.public void alterCircuit(java.lang.String domainNetworkName,
ICircuit circuit)
throws java.io.IOException,
AutomationException
alterCircuit in interface IUNCircuitManagerdomainNetworkName - 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.public void deleteCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames)
throws java.io.IOException,
AutomationException
deleteCircuits in interface IUNCircuitManagerdomainNetworkName - 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.public void verifyCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames,
boolean synthesizeGeometries,
IArray[] circuitResults)
throws java.io.IOException,
AutomationException
verifyCircuits in interface IUNCircuitManagerdomainNetworkName - 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.public void getCircuits(java.lang.String domainNetworkName,
IStringArray circuitNames,
IArray[] circuits)
throws java.io.IOException,
AutomationException
getCircuits in interface IUNCircuitManagerdomainNetworkName - 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.public 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
getCircuitNames in interface IUNCircuitManagerdomainNetworkName - 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.public 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
exportCircuits in interface IUNCircuitManagerdomainNetworkName - 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.