|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEGeometricNetwork2
Provides access to members that describe geometric network data elements.
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 |
Method Detail |
---|
void setUseZsForConnectivity(boolean useZsForConnectivity) throws IOException, AutomationException
useZsForConnectivity
- The useZsForConnectivity (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseZsForConnectivity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXYSnapTolerance(double xYSnapTolerance) throws IOException, AutomationException
xYSnapTolerance
- The xYSnapTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXYSnapTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZSnapTolerance(double zSnapTolerance) throws IOException, AutomationException
zSnapTolerance
- The zSnapTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZSnapTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceNetworkConflicts(boolean reduceNetworkConflicts) throws IOException, AutomationException
reduceNetworkConflicts
- The reduceNetworkConflicts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReduceNetworkConflicts() throws IOException, AutomationException
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 |