com.esri.arcgis.geodatabase
Interface IDEGeometricNetwork2

All Superinterfaces:
IDEGeometricNetwork, java.io.Serializable
All Known Implementing Classes:
DEGeometricNetwork, IDEGeometricNetwork2Proxy

public interface IDEGeometricNetwork2
extends IDEGeometricNetwork, java.io.Serializable

COM Interface 'IDEGeometricNetwork2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe geometric network 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4169ef6e_9e94_45c2_af70_509a62a0d1ec
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEGeometricNetwork
IIDacdbe3c0_e303_43e1_8038_8b391692f267
 
Method Summary
 double getXYSnapTolerance()
          XY snap tolerance.
 double getZSnapTolerance()
          Z snap tolerance.
 boolean isReduceNetworkConflicts()
          Indicates if network conflicts should be reduced during reconcile.
 boolean isUseZsForConnectivity()
          Indicates if Z coordinates are used for connectivity.
 void setReduceNetworkConflicts(boolean reduceNetworkConflicts)
          Indicates if network conflicts should be reduced during reconcile.
 void setUseZsForConnectivity(boolean useZsForConnectivity)
          Indicates if Z coordinates are used for connectivity.
 void setXYSnapTolerance(double xYSnapTolerance)
          XY snap tolerance.
 void setZSnapTolerance(double zSnapTolerance)
          Z snap tolerance.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEGeometricNetwork
getFeatureClassNames, getNetworkType, getNetworkWeights, getOrphanJunctionFeatureClassName, getRules, getWeightAssociations, setFeatureClassNamesByRef, setNetworkType, setNetworkWeightsByRef, setOrphanJunctionFeatureClassName, setRulesByRef, setWeightAssociationsByRef
 

Field Detail

IID4169ef6e_9e94_45c2_af70_509a62a0d1ec

static final int IID4169ef6e_9e94_45c2_af70_509a62a0d1ec
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

setUseZsForConnectivity

void setUseZsForConnectivity(boolean useZsForConnectivity)
                             throws java.io.IOException,
                                    AutomationException
Indicates if Z coordinates are used for connectivity.

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

isUseZsForConnectivity

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

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

setXYSnapTolerance

void setXYSnapTolerance(double xYSnapTolerance)
                        throws java.io.IOException,
                               AutomationException
XY snap tolerance.

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

getXYSnapTolerance

double getXYSnapTolerance()
                          throws java.io.IOException,
                                 AutomationException
XY snap tolerance.

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

setZSnapTolerance

void setZSnapTolerance(double zSnapTolerance)
                       throws java.io.IOException,
                              AutomationException
Z snap tolerance.

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

getZSnapTolerance

double getZSnapTolerance()
                         throws java.io.IOException,
                                AutomationException
Z snap tolerance.

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

setReduceNetworkConflicts

void setReduceNetworkConflicts(boolean reduceNetworkConflicts)
                               throws java.io.IOException,
                                      AutomationException
Indicates if network conflicts should be reduced during reconcile.

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

isReduceNetworkConflicts

boolean isReduceNetworkConflicts()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if network conflicts should be reduced during reconcile.

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