|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEGeometricNetwork2
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 |
---|
static final int IID4169ef6e_9e94_45c2_af70_509a62a0d1ec
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setUseZsForConnectivity(boolean useZsForConnectivity) throws java.io.IOException, AutomationException
useZsForConnectivity
- The useZsForConnectivity (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseZsForConnectivity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXYSnapTolerance(double xYSnapTolerance) throws java.io.IOException, AutomationException
xYSnapTolerance
- The xYSnapTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXYSnapTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZSnapTolerance(double zSnapTolerance) throws java.io.IOException, AutomationException
zSnapTolerance
- The zSnapTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZSnapTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceNetworkConflicts(boolean reduceNetworkConflicts) throws java.io.IOException, AutomationException
reduceNetworkConflicts
- The reduceNetworkConflicts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReduceNetworkConflicts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |