com.esri.arcgis.schematic
Class ISchematicAlgoPartialOverlappingLinksProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicAlgoPartialOverlappingLinksProxy
All Implemented Interfaces:
ISchematicAlgoPartialOverlappingLinks, Externalizable, Serializable

public class ISchematicAlgoPartialOverlappingLinksProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicAlgoPartialOverlappingLinks, Serializable

Provides access to members that control the Partial Overlapping Links schematic algorithm.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  ISchematicAlgoPartialOverlappingLinksProxy()
           
  ISchematicAlgoPartialOverlappingLinksProxy(Object obj)
           
protected ISchematicAlgoPartialOverlappingLinksProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 double getAttractNodeLinkFactor()
          Parameter value used to quickly decrease the graphic link displacement between link and node when they are connected together.
 double getAttractNodesFactor()
          Parameter value used to quickly decrease the graphic 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 graphic links displacement for links that are very close.
 double getRepelNodeLinkFactor()
          Parameter value used to quickly increase the graphic link displacement between link and node when they are not connected together.
 double getRepelNodesFactor()
          Parameter value used to quickly increase the graphic 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 readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void setAttractNodeLinkFactor(double dAttractNodeLinkFactor)
          Parameter value used to quickly decrease the graphic link displacement between link and node when they are connected together.
 void setAttractNodesFactor(double dAttractNodesFactor)
          Parameter value used to quickly decrease the graphic 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 graphic links displacement for links that are very close.
 void setRepelNodeLinkFactor(double dRepelNodeLinkFactor)
          Parameter value used to quickly increase the graphic link displacement between link and node when they are not connected together.
 void setRepelNodesFactor(double dRepelNodesFactor)
          Parameter value used to quickly increase the graphic nodes displacement for nodes that are very close.
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISchematicAlgoPartialOverlappingLinksProxy

public ISchematicAlgoPartialOverlappingLinksProxy()

ISchematicAlgoPartialOverlappingLinksProxy

public ISchematicAlgoPartialOverlappingLinksProxy(Object obj)
                                           throws IOException
Throws:
IOException

ISchematicAlgoPartialOverlappingLinksProxy

protected ISchematicAlgoPartialOverlappingLinksProxy(Object obj,
                                                     String iid)
                                              throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setBufferWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setBufferWidth in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dBufferWidth - The dBufferWidth (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBufferWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getBufferWidth in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dBufferWidth
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGapDistance

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setGapDistance in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dGapDistance - The dGapDistance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGapDistance

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGapDistance in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dGapDistance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRepelNodesFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setRepelNodesFactor in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dRepelNodesFactor - The dRepelNodesFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepelNodesFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getRepelNodesFactor in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dRepelNodesFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRepelLinksFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setRepelLinksFactor in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dRepelLinksFactor - The dRepelLinksFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepelLinksFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getRepelLinksFactor in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dRepelLinksFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRepelNodeLinkFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setRepelNodeLinkFactor in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dRepelNodeLinkFactor - The dRepelNodeLinkFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepelNodeLinkFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getRepelNodeLinkFactor in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dRepelNodeLinkFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttractNodeLinkFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setAttractNodeLinkFactor in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dAttractNodeLinkFactor - The dAttractNodeLinkFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttractNodeLinkFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getAttractNodeLinkFactor in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dAttractNodeLinkFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttractNodesFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setAttractNodesFactor in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
dAttractNodesFactor - The dAttractNodesFactor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttractNodesFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getAttractNodesFactor in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The dAttractNodesFactor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumberOfIterations

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getNumberOfIterations in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberOfIterations

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setNumberOfIterations in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLeftRightHint

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isLeftRightHint in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeftRightHint

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setLeftRightHint in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGeneralizeResult

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isGeneralizeResult in interface ISchematicAlgoPartialOverlappingLinks
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeneralizeResult

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setGeneralizeResult in interface ISchematicAlgoPartialOverlappingLinks
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException