com.esri.arcgis.networkanalysis
Class INetworkLoader2Proxy

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

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

Description: 'Provides access to members that specify parameters for creating 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 INetworkLoader2Proxy
extends INetworkLoaderProxy
implements INetworkLoader2, 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.INetworkLoader2
IID, IIDdf31f749_148d_11d4_a0ea_00c04f6bdf0e
 
Fields inherited from interface com.esri.arcgis.networkanalysis.INetworkLoader
IID3b310ed4_772a_11d1_b25b_0000f878229e
 
Constructor Summary
  INetworkLoader2Proxy()
          Deprecated. For internal use only
  INetworkLoader2Proxy(java.lang.Object obj)
          Deprecated.  
protected INetworkLoader2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INetworkLoader2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INetworkLoader2Proxy(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.  
 int canUseFeatureClass(java.lang.String featureClassName)
          Deprecated. Determines if the given feature class can participate in a network.
 int checkAncillaryRoleField(java.lang.String featureClassName, java.lang.String fieldName)
          Deprecated. Determines whether the given AncillaryRole field is valid.
 int checkEnabledDisabledField(java.lang.String featureClassName, java.lang.String fieldName)
          Deprecated. Determines whether the given Enabled field is valid.
 java.lang.String getErrorTableName()
          Deprecated. Name of the table containing errors encountered while building the new geometric network.
 double getMinSnapTolerance()
          Deprecated. Minimum nonzero snap tolerance for creating a new geometric network.
 int getNumInvalidFeatures(java.lang.String featureClassName)
          Deprecated. Number of features with invalid geometry in the given feature class.
 int getTotalNumInvalidFeatures()
          Deprecated. Total number of features with invalid geometry.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setConfigurationKeyword(java.lang.String rhs1)
          Deprecated. Configuration keyword for the new geometric network.
 void setPreserveEnabledValues(boolean rhs1)
          Deprecated. Indicates if the Network Loader should preserve the values in the existing Enabled fields.
 
Methods inherited from class com.esri.arcgis.networkanalysis.INetworkLoaderProxy
addFeatureClass, addWeight, addWeightAssociation, loadNetwork, putAncillaryRole, putEnabledDisabledFieldName, setFeatureDatasetNameByRef, setNetworkName, setNetworkType, setSnapTolerance
 
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.networkanalysis.INetworkLoader
addFeatureClass, addWeight, addWeightAssociation, loadNetwork, putAncillaryRole, putEnabledDisabledFieldName, setFeatureDatasetNameByRef, setNetworkName, setNetworkType, setSnapTolerance
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INetworkLoader2Proxy

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

INetworkLoader2Proxy

public INetworkLoader2Proxy()
Deprecated. 
For internal use only


INetworkLoader2Proxy

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

INetworkLoader2Proxy

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

INetworkLoader2Proxy

protected INetworkLoader2Proxy(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 INetworkLoaderProxy
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 INetworkLoaderProxy
Throws:
java.io.IOException

setConfigurationKeyword

public void setConfigurationKeyword(java.lang.String rhs1)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Configuration keyword for the new geometric network.

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

getMinSnapTolerance

public double getMinSnapTolerance()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Minimum nonzero snap tolerance for creating a new geometric network.

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

canUseFeatureClass

public int canUseFeatureClass(java.lang.String featureClassName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Determines if the given feature class can participate in a network.

Specified by:
canUseFeatureClass in interface INetworkLoader2
Parameters:
featureClassName - The featureClassName (in)
Returns:
A com.esri.arcgis.networkanalysis.esriNetworkLoaderFeatureClassCheck constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkEnabledDisabledField

public int checkEnabledDisabledField(java.lang.String featureClassName,
                                     java.lang.String fieldName)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Determines whether the given Enabled field is valid.

Specified by:
checkEnabledDisabledField in interface INetworkLoader2
Parameters:
featureClassName - The featureClassName (in)
fieldName - The fieldName (in)
Returns:
A com.esri.arcgis.networkanalysis.esriNetworkLoaderFieldCheck constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkAncillaryRoleField

public int checkAncillaryRoleField(java.lang.String featureClassName,
                                   java.lang.String fieldName)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Determines whether the given AncillaryRole field is valid.

Specified by:
checkAncillaryRoleField in interface INetworkLoader2
Parameters:
featureClassName - The featureClassName (in)
fieldName - The fieldName (in)
Returns:
A com.esri.arcgis.networkanalysis.esriNetworkLoaderFieldCheck constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPreserveEnabledValues

public void setPreserveEnabledValues(boolean rhs1)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the Network Loader should preserve the values in the existing Enabled fields.

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

getErrorTableName

public java.lang.String getErrorTableName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Name of the table containing errors encountered while building the new geometric network.

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

getTotalNumInvalidFeatures

public int getTotalNumInvalidFeatures()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Total number of features with invalid geometry.

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

getNumInvalidFeatures

public int getNumInvalidFeatures(java.lang.String featureClassName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Number of features with invalid geometry in the given feature class.

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