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 |
---|---|
java.lang.String |
getCircuitName()
Returns the circuit name.
|
int |
getRecordType()
Returns the circuit section record type.
|
int |
getRole()
Returns the circuit section role type.
|
int |
getSectionID()
Returns the section ID.
|
void |
getStartStopLocation(ICircuitLocation startLocation,
ICircuitLocation stopLocation)
Returns start and stop locations.
|
void |
getSubcircuit(int[] sourceID,
java.lang.String[] subcircuitName,
GUID circuitID)
Returns subcircuit.
|
void |
setStartStopLocation(ICircuitLocation startLocation,
ICircuitLocation stopLocation)
Sets start and stop locations.
|
void |
setSubcircuit(int sourceID,
java.lang.String subcircuitName,
GUID circuitID)
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.java.lang.String getCircuitName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRecordType() throws java.io.IOException, AutomationException
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.void getSubcircuit(int[] sourceID, java.lang.String[] subcircuitName, GUID circuitID) throws java.io.IOException, AutomationException
sourceID
- The sourceID (in)subcircuitName
- The subcircuitName (in)circuitID
- 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.void setSubcircuit(int sourceID, java.lang.String subcircuitName, GUID circuitID) throws java.io.IOException, AutomationException
sourceID
- The sourceID (in)subcircuitName
- The subcircuitName (in)circuitID
- 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.