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 |
|---|---|
GUID |
getGlobalID()
getGlobalID
|
int |
getRole()
Returns the circuit section role type.
|
int |
getSectionID()
Returns the section ID.
|
int |
getSectionType()
Returns the circuit section type.
|
ICircuitLocation |
getStartLocation()
Returns start location.
|
ICircuitLocation |
getStopLocation()
Returns stop location.
|
ISubcircuit |
getSubcircuit()
Returns subcircuit.
|
void |
setGlobalID(GUID globalID)
setGlobalID
|
void |
setSectionID(int sectionID)
Returns the section ID.
|
void |
setSectionType(int sectionType)
Returns the circuit section type.
|
void |
setStartLocationByRef(ICircuitLocation startLocation)
Returns start location.
|
void |
setStopLocationByRef(ICircuitLocation stopLocation)
Returns stop location.
|
void |
setSubcircuitByRef(ISubcircuit subcircuit)
Returns 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.void setSectionID(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.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.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 setSectionType(int sectionType)
throws java.io.IOException,
AutomationException
sectionType - A com.esri.arcgis.geodatabase.esriCircuitSectionType constant (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.ISubcircuit getSubcircuit() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSubcircuitByRef(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.