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 |
---|---|
void |
addSection(ICircuitSection circuitSection)
Adds section.
|
void |
addSubcircuit(ISubcircuit subcircuit)
Adds subcircuit.
|
void |
deleteSection(int sectionID)
Deletes section.
|
void |
deleteSubcircuit(java.lang.String subcircuitName)
Deletes subcircuit.
|
java.lang.String |
getName()
Returns the name.
|
IArray |
getSections()
Returns sections.
|
void |
getStartStopLocation(ICircuitLocation startLocation,
ICircuitLocation stopLocation)
Returns start and stop locations.
|
IArray |
getSubcircuits()
Returns subcircuits.
|
boolean |
isSectioned()
Returns whether the circuit is sectioned.
|
void |
setStartStopLocation(ICircuitLocation startLocation,
ICircuitLocation stopLocation)
Sets start and stop locations.
|
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.boolean isSectioned() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addSection(ICircuitSection circuitSection) throws java.io.IOException, AutomationException
circuitSection
- A reference to a com.esri.arcgis.geodatabase.ICircuitSection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteSection(int sectionID) throws java.io.IOException, AutomationException
sectionID
- The sectionID (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 addSubcircuit(ISubcircuit subcircuit) throws java.io.IOException, AutomationException
subcircuit
- A reference to a com.esri.arcgis.geodatabase.ISubcircuit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteSubcircuit(java.lang.String subcircuitName) throws java.io.IOException, AutomationException
subcircuitName
- The subcircuitName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getStartStopLocation(ICircuitLocation startLocation, ICircuitLocation stopLocation) throws java.io.IOException, AutomationException
startLocation
- A reference to a com.esri.arcgis.geodatabase.ICircuitLocation (in)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.void setStartStopLocation(ICircuitLocation startLocation, ICircuitLocation stopLocation) throws java.io.IOException, AutomationException
startLocation
- A reference to a com.esri.arcgis.geodatabase.ICircuitLocation (in)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.