com.esri.arcgis.schematic
Interface ISchematicAlgoPartialOverlappingLinks

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoPartialOverlappingLinksProxy, SchematicAlgoPartialOverlappingLinks

public interface ISchematicAlgoPartialOverlappingLinks
extends ISchematicAlgorithm, java.io.Serializable

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

Description: 'Provides access to members that control the Partial Overlapping Links 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 IID17cebed6_25ff_4a6b_9acd_f90e685cb2b3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 double getAttractNodeLinkFactor()
          Parameter value used to quickly decrease the schematic link displacement between link and node when they are connected together.
 double getAttractNodesFactor()
          Parameter value used to quickly decrease the schematic nodes displacement between a node and its original position.
 double getBufferWidth()
          BufferZone width will be used to find links that overlap.
 double getGapDistance()
          Distance between the partial links that are overlapping so that they are separated.
 int getNumberOfIterations()
          Number of Partial Overlapping Links schematic algorithm iterations executed before the final result is shown.
 double getRepelLinksFactor()
          Parameter value used to quickly increase the schematic links displacement for links that are very close.
 double getRepelNodeLinkFactor()
          Parameter value used to quickly increase the schematic link displacement between link and node when they are not connected together.
 double getRepelNodesFactor()
          Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.
 boolean isGeneralizeResult()
          Indicates if resulting geometries are generalized.
 boolean isLeftRightHint()
          Indicates if relative left or right positions between links is kept as much as possible.
 void setAttractNodeLinkFactor(double dAttractNodeLinkFactor)
          Parameter value used to quickly decrease the schematic link displacement between link and node when they are connected together.
 void setAttractNodesFactor(double dAttractNodesFactor)
          Parameter value used to quickly decrease the schematic nodes displacement between a node and its original position.
 void setBufferWidth(double dBufferWidth)
          BufferZone width will be used to find links that overlap.
 void setGapDistance(double dGapDistance)
          Distance between the partial links that are overlapping so that they are separated.
 void setGeneralizeResult(boolean pVal)
          Indicates if resulting geometries are generalized.
 void setLeftRightHint(boolean pVal)
          Indicates if relative left or right positions between links is kept as much as possible.
 void setNumberOfIterations(int pVal)
          Number of Partial Overlapping Links schematic algorithm iterations executed before the final result is shown.
 void setRepelLinksFactor(double dRepelLinksFactor)
          Parameter value used to quickly increase the schematic links displacement for links that are very close.
 void setRepelNodeLinkFactor(double dRepelNodeLinkFactor)
          Parameter value used to quickly increase the schematic link displacement between link and node when they are not connected together.
 void setRepelNodesFactor(double dRepelNodesFactor)
          Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.
 
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

IID17cebed6_25ff_4a6b_9acd_f90e685cb2b3

static final int IID17cebed6_25ff_4a6b_9acd_f90e685cb2b3
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

setBufferWidth

void setBufferWidth(double dBufferWidth)
                    throws java.io.IOException,
                           AutomationException
BufferZone width will be used to find links that overlap.

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

getBufferWidth

double getBufferWidth()
                      throws java.io.IOException,
                             AutomationException
BufferZone width will be used to find links that overlap.

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

setGapDistance

void setGapDistance(double dGapDistance)
                    throws java.io.IOException,
                           AutomationException
Distance between the partial links that are overlapping so that they are separated.

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

getGapDistance

double getGapDistance()
                      throws java.io.IOException,
                             AutomationException
Distance between the partial links that are overlapping so that they are separated.

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

setRepelNodesFactor

void setRepelNodesFactor(double dRepelNodesFactor)
                         throws java.io.IOException,
                                AutomationException
Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.

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

getRepelNodesFactor

double getRepelNodesFactor()
                           throws java.io.IOException,
                                  AutomationException
Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.

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

setRepelLinksFactor

void setRepelLinksFactor(double dRepelLinksFactor)
                         throws java.io.IOException,
                                AutomationException
Parameter value used to quickly increase the schematic links displacement for links that are very close.

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

getRepelLinksFactor

double getRepelLinksFactor()
                           throws java.io.IOException,
                                  AutomationException
Parameter value used to quickly increase the schematic links displacement for links that are very close.

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

setRepelNodeLinkFactor

void setRepelNodeLinkFactor(double dRepelNodeLinkFactor)
                            throws java.io.IOException,
                                   AutomationException
Parameter value used to quickly increase the schematic link displacement between link and node when they are not connected together.

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

getRepelNodeLinkFactor

double getRepelNodeLinkFactor()
                              throws java.io.IOException,
                                     AutomationException
Parameter value used to quickly increase the schematic link displacement between link and node when they are not connected together.

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

setAttractNodeLinkFactor

void setAttractNodeLinkFactor(double dAttractNodeLinkFactor)
                              throws java.io.IOException,
                                     AutomationException
Parameter value used to quickly decrease the schematic link displacement between link and node when they are connected together.

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

getAttractNodeLinkFactor

double getAttractNodeLinkFactor()
                                throws java.io.IOException,
                                       AutomationException
Parameter value used to quickly decrease the schematic link displacement between link and node when they are connected together.

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

setAttractNodesFactor

void setAttractNodesFactor(double dAttractNodesFactor)
                           throws java.io.IOException,
                                  AutomationException
Parameter value used to quickly decrease the schematic nodes displacement between a node and its original position.

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

getAttractNodesFactor

double getAttractNodesFactor()
                             throws java.io.IOException,
                                    AutomationException
Parameter value used to quickly decrease the schematic nodes displacement between a node and its original position.

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

getNumberOfIterations

int getNumberOfIterations()
                          throws java.io.IOException,
                                 AutomationException
Number of Partial Overlapping Links schematic algorithm iterations executed before the final result is shown.

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

setNumberOfIterations

void setNumberOfIterations(int pVal)
                           throws java.io.IOException,
                                  AutomationException
Number of Partial Overlapping Links schematic algorithm iterations executed before the final result is shown.

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

isLeftRightHint

boolean isLeftRightHint()
                        throws java.io.IOException,
                               AutomationException
Indicates if relative left or right positions between links is kept as much as possible.

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

setLeftRightHint

void setLeftRightHint(boolean pVal)
                      throws java.io.IOException,
                             AutomationException
Indicates if relative left or right positions between links is kept as much as possible.

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

isGeneralizeResult

boolean isGeneralizeResult()
                           throws java.io.IOException,
                                  AutomationException
Indicates if resulting geometries are generalized.

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

setGeneralizeResult

void setGeneralizeResult(boolean pVal)
                         throws java.io.IOException,
                                AutomationException
Indicates if resulting geometries are generalized.

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