public interface ICompressionLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Compression Layout.' 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 |
IIDca51961c_144e_44c1_97d7_d7ec272e98da |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getMaxDistanceForGrouping()
Indicates the maximum distance used to determine whether two connected junctions are part of the same junctions group or cluster.
|
int |
getVertexRemovalRule()
Indicates the vertex removal rule that is applied during the Compression layout execution.
|
void |
setMaxDistanceForGrouping(double pGroupindDistance)
Indicates the maximum distance used to determine whether two connected junctions are part of the same junctions group or cluster.
|
void |
setVertexRemovalRule(int pVal)
Indicates the vertex removal rule that is applied during the Compression layout execution.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IIDca51961c_144e_44c1_97d7_d7ec272e98da
static final int xxDummy
static final java.lang.String IID
int getVertexRemovalRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVertexRemovalRule(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutVertexRemovalRule constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxDistanceForGrouping() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxDistanceForGrouping(double pGroupindDistance) throws java.io.IOException, AutomationException
pGroupindDistance
- The pGroupindDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.