|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometricNetworkReconcileProperties
Provides access to properties that influence reconciliation.
The IGeometricNetworkReconcileProperties interface provides a mechanism for specifying which reconcile strategy will be used when reconciling versions containing edits to the geometric network.
The default value for ReduceNetworkConflicts is false, indicating that reconciling network features will behave in the same manner as the previous release. Connectivity of network features will be established and conflict filtering and propagation will occur.
A ReduceNetworkConflicts value of true indicates that geometric network features will be reconciled as if they were simple features. No conflict filtering or propagation will occur.
Method Summary | |
---|---|
boolean |
isReduceNetworkConflicts()
Indicates if the reconcile plan for the network reduces network conflicts. |
void |
setReduceNetworkConflicts(boolean reduceNetworkConflicts)
Indicates if the reconcile plan for the network reduces network conflicts. |
Method Detail |
---|
boolean isReduceNetworkConflicts() throws IOException, AutomationException
ReduceNetworkConflicts will return a boolean value indicating the reconcile strategy applied to the geometric network. The default value is false, indicating that the standard reconcile strategy will be applied. An exclusive schema lock must be obtained before changing the ReduceNetworkConflicts property. See the ISchemaLock interface for information on listing existing schema locks and obtaining an exclusive schema lock.
This property is set at the geometric network level, which means that all clients will reconcile using the same strategy.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |