com.esri.arcgis.geodatabase
Class IDENetworkDatasetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDENetworkDatasetProxy
All Implemented Interfaces:
IDENetworkDataset, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDENetworkDataset2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IDENetworkDataset'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe network dataset data elements.' 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 =

public class IDENetworkDatasetProxy
extends com.esri.arcgis.interop.Dispatch
implements IDENetworkDataset, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDENetworkDataset
IID, IID71e4aa21_1957_4224_b505_984c189aa520
 
Constructor Summary
  IDENetworkDatasetProxy()
          Deprecated. For internal use only
  IDENetworkDatasetProxy(java.lang.Object obj)
          Deprecated.  
protected IDENetworkDatasetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDENetworkDatasetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDENetworkDatasetProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IArray getAttributes()
          Deprecated. Array of network attributes in this network dataset.
 java.lang.String getConfigurationKeyword()
          Deprecated. The database configuration keyword for the network dataset.
 INetworkDirections getDirections()
          Deprecated. The driving directions settings for the network dataset.
 INetworkAttribute getHierarchyClusterAttribute()
          Deprecated. The network attribute that is used to optimize network building for hierarchical traversal.
 int getHierarchyLevelCount()
          Deprecated. The number of hierarchy levels in the network dataset.
 int getMaxValueForHierarchy(int level)
          Deprecated. The maximum value for the specified hierarchy level in the network dataset.
 int getNetworkType()
          Deprecated. The type of the network dataset.
 IPropertySet getProperties()
          Deprecated. Property set of this network dataset.
 IArray getSources()
          Deprecated. Array of network sources in this network dataset.
 IPropertySet getUserData()
          Deprecated. User specified property set of this network dataset.
 boolean isBuildable()
          Deprecated. Indicates if this network dataset is buildable.
 boolean isSupportsTurns()
          Deprecated. Indicates if this network dataset supports network turn elements.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAttributesByRef(IArray attributes)
          Deprecated. Array of network attributes in this network dataset.
 void setBuildable(boolean supportsTurns)
          Deprecated. Indicates if this network dataset is buildable.
 void setConfigurationKeyword(java.lang.String configKeyword)
          Deprecated. The database configuration keyword for the network dataset.
 void setDirectionsByRef(INetworkDirections directions)
          Deprecated. The driving directions settings for the network dataset.
 void setHierarchyClusterAttribute(INetworkAttribute attribute)
          Deprecated. The network attribute that is used to optimize network building for hierarchical traversal.
 void setHierarchyLevelCount(int count)
          Deprecated. The number of hierarchy levels in the network dataset.
 void setMaxValueForHierarchy(int level, int value)
          Deprecated. The maximum value for the specified hierarchy level in the network dataset.
 void setNetworkType(int type)
          Deprecated. The type of the network dataset.
 void setProperties(IPropertySet datasetProperties)
          Deprecated. Property set of this network dataset.
 void setSourcesByRef(IArray sources)
          Deprecated. Array of network sources in this network dataset.
 void setSupportsTurns(boolean supportsTurns)
          Deprecated. Indicates if this network dataset supports network turn elements.
 void setUserData(IPropertySet userProperties)
          Deprecated. User specified property set of this network dataset.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDENetworkDatasetProxy

public IDENetworkDatasetProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDENetworkDatasetProxy

public IDENetworkDatasetProxy()
Deprecated. 
For internal use only


IDENetworkDatasetProxy

public IDENetworkDatasetProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDENetworkDatasetProxy

protected IDENetworkDatasetProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDENetworkDatasetProxy

protected IDENetworkDatasetProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getNetworkType

public int getNetworkType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The type of the network dataset.

Specified by:
getNetworkType in interface IDENetworkDataset
Returns:
A com.esri.arcgis.geodatabase.esriNetworkDatasetType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNetworkType

public void setNetworkType(int type)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The type of the network dataset.

Specified by:
setNetworkType in interface IDENetworkDataset
Parameters:
type - A com.esri.arcgis.geodatabase.esriNetworkDatasetType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributes

public IArray getAttributes()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Array of network attributes in this network dataset.

Specified by:
getAttributes in interface IDENetworkDataset
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttributesByRef

public void setAttributesByRef(IArray attributes)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Array of network attributes in this network dataset.

Specified by:
setAttributesByRef in interface IDENetworkDataset
Parameters:
attributes - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurationKeyword

public java.lang.String getConfigurationKeyword()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The database configuration keyword for the network dataset.

Specified by:
getConfigurationKeyword in interface IDENetworkDataset
Returns:
The configKeyword
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConfigurationKeyword

public void setConfigurationKeyword(java.lang.String configKeyword)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The database configuration keyword for the network dataset.

Specified by:
setConfigurationKeyword in interface IDENetworkDataset
Parameters:
configKeyword - The configKeyword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSources

public IArray getSources()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Array of network sources in this network dataset.

Specified by:
getSources in interface IDENetworkDataset
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourcesByRef

public void setSourcesByRef(IArray sources)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Array of network sources in this network dataset.

Specified by:
setSourcesByRef in interface IDENetworkDataset
Parameters:
sources - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirections

public INetworkDirections getDirections()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The driving directions settings for the network dataset.

Specified by:
getDirections in interface IDENetworkDataset
Returns:
A reference to a com.esri.arcgis.geodatabase.INetworkDirections
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionsByRef

public void setDirectionsByRef(INetworkDirections directions)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The driving directions settings for the network dataset.

Specified by:
setDirectionsByRef in interface IDENetworkDataset
Parameters:
directions - A reference to a com.esri.arcgis.geodatabase.INetworkDirections (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsTurns

public boolean isSupportsTurns()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if this network dataset supports network turn elements.

Specified by:
isSupportsTurns in interface IDENetworkDataset
Returns:
The supportsTurns
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportsTurns

public void setSupportsTurns(boolean supportsTurns)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if this network dataset supports network turn elements.

Specified by:
setSupportsTurns in interface IDENetworkDataset
Parameters:
supportsTurns - The supportsTurns (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBuildable

public boolean isBuildable()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if this network dataset is buildable.

Specified by:
isBuildable in interface IDENetworkDataset
Returns:
The supportsTurns
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBuildable

public void setBuildable(boolean supportsTurns)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if this network dataset is buildable.

Specified by:
setBuildable in interface IDENetworkDataset
Parameters:
supportsTurns - The supportsTurns (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserData

public IPropertySet getUserData()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
User specified property set of this network dataset.

Specified by:
getUserData in interface IDENetworkDataset
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserData

public void setUserData(IPropertySet userProperties)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
User specified property set of this network dataset.

Specified by:
setUserData in interface IDENetworkDataset
Parameters:
userProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Property set of this network dataset.

Specified by:
getProperties in interface IDENetworkDataset
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperties

public void setProperties(IPropertySet datasetProperties)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Property set of this network dataset.

Specified by:
setProperties in interface IDENetworkDataset
Parameters:
datasetProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHierarchyClusterAttribute

public INetworkAttribute getHierarchyClusterAttribute()
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
The network attribute that is used to optimize network building for hierarchical traversal.

Specified by:
getHierarchyClusterAttribute in interface IDENetworkDataset
Returns:
A reference to a com.esri.arcgis.geodatabase.INetworkAttribute
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHierarchyClusterAttribute

public void setHierarchyClusterAttribute(INetworkAttribute attribute)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The network attribute that is used to optimize network building for hierarchical traversal.

Specified by:
setHierarchyClusterAttribute in interface IDENetworkDataset
Parameters:
attribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHierarchyLevelCount

public void setHierarchyLevelCount(int count)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The number of hierarchy levels in the network dataset.

Specified by:
setHierarchyLevelCount in interface IDENetworkDataset
Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHierarchyLevelCount

public int getHierarchyLevelCount()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The number of hierarchy levels in the network dataset.

Specified by:
getHierarchyLevelCount in interface IDENetworkDataset
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxValueForHierarchy

public void setMaxValueForHierarchy(int level,
                                    int value)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The maximum value for the specified hierarchy level in the network dataset.

Specified by:
setMaxValueForHierarchy in interface IDENetworkDataset
Parameters:
level - The level (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxValueForHierarchy

public int getMaxValueForHierarchy(int level)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum value for the specified hierarchy level in the network dataset.

Specified by:
getMaxValueForHierarchy in interface IDENetworkDataset
Parameters:
level - The level (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.