com.esri.arcgis.networkanalysis
Interface INetworkLoader3

All Superinterfaces:
INetworkLoader, INetworkLoader2, java.io.Serializable
All Known Implementing Classes:
INetworkLoader3Proxy, NetworkLoader

public interface INetworkLoader3
extends INetworkLoader2, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3e11f7be_9c8e_4ce3_b282_91740166259f
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 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 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 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

IID3e11f7be_9c8e_4ce3_b282_91740166259f

static final int IID3e11f7be_9c8e_4ce3_b282_91740166259f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setUseXYsForSnapping

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

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

isCanUseZs

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

Returns:
The canUseZs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseZs

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

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

setZSnapTolerance

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

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

getMaxSnapTolerance

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

Returns:
The maxSnapTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultSnapTolerance

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

Returns:
The defaultSnapTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinZSnapTolerance

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

Returns:
The minZSnapTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxZSnapTolerance

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

Returns:
The maxZSnapTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultZSnapTolerance

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

Returns:
The defaultZSnapTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.