com.esri.arcgis.networkanalysis
Class INetworkLoaderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalysis.INetworkLoaderProxy
All Implemented Interfaces:
INetworkLoader, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INetworkLoader2Proxy

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

Description: 'Provides access to members used to create a new geometric network.' 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 INetworkLoaderProxy
extends com.esri.arcgis.interop.Dispatch
implements INetworkLoader, 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.networkanalysis.INetworkLoader
IID, IID3b310ed4_772a_11d1_b25b_0000f878229e
 
Constructor Summary
  INetworkLoaderProxy()
          Deprecated. For internal use only
  INetworkLoaderProxy(java.lang.Object obj)
          Deprecated.  
protected INetworkLoaderProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INetworkLoaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INetworkLoaderProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addFeatureClass(java.lang.String featureClassName, int newFeatureType, IUID newClsID, boolean canChangeGeometry)
          Deprecated. Adds a feature class to the new geometric network.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addWeight(java.lang.String networkWeightName, int weightType, int bitGateSize)
          Deprecated. Adds a weight to the new geometric network.
 void addWeightAssociation(java.lang.String networkWeightName, java.lang.String featureClassName, java.lang.String fieldName)
          Deprecated. Adds an association between a network weight and a feature class attribute.
 void loadNetwork()
          Deprecated. Creates the new geometric network inside the feature dataset.
 void putAncillaryRole(java.lang.String featureClassName, int ancillaryRole, java.lang.String ancillaryRoleFieldName)
          Deprecated. Specifies the ancillary role attribute field for the specified feature class.
 void putEnabledDisabledFieldName(java.lang.String featureClassName, java.lang.String enabledDisabledFieldName)
          Deprecated. Specifies the enabled/disabled field for the specified feature class.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureDatasetNameByRef(IDatasetName rhs1)
          Deprecated. Feature dataset name to where the new geometric network is to be created.
 void setNetworkName(java.lang.String rhs1)
          Deprecated. Name of the new geometric network.
 void setNetworkType(int rhs1)
          Deprecated. Network type of the new geometric network.
 void setSnapTolerance(double rhs1)
          Deprecated. Snap tolerance to be used in creating the new geometric network.
 
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

INetworkLoaderProxy

public INetworkLoaderProxy(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

INetworkLoaderProxy

public INetworkLoaderProxy()
Deprecated. 
For internal use only


INetworkLoaderProxy

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

INetworkLoaderProxy

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

INetworkLoaderProxy

protected INetworkLoaderProxy(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

setNetworkType

public void setNetworkType(int rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Network type of the new geometric network.

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

setSnapTolerance

public void setSnapTolerance(double rhs1)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Snap tolerance to be used in creating the new geometric network.

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

setNetworkName

public void setNetworkName(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Name of the new geometric network.

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

setFeatureDatasetNameByRef

public void setFeatureDatasetNameByRef(IDatasetName rhs1)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Feature dataset name to where the new geometric network is to be created.

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

addFeatureClass

public void addFeatureClass(java.lang.String featureClassName,
                            int newFeatureType,
                            IUID newClsID,
                            boolean canChangeGeometry)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Adds a feature class to the new geometric network.

Specified by:
addFeatureClass in interface INetworkLoader
Parameters:
featureClassName - The featureClassName (in)
newFeatureType - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
newClsID - A reference to a com.esri.arcgis.system.IUID (in)
canChangeGeometry - The canChangeGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addWeight

public void addWeight(java.lang.String networkWeightName,
                      int weightType,
                      int bitGateSize)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Adds a weight to the new geometric network.

Specified by:
addWeight in interface INetworkLoader
Parameters:
networkWeightName - The networkWeightName (in)
weightType - A com.esri.arcgis.geodatabase.esriWeightType constant (in)
bitGateSize - The bitGateSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addWeightAssociation

public void addWeightAssociation(java.lang.String networkWeightName,
                                 java.lang.String featureClassName,
                                 java.lang.String fieldName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Adds an association between a network weight and a feature class attribute.

Specified by:
addWeightAssociation in interface INetworkLoader
Parameters:
networkWeightName - The networkWeightName (in)
featureClassName - The featureClassName (in)
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putAncillaryRole

public void putAncillaryRole(java.lang.String featureClassName,
                             int ancillaryRole,
                             java.lang.String ancillaryRoleFieldName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Specifies the ancillary role attribute field for the specified feature class.

Specified by:
putAncillaryRole in interface INetworkLoader
Parameters:
featureClassName - The featureClassName (in)
ancillaryRole - A com.esri.arcgis.geodatabase.esriNetworkClassAncillaryRole constant (in)
ancillaryRoleFieldName - The ancillaryRoleFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putEnabledDisabledFieldName

public void putEnabledDisabledFieldName(java.lang.String featureClassName,
                                        java.lang.String enabledDisabledFieldName)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Specifies the enabled/disabled field for the specified feature class.

Specified by:
putEnabledDisabledFieldName in interface INetworkLoader
Parameters:
featureClassName - The featureClassName (in)
enabledDisabledFieldName - The enabledDisabledFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadNetwork

public void loadNetwork()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Creates the new geometric network inside the feature dataset.

Specified by:
loadNetwork in interface INetworkLoader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.