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.
|
int |
getCircuitType()
Returns the circuit type.
|
GUID |
getGlobalID()
Returns the globalID.
|
java.lang.String |
getName()
Returns the name.
|
IArray |
getSections()
Returns sections.
|
void |
getStartStopPoint(ICircuitPoint startPoint,
ICircuitPoint stopPoint)
Returns start and stop points.
|
IArray |
getSubcircuits()
Returns subcircuits.
|
boolean |
isSectioned()
Returns whether the circuit is sectioned.
|
void |
setStartStopPoint(ICircuitPoint startPoint,
ICircuitPoint stopPoint)
Sets start and stop points.
|
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.GUID getGlobalID() 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.int getCircuitType() 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 getStartStopPoint(ICircuitPoint startPoint, ICircuitPoint stopPoint) throws java.io.IOException, AutomationException
startPoint
- A reference to a com.esri.arcgis.geodatabase.ICircuitPoint (in)stopPoint
- A reference to a com.esri.arcgis.geodatabase.ICircuitPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartStopPoint(ICircuitPoint startPoint, ICircuitPoint stopPoint) throws java.io.IOException, AutomationException
startPoint
- A reference to a com.esri.arcgis.geodatabase.ICircuitPoint (in)stopPoint
- A reference to a com.esri.arcgis.geodatabase.ICircuitPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.