public interface INetworkDiagramEdit
extends java.io.Serializable
Description: 'Provides access to members that control standard editing operations on the network diagram.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf5bb20b3_5d3b_4f87_893a_d7349c483c0a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
appendFromEIDs(INetworkElementSet networkElements,
ITrackCancel pTrackCancel)
Appends the specified network element set to a network diagram.
|
void |
appendFromGlobalIDs(IGlobalIDSet featureGlobalIDs,
ITrackCancel pTrackCancel)
Appends the specified network feature set to a network diagram..
|
void |
applyPredefinedLayout(java.lang.String layoutName,
IPropertySet propertySet,
long[] jctOids,
long[] ctnrOids,
long[] edgeOids,
boolean asynchronous,
ITrackCancel trackCancel)
Applies a predefined diagram layout algorithm on all or parts of the network diagram content.
|
void |
applyTemplateLayouts(long[] jctOids,
long[] ctnrOids,
long[] edgeOids,
ITrackCancel trackCancel)
Re-executes the list of the layout algorithms currently configured on the related diagram template to the network diagram content.
|
void |
extend(int extendType,
IGlobalIDSet inputGlobalIDs,
ITrackCancel pTrackCancel)
Extends the network diagram one network element level based on network connectivity or traversability or on containment or structural attachment associations.
|
void |
overwriteFromEIDs(INetworkElementSet networkElements,
ITrackCancel pTrackCancel)
Overwrites the content of the network diagram from the specified network element set.
|
void |
overwriteFromGlobalIDs(IGlobalIDSet featureGlobalIDs,
ITrackCancel pTrackCancel)
Overwrites the content of the network diagram from the specified network feature set.
|
void |
update(ITrackCancel pTrackCancel)
Updates the network diagram.
|
static final int IIDf5bb20b3_5d3b_4f87_893a_d7349c483c0a
static final int xxDummy
static final java.lang.String IID
void update(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void extend(int extendType, IGlobalIDSet inputGlobalIDs, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
extendType
- A com.esri.arcgis.geodatabase.esriDiagramExtendType constant (in)inputGlobalIDs
- A reference to a com.esri.arcgis.geodatabase.IGlobalIDSet (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void appendFromEIDs(INetworkElementSet networkElements, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
networkElements
- A reference to a com.esri.arcgis.geodatabase.INetworkElementSet (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void appendFromGlobalIDs(IGlobalIDSet featureGlobalIDs, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
featureGlobalIDs
- A reference to a com.esri.arcgis.geodatabase.IGlobalIDSet (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void overwriteFromEIDs(INetworkElementSet networkElements, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
networkElements
- A reference to a com.esri.arcgis.geodatabase.INetworkElementSet (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void overwriteFromGlobalIDs(IGlobalIDSet featureGlobalIDs, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
featureGlobalIDs
- A reference to a com.esri.arcgis.geodatabase.IGlobalIDSet (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void applyTemplateLayouts(long[] jctOids, long[] ctnrOids, long[] edgeOids, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
jctOids
- Signed 64-bit int (in)ctnrOids
- Signed 64-bit int (in)edgeOids
- Signed 64-bit int (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void applyPredefinedLayout(java.lang.String layoutName, IPropertySet propertySet, long[] jctOids, long[] ctnrOids, long[] edgeOids, boolean asynchronous, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
layoutName
- The layoutName (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)jctOids
- Signed 64-bit int (in)ctnrOids
- Signed 64-bit int (in)edgeOids
- Signed 64-bit int (in)asynchronous
- The asynchronous (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.