com.esri.arcgis.schematic
Interface ISchematicAlgoCompression

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoCompressionProxy, SchematicAlgoCompression

public interface ISchematicAlgoCompression
extends ISchematicAlgorithm, java.io.Serializable

COM Interface 'ISchematicAlgoCompression'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the Compression schematic algorithm.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2fd4f9db_0375_4262_a1bf_0dbd35abdd8f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 double getClusterThresholdDistance()
          Threshold distance used to cluster connected nodes together.
 double getDistanceBetweenClusters()
          Minimum distance to preserve between connected clusters.
 boolean isAbsoluteParameters()
          Indicates if the values set for the spacings must be interpreted as absolute units.
 boolean isCompressTowardCenter()
          Indicates if the algorithm moves the nodes toward the diagram center.
 boolean isHeedContainers()
          Indicates if containers and their contents are processed as a whole or independently.
 boolean isKeepInsideVertices()
          Indicates if link vertices inside containers are kept or removed.
 boolean isKeepOutsideVertices()
          Indicates if the first link vertex outside a container is kept or removed.
 void setAbsoluteParameters(boolean pVal)
          Indicates if the values set for the spacings must be interpreted as absolute units.
 void setClusterThresholdDistance(double pdThreshold)
          Threshold distance used to cluster connected nodes together.
 void setCompressTowardCenter(boolean pVal)
          Indicates if the algorithm moves the nodes toward the diagram center.
 void setDistanceBetweenClusters(double pdMinLength)
          Minimum distance to preserve between connected clusters.
 void setHeedContainers(boolean pVal)
          Indicates if containers and their contents are processed as a whole or independently.
 void setKeepInsideVertices(boolean pVal)
          Indicates if link vertices inside containers are kept or removed.
 void setKeepOutsideVertices(boolean pVal)
          Indicates if the first link vertex outside a container is kept or removed.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IID2fd4f9db_0375_4262_a1bf_0dbd35abdd8f

static final int IID2fd4f9db_0375_4262_a1bf_0dbd35abdd8f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isHeedContainers

boolean isHeedContainers()
                         throws java.io.IOException,
                                AutomationException
Indicates if containers and their contents are processed as a whole or independently.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeedContainers

void setHeedContainers(boolean pVal)
                       throws java.io.IOException,
                              AutomationException
Indicates if containers and their contents are processed as a whole or independently.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isKeepInsideVertices

boolean isKeepInsideVertices()
                             throws java.io.IOException,
                                    AutomationException
Indicates if link vertices inside containers are kept or removed.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeepInsideVertices

void setKeepInsideVertices(boolean pVal)
                           throws java.io.IOException,
                                  AutomationException
Indicates if link vertices inside containers are kept or removed.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isKeepOutsideVertices

boolean isKeepOutsideVertices()
                              throws java.io.IOException,
                                     AutomationException
Indicates if the first link vertex outside a container is kept or removed.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setKeepOutsideVertices

void setKeepOutsideVertices(boolean pVal)
                            throws java.io.IOException,
                                   AutomationException
Indicates if the first link vertex outside a container is kept or removed.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClusterThresholdDistance

double getClusterThresholdDistance()
                                   throws java.io.IOException,
                                          AutomationException
Threshold distance used to cluster connected nodes together.

Returns:
The pdThreshold
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClusterThresholdDistance

void setClusterThresholdDistance(double pdThreshold)
                                 throws java.io.IOException,
                                        AutomationException
Threshold distance used to cluster connected nodes together.

Parameters:
pdThreshold - The pdThreshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistanceBetweenClusters

double getDistanceBetweenClusters()
                                  throws java.io.IOException,
                                         AutomationException
Minimum distance to preserve between connected clusters.

Returns:
The pdMinLength
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDistanceBetweenClusters

void setDistanceBetweenClusters(double pdMinLength)
                                throws java.io.IOException,
                                       AutomationException
Minimum distance to preserve between connected clusters.

Parameters:
pdMinLength - The pdMinLength (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAbsoluteParameters

boolean isAbsoluteParameters()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the values set for the spacings must be interpreted as absolute units.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAbsoluteParameters

void setAbsoluteParameters(boolean pVal)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the values set for the spacings must be interpreted as absolute units.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCompressTowardCenter

boolean isCompressTowardCenter()
                               throws java.io.IOException,
                                      AutomationException
Indicates if the algorithm moves the nodes toward the diagram center.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressTowardCenter

void setCompressTowardCenter(boolean pVal)
                             throws java.io.IOException,
                                    AutomationException
Indicates if the algorithm moves the nodes toward the diagram center.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.