com.esri.arcgis.geodatabase
Class INetworkAttribute3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.INetworkAttributeProxy
          extended by com.esri.arcgis.geodatabase.INetworkAttribute2Proxy
              extended by com.esri.arcgis.geodatabase.INetworkAttribute3Proxy
All Implemented Interfaces:
INetworkAttribute, INetworkAttribute2, INetworkAttribute3, Externalizable, Serializable

public class INetworkAttribute3Proxy
extends INetworkAttribute2Proxy
implements INetworkAttribute3, Serializable

Provides access to members that specify the properties of an attribute in a network dataset.

Remarks

The INetworkAttribute3 interface is used to access the properties of the network attribute, such as its name, usage type, and if it is time aware.

To access the NetworkAttribute or EvaluatedNetworkAttribute object for an existing network dataset attribute, use the Attribute, AttributeByID, or AttributeByName methods on the INetworkDataset interface.

The INetworkAttribute3 interface is also used to define a new network attribute. To create a new network attribute, cocreate an EvaluatedNetworkAttribute object, specify its properties, and pass the object to the INetworkBuild::AddAttribute method on the network dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  INetworkAttribute3Proxy()
           
  INetworkAttribute3Proxy(Object obj)
           
protected INetworkAttribute3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isTimeAware(int elementType)
          Indicates if the network attribute is time aware.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.geodatabase.INetworkAttribute2Proxy
getParameters, isUseByDefault, refresh, setParametersByRef, setUseByDefault
 
Methods inherited from class com.esri.arcgis.geodatabase.INetworkAttributeProxy
getDataType, getID, getName, getUnits, getUsageType, setDataType, setName, setUnits, setUsageType
 
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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute2
getParameters, isUseByDefault, refresh, setParametersByRef, setUseByDefault
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
getDataType, getID, getName, getUnits, getUsageType, setDataType, setName, setUnits, setUsageType
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

INetworkAttribute3Proxy

public INetworkAttribute3Proxy()

INetworkAttribute3Proxy

public INetworkAttribute3Proxy(Object obj)
                        throws IOException
Throws:
IOException

INetworkAttribute3Proxy

protected INetworkAttribute3Proxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class INetworkAttribute2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class INetworkAttribute2Proxy
Throws:
IOException

isTimeAware

public boolean isTimeAware(int elementType)
                    throws IOException,
                           AutomationException
Indicates if the network attribute is time aware.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isTimeAware in interface INetworkAttribute3
Parameters:
elementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
Returns:
The isTimeAware
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.