|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalysis.NetElementBarriers
public class NetElementBarriers
COM Class 'NetElementBarriers'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'
Description 'A container for defining to the NetSolver which network elements have barriers.' 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 |
---|
Fields inherited from interface com.esri.arcgis.networkanalysis.INetElementBarriersGEN |
---|
IID, IIDd940e0c1_5918_4601_bafd_0ff949657b22, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
NetElementBarriers()
Constructs a NetElementBarriers using ArcGIS Engine. |
|
NetElementBarriers(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. NetElementBarriers theNetElementBarriers = (NetElementBarriers) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getElementType()
Type of network element on which the barriers are placed. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
INetwork |
getNetwork()
Network on which the barrier set is placed. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a NetElementBarriers. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetElementBarriers() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic NetElementBarriers(java.lang.Object obj) throws java.io.IOException
NetElementBarriers theNetElementBarriers = (NetElementBarriers) obj;
obj
to NetElementBarriers
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setNetworkByRef(INetwork network) throws java.io.IOException, AutomationException
setNetworkByRef
in interface INetElementBarriersGEN
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.public INetwork getNetwork() throws java.io.IOException, AutomationException
getNetwork
in interface INetElementBarriersGEN
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElementType(int elementType) throws java.io.IOException, AutomationException
setElementType
in interface INetElementBarriersGEN
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.public int getElementType() throws java.io.IOException, AutomationException
getElementType
in interface INetElementBarriersGEN
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBarriers(int userClassID, int[] userIDs) throws java.io.IOException, AutomationException
setBarriers
in interface INetElementBarriersGEN
userClassID
- The userClassID (in)userIDs
- The userIDs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBarriersByEID(int[] eIDs) throws java.io.IOException, AutomationException
setBarriersByEID
in interface INetElementBarriersGEN
eIDs
- The eIDs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |