|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetElementBarriersGEN
COM Interface 'INetElementBarriersGEN'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'
Description: 'Provides access to members that specify a set of barriers by EIDs for the TraceFlowSolver object.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd940e0c1_5918_4601_bafd_0ff949657b22
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getElementType()
Type of network element on which the barriers are placed. |
INetwork |
getNetwork()
Network on which the barrier set is placed. |
void |
setBarriers(int userClassID,
int[] userIDs)
Specifies a set of network features to use as barriers. |
void |
setBarriersByEID(int[] eIDs)
Specifies a set of network element IDs to use as barriers. |
void |
setElementType(int elementType)
Type of network element on which the barriers are placed. |
void |
setNetworkByRef(INetwork network)
Network on which the barrier set is placed. |
Field Detail |
---|
static final int IIDd940e0c1_5918_4601_bafd_0ff949657b22
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setNetworkByRef(INetwork network) throws java.io.IOException, AutomationException
network
- A reference to a com.esri.arcgis.geodatabase.INetwork (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetwork getNetwork() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElementType(int elementType) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBarriers(int userClassID, int[] userIDs) throws java.io.IOException, AutomationException
userClassID
- The userClassID (in)userIDs
- The userIDs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBarriersByEID(int[] eIDs) throws java.io.IOException, AutomationException
eIDs
- The eIDs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |