com.esri.arcgis.networkanalysis
Class INetworkLoader3Proxy

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

public class INetworkLoader3Proxy
extends INetworkLoader2Proxy
implements INetworkLoader3, java.io.Serializable

Internal use class Proxy for COM Interface 'INetworkLoader3'. 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.INetworkLoader3
IID, IID3e11f7be_9c8e_4ce3_b282_91740166259f
 
Fields inherited from interface com.esri.arcgis.networkanalysis.INetworkLoader2
IIDdf31f749_148d_11d4_a0ea_00c04f6bdf0e
 
Fields inherited from interface com.esri.arcgis.networkanalysis.INetworkLoader
IID3b310ed4_772a_11d1_b25b_0000f878229e
 
Constructor Summary
  INetworkLoader3Proxy()
          For internal use only
  INetworkLoader3Proxy(java.lang.Object obj)
           
protected INetworkLoader3Proxy(java.lang.Object obj, java.lang.String iid)
           
  INetworkLoader3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected INetworkLoader3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 double getDefaultSnapTolerance()
          Default nonzero XY cluster tolerance.
 double getDefaultZSnapTolerance()
          Default nonzero Z cluster tolerance.
 double getMaxSnapTolerance()
          Maximum nonzero XY cluster tolerance.
 double getMaxZSnapTolerance()
          Maximum nonzero Z cluster tolerance.
 double getMinZSnapTolerance()
          Minimum nonzero Z cluster tolerance.
 boolean isCanUseZs()
          Indicates if Z coordinates are used for snapping and connectivity.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setUseXYsForSnapping(boolean rhs1)
          Indicates if the feature classes are snapped on XY plane.
 void setUseZs(boolean rhs1)
          Indicates if Z coordinates are used for snapping and connectivity.
 void setZSnapTolerance(double rhs1)
          Snap tolerance for Z coordinates.
 
Methods inherited from class com.esri.arcgis.networkanalysis.INetworkLoader2Proxy
canUseFeatureClass, checkAncillaryRoleField, checkEnabledDisabledField, getErrorTableName, getMinSnapTolerance, getNumInvalidFeatures, getTotalNumInvalidFeatures, setConfigurationKeyword, setPreserveEnabledValues
 
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.INetworkLoader2
canUseFeatureClass, checkAncillaryRoleField, checkEnabledDisabledField, getErrorTableName, getMinSnapTolerance, getNumInvalidFeatures, getTotalNumInvalidFeatures, setConfigurationKeyword, setPreserveEnabledValues
 
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

noncastable

public boolean noncastable
Constructor Detail

INetworkLoader3Proxy

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

INetworkLoader3Proxy

public INetworkLoader3Proxy()
For internal use only


INetworkLoader3Proxy

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

INetworkLoader3Proxy

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

INetworkLoader3Proxy

protected INetworkLoader3Proxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
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
Overrides:
addListener in class INetworkLoader2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class INetworkLoader2Proxy
Throws:
java.io.IOException

setUseXYsForSnapping

public void setUseXYsForSnapping(boolean rhs1)
                          throws java.io.IOException,
                                 AutomationException
Indicates if the feature classes are snapped on XY plane.

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

isCanUseZs

public boolean isCanUseZs()
                   throws java.io.IOException,
                          AutomationException
Indicates if Z coordinates are used for snapping and connectivity.

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

setUseZs

public void setUseZs(boolean rhs1)
              throws java.io.IOException,
                     AutomationException
Indicates if Z coordinates are used for snapping and connectivity.

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

setZSnapTolerance

public void setZSnapTolerance(double rhs1)
                       throws java.io.IOException,
                              AutomationException
Snap tolerance for Z coordinates.

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

getMaxSnapTolerance

public double getMaxSnapTolerance()
                           throws java.io.IOException,
                                  AutomationException
Maximum nonzero XY cluster tolerance.

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

getDefaultSnapTolerance

public double getDefaultSnapTolerance()
                               throws java.io.IOException,
                                      AutomationException
Default nonzero XY cluster tolerance.

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

getMinZSnapTolerance

public double getMinZSnapTolerance()
                            throws java.io.IOException,
                                   AutomationException
Minimum nonzero Z cluster tolerance.

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

getMaxZSnapTolerance

public double getMaxZSnapTolerance()
                            throws java.io.IOException,
                                   AutomationException
Maximum nonzero Z cluster tolerance.

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

getDefaultZSnapTolerance

public double getDefaultZSnapTolerance()
                                throws java.io.IOException,
                                       AutomationException
Default nonzero Z cluster tolerance.

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