|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.networkanalysis.JunctionFlag
public class JunctionFlag
COM Class 'JunctionFlag'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'
Description 'A container for defining a network flag on a junction element for a trace flow solver.' 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.IJunctionFlag |
|---|
IID, IID19f99c8e_a089_11d0_9cc9_00805f74d243, xxDummy |
| Fields inherited from interface com.esri.arcgis.networkanalysis.INetFlag |
|---|
IID, IID19f99c8d_a089_11d0_9cc9_00805f74d243, xxDummy |
| Constructor Summary | |
|---|---|
JunctionFlag()
Constructs a JunctionFlag using ArcGIS Engine. |
|
JunctionFlag(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. JunctionFlag theJunctionFlag = (JunctionFlag) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getClientClassID()
User-specified client class ID of this flag. |
int |
getClientID()
User-specified client ID of this flag. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getLabel()
Label of this flag. |
int |
getUserClassID()
User class ID of the network element on which this flag is placed. |
int |
getUserID()
User ID of the network element on which this flag is placed. |
int |
getUserSubID()
User sub ID of the network element on which this flag is placed. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a JunctionFlag. |
void |
setClientClassID(int clientClassID)
User-specified client class ID of this flag. |
void |
setClientID(int clientID)
User-specified client ID of this flag. |
void |
setLabel(java.lang.String label)
Label of this flag. |
void |
setUserClassID(int userClassID)
User class ID of the network element on which this flag is placed. |
void |
setUserID(int userID)
User ID of the network element on which this flag is placed. |
void |
setUserSubID(int userID)
User sub ID of the network element on which this flag is placed. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JunctionFlag()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public JunctionFlag(java.lang.Object obj)
throws java.io.IOException
JunctionFlag theJunctionFlag = (JunctionFlag) obj;
obj to JunctionFlag.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getLabel()
throws java.io.IOException,
AutomationException
getLabel in interface INetFlagjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(java.lang.String label)
throws java.io.IOException,
AutomationException
setLabel in interface INetFlaglabel - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUserClassID()
throws java.io.IOException,
AutomationException
getUserClassID in interface INetFlagjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserClassID(int userClassID)
throws java.io.IOException,
AutomationException
setUserClassID in interface INetFlaguserClassID - The userClassID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUserID()
throws java.io.IOException,
AutomationException
getUserID in interface INetFlagjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserID(int userID)
throws java.io.IOException,
AutomationException
setUserID in interface INetFlaguserID - The userID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUserSubID()
throws java.io.IOException,
AutomationException
getUserSubID in interface INetFlagjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserSubID(int userID)
throws java.io.IOException,
AutomationException
setUserSubID in interface INetFlaguserID - The userID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClientClassID(int clientClassID)
throws java.io.IOException,
AutomationException
setClientClassID in interface INetFlagclientClassID - The clientClassID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getClientClassID()
throws java.io.IOException,
AutomationException
getClientClassID in interface INetFlagjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClientID(int clientID)
throws java.io.IOException,
AutomationException
setClientID in interface INetFlagclientID - The clientID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getClientID()
throws java.io.IOException,
AutomationException
getClientID in interface INetFlagjava.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 | ||||||||