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,
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.
|
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,
ILongArray[] errorCodes,
IStringArray[] errorMessages,
IArray[] circuitGeometries)
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void createCircuit(java.lang.String domainNetworkName, ICircuit circuit) throws java.io.IOException, AutomationException
createCircuit
in interface IUNCircuitManager
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.public void alterCircuit(java.lang.String domainNetworkName, ICircuit circuit) throws java.io.IOException, AutomationException
alterCircuit
in interface IUNCircuitManager
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.public void deleteCircuits(java.lang.String domainNetworkName, IStringArray circuitNames) throws java.io.IOException, AutomationException
deleteCircuits
in interface IUNCircuitManager
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.public void verifyCircuits(java.lang.String domainNetworkName, IStringArray circuitNames, boolean synthesizeGeometries, ILongArray[] errorCodes, IStringArray[] errorMessages, IArray[] circuitGeometries) throws java.io.IOException, AutomationException
verifyCircuits
in interface IUNCircuitManager
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.public void getCircuits(java.lang.String domainNetworkName, IStringArray circuitNames, IArray[] circuits) throws java.io.IOException, AutomationException
getCircuits
in interface IUNCircuitManager
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.public void getCircuitNames(int sourceID, GUID globalID, int firstUnit, int numUnits, boolean returnConsumerCircuits, IStringArray[] circuitNames) throws java.io.IOException, AutomationException
getCircuitNames
in interface IUNCircuitManager
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.public void exportCircuits(java.lang.String domainNetworkName, IStringArray circuitNames, boolean acknowledged, java.lang.String outputFolder, ITrackCancel trackCancel, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
exportCircuits
in interface IUNCircuitManager
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.