public class INetworkForwardStarSetupProxy extends com.esri.arcgis.interop.Dispatch implements INetworkForwardStarSetup, java.io.Serializable
Description: 'Provides access to members that specify the configuration for this NetworkForwardStar 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDd68a2a0c_f2b9_47af_8ae6_811513349546| Modifier | Constructor and Description |
|---|---|
|
INetworkForwardStarSetupProxy()
For internal use only
|
|
INetworkForwardStarSetupProxy(java.lang.Object obj) |
protected |
INetworkForwardStarSetupProxy(java.lang.Object obj,
java.lang.String iid) |
|
INetworkForwardStarSetupProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
INetworkForwardStarSetupProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCachedAttribute(INetworkAttribute attribute)
AddCachedAttribute has been deprecated and should not be called.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addRestriction(INetworkAttribute attribute)
Adds a restriction network attribute to the NetworkForwardStar object to filter elements returned.
|
int |
getBacktrack()
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object.
|
INetworkAttribute |
getHierarchyAttribute()
Network attribute containing the hierarchy values for each network element.
|
int |
getMaxHierarchyValue()
Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object.
|
INetworkDataset |
getNetworkDataset()
Network dataset on which the NetworkForwardStar object is querying.
|
IEnumNetworkElement |
getNonTraversableElements(int elementType,
int direction)
The collection of network elements of the given type that are set to not traversable.
|
INetworkAttribute |
getRestriction(int index)
Restriction network attribute by index applied to the NetworkForwardStar object.
|
int |
getRestrictionCount()
Number of restriction network attributes applied to the NetworkForwardStar object.
|
boolean |
isForwardTraversal()
Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset.
|
boolean |
isTraversable(INetworkElement element)
Indicates if the given network element is travserable by the NetworkForwardStar object.
|
void |
removeAllCachedAttributes()
RemoveAllCachedAttributes has been deprecated and should not be called.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
removeRestriction(int index)
Removes the given restriction network attribute by index from the NetworkForwardStar object.
|
void |
setAllTraversable(int elementType,
boolean traversable)
Sets all network elements of the given element type to be traversable or non-traversable.
|
void |
setBacktrack(int backtrack)
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object.
|
void |
setHierarchyAttributeByRef(INetworkAttribute attribute)
Network attribute containing the hierarchy values for each network element.
|
void |
setIsForwardTraversal(boolean isForwardTraversal)
Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset.
|
void |
setMaxHierarchyValue(int maxValue)
Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object.
|
void |
setTraversable(INetworkElement element,
boolean traversable)
Indicates if the given network element is travserable by the NetworkForwardStar object.
|
void |
setTraversable2(IEnumNetworkElement elements,
boolean traversable)
Sets the given network elements to be traversable or non-traversable.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public INetworkForwardStarSetupProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic INetworkForwardStarSetupProxy()
public INetworkForwardStarSetupProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected INetworkForwardStarSetupProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected INetworkForwardStarSetupProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getBacktrack()
throws java.io.IOException,
AutomationException
getBacktrack in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBacktrack(int backtrack)
throws java.io.IOException,
AutomationException
setBacktrack in interface INetworkForwardStarSetupbacktrack - A com.esri.arcgis.geodatabase.esriNetworkForwardStarBacktrack constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isForwardTraversal()
throws java.io.IOException,
AutomationException
isForwardTraversal in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsForwardTraversal(boolean isForwardTraversal)
throws java.io.IOException,
AutomationException
setIsForwardTraversal in interface INetworkForwardStarSetupisForwardTraversal - The isForwardTraversal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDataset getNetworkDataset() throws java.io.IOException, AutomationException
getNetworkDataset in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addCachedAttribute(INetworkAttribute attribute) throws java.io.IOException, AutomationException
addCachedAttribute in interface INetworkForwardStarSetupattribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeAllCachedAttributes()
throws java.io.IOException,
AutomationException
removeAllCachedAttributes in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addRestriction(INetworkAttribute attribute) throws java.io.IOException, AutomationException
addRestriction in interface INetworkForwardStarSetupattribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkAttribute getRestriction(int index) throws java.io.IOException, AutomationException
getRestriction in interface INetworkForwardStarSetupindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getRestrictionCount()
throws java.io.IOException,
AutomationException
getRestrictionCount in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeRestriction(int index)
throws java.io.IOException,
AutomationException
removeRestriction in interface INetworkForwardStarSetupindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHierarchyAttributeByRef(INetworkAttribute attribute) throws java.io.IOException, AutomationException
setHierarchyAttributeByRef in interface INetworkForwardStarSetupattribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkAttribute getHierarchyAttribute() throws java.io.IOException, AutomationException
getHierarchyAttribute in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxHierarchyValue(int maxValue)
throws java.io.IOException,
AutomationException
setMaxHierarchyValue in interface INetworkForwardStarSetupmaxValue - The maxValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxHierarchyValue()
throws java.io.IOException,
AutomationException
getMaxHierarchyValue in interface INetworkForwardStarSetupjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isTraversable(INetworkElement element) throws java.io.IOException, AutomationException
isTraversable in interface INetworkForwardStarSetupelement - A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTraversable(INetworkElement element, boolean traversable) throws java.io.IOException, AutomationException
setTraversable in interface INetworkForwardStarSetupelement - A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)traversable - The traversable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTraversable2(IEnumNetworkElement elements, boolean traversable) throws java.io.IOException, AutomationException
setTraversable2 in interface INetworkForwardStarSetupelements - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkElement (in)traversable - The traversable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAllTraversable(int elementType,
boolean traversable)
throws java.io.IOException,
AutomationException
setAllTraversable in interface INetworkForwardStarSetupelementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)traversable - The traversable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumNetworkElement getNonTraversableElements(int elementType, int direction) throws java.io.IOException, AutomationException
getNonTraversableElements in interface INetworkForwardStarSetupelementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.