public interface INetworkDiagramCustomEdit
extends java.io.Serializable
Description: 'Provides access to members that control custom 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 |
IIDae22dd73_7d19_452e_9e9e_a65088902132 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
finishSavingLayout(boolean keepVertices)
Finishes saving the custom layout on the network diagram.
|
void |
saveContainerGeometry(int dEID,
IGeometry geometry)
Saves the geometry for a diagram container.
|
void |
saveEdgeGeometry(int dEID,
IGeometry geometry)
Saves the geometry for a diagram edge.
|
void |
saveJunctionGeometry(int dEID,
IGeometry geometry,
double rotation)
Saves the geometry and rotation angle for a diagram junction.
|
void |
startSavingLayout()
Starts saving a custom layout on the network diagram.
|
static final int IIDae22dd73_7d19_452e_9e9e_a65088902132
static final int xxDummy
static final java.lang.String IID
void startSavingLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveJunctionGeometry(int dEID, IGeometry geometry, double rotation) throws java.io.IOException, AutomationException
dEID
- The dEID (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)rotation
- The rotation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveEdgeGeometry(int dEID, IGeometry geometry) throws java.io.IOException, AutomationException
dEID
- The dEID (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveContainerGeometry(int dEID, IGeometry geometry) throws java.io.IOException, AutomationException
dEID
- The dEID (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void finishSavingLayout(boolean keepVertices) throws java.io.IOException, AutomationException
keepVertices
- The keepVertices (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.