public interface ICircuitSection
extends java.io.Serializable
Description: 'Provides access to a circuit section.' 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 |
IIDc9c5210e_7eaa_4e3d_9a6f_1eddecfd886a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getRole()
Returns the circuit section role type.
|
int |
getSectionID()
Returns the section ID.
|
int |
getSectionType()
Returns the circuit section type.
|
void |
getStartStopPoint(ICircuitPoint startPoint,
ICircuitPoint stopPoint)
Returns start and stop points.
|
void |
getSubcircuit(ISubcircuit[] subcircuit)
Returns subcircuit.
|
void |
setStartStopPoint(ICircuitPoint startPoint,
ICircuitPoint stopPoint)
Sets start and stop points.
|
void |
setSubcircuit(ISubcircuit subcircuit)
Sets subcircuit.
|
static final int IIDc9c5210e_7eaa_4e3d_9a6f_1eddecfd886a
static final int xxDummy
static final java.lang.String IID
int getSectionID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRole() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSectionType() throws java.io.IOException, AutomationException
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.void getSubcircuit(ISubcircuit[] subcircuit) throws java.io.IOException, AutomationException
subcircuit
- A reference to a com.esri.arcgis.geodatabase.ISubcircuit (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubcircuit(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.