public interface ICircuit
extends java.io.Serializable
Description: 'Provides access to a circuit.' 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 |
IIDe2674c0f_42ff_4071_b756_c2e8c48f8ff1 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IArray |
getCircuitSections()
Returns sections.
|
int |
getCircuitType()
Returns the circuit type.
|
GUID |
getGlobalID()
Returns the globalID.
|
java.lang.Object |
getLastExportedTime()
Returns the last time the circuit was exported.
|
java.lang.Object |
getLastVerifiedTime()
Returns the last time the circuit was verified.
|
java.lang.String |
getName()
Returns the name.
|
IJSONObject |
getSectionOrder()
Returns section order.
|
ICircuitLocation |
getStartLocation()
Returns start location.
|
int |
getStatus()
Returns the circuit status.
|
ICircuitLocation |
getStopLocation()
Returns stop location.
|
IArray |
getSubcircuits()
Returns subcircuits.
|
boolean |
isSectioned()
Returns whether the circuit is sectioned.
|
void |
setCircuitSectionsByRef(IArray circuitSections)
Returns sections.
|
void |
setCircuitType(int circuitType)
Returns the circuit type.
|
void |
setGlobalID(GUID globalID)
Returns the globalID.
|
void |
setIsSectioned(boolean isSectioned)
Returns whether the circuit is sectioned.
|
void |
setName(java.lang.String name)
Returns the name.
|
void |
setSectionOrderByRef(IJSONObject sectionOrder)
Returns section order.
|
void |
setStartLocationByRef(ICircuitLocation startLocation)
Returns start location.
|
void |
setStopLocationByRef(ICircuitLocation stopLocation)
Returns stop location.
|
void |
setSubcircuitsByRef(IArray subcircuits)
Returns subcircuits.
|
static final int IIDe2674c0f_42ff_4071_b756_c2e8c48f8ff1
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.GUID getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setGlobalID(GUID globalID) throws java.io.IOException, AutomationException
globalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isSectioned()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIsSectioned(boolean isSectioned)
throws java.io.IOException,
AutomationException
isSectioned - The isSectioned (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IJSONObject getSectionOrder() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSectionOrderByRef(IJSONObject sectionOrder) throws java.io.IOException, AutomationException
sectionOrder - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getCircuitSections() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCircuitSectionsByRef(IArray circuitSections) throws java.io.IOException, AutomationException
circuitSections - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getSubcircuits() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSubcircuitsByRef(IArray subcircuits) throws java.io.IOException, AutomationException
subcircuits - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ICircuitLocation getStartLocation() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setStartLocationByRef(ICircuitLocation startLocation) throws java.io.IOException, AutomationException
startLocation - A reference to a com.esri.arcgis.geodatabase.ICircuitLocation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ICircuitLocation getStopLocation() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setStopLocationByRef(ICircuitLocation stopLocation) throws java.io.IOException, AutomationException
stopLocation - A reference to a com.esri.arcgis.geodatabase.ICircuitLocation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCircuitType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCircuitType(int circuitType)
throws java.io.IOException,
AutomationException
circuitType - A com.esri.arcgis.geodatabase.esriCircuitType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getLastVerifiedTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getLastExportedTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.