|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.INetAttributesProxy
public class INetAttributesProxy
Provides access to members that get the disabled state and weight values of individual elements in the network.
INetAttributes refers to the attributes of individual network elements not of the entire network. Use the INetAttributes interface when you want to know whether a particular element in your network is disabled. Disabled elements are different from barriers on a network. By disabling an element you are not only stopping a trace, but also are affecting the flow through that particular element.
You can also get the weight value on a given element. You do have the ability to edit this value using the INetAttributesEdit interface. However, you should only do this in the case where you have a logical network with no associated geometric network. For a geometric network you should change a weight value by editing the value in the attribute table for the particular feature. Use IRowBuffer::Value and IRow::Store to modify the value of a feature attribute.
The logical network maintains its own weight values for the purpose of faster access. Directly manipulating the logical network's weight values will cause the weight values from the feature to be out of sync with the weight values maintained by the logical network.
INetAttributesEdit,
INetAttributes,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INetAttributesProxy()
|
|
INetAttributesProxy(Object obj)
|
protected |
INetAttributesProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
boolean |
getDisabledState(int eID,
int elementType)
Returns the disabled state of the specified network element. |
Object |
getWeightValue(int eID,
int elementType,
int weightInternalID)
Returns the weight value of the specified network element for the specified weight. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public INetAttributesProxy()
public INetAttributesProxy(Object obj)
throws IOException
IOException
protected INetAttributesProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public boolean getDisabledState(int eID,
int elementType)
throws IOException,
AutomationException
getDisabledState in interface INetAttributeseID - The eID (in)elementType - A com.esri.arcgis.geodatabase.esriElementType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getWeightValue(int eID,
int elementType,
int weightInternalID)
throws IOException,
AutomationException
GetWeightValue will return the attribute value for the specified element based on the specified weight.
getWeightValue in interface INetAttributeseID - The eID (in)elementType - A com.esri.arcgis.geodatabase.esriElementType constant (in)weightInternalID - The weightInternalID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||