com.esri.arcgis.schematic
Class ISchematicAnalystTraceHighlightProxy

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

public class ISchematicAnalystTraceHighlightProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicAnalystTraceHighlight, Serializable

Provides access to members that control the schematic analyst trace result highlighting.

Product Availability

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

See Also:
ISchematicAnalystTraceResult, Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  ISchematicAnalystTraceHighlightProxy()
           
  ISchematicAnalystTraceHighlightProxy(Object obj)
           
protected ISchematicAnalystTraceHighlightProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getLinkColor()
          Color of the highlithted links.
 int getLinkStyle()
          Style of the highlithted links.
 double getLinkWidth()
          Width of the highlithted links.
 boolean isLinkColorSet()
          Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation.
 boolean isLinkStyleSet()
          Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation.
 boolean isLinkWidthSet()
          Indicates if the link width currently specified must be used to highlight the links detected by the trace operation.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void setLinkColor(int pVal)
          Color of the highlithted links.
 void setLinkColorSet(boolean pVal)
          Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation.
 void setLinkStyle(int pVal)
          Style of the highlithted links.
 void setLinkStyleSet(boolean pVal)
          Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation.
 void setLinkWidth(double pVal)
          Width of the highlithted links.
 void setLinkWidthSet(boolean pVal)
          Indicates if the link width currently specified must be used to highlight the links detected by the trace operation.
 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

ISchematicAnalystTraceHighlightProxy

public ISchematicAnalystTraceHighlightProxy()

ISchematicAnalystTraceHighlightProxy

public ISchematicAnalystTraceHighlightProxy(Object obj)
                                     throws IOException
Throws:
IOException

ISchematicAnalystTraceHighlightProxy

protected ISchematicAnalystTraceHighlightProxy(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

getLinkColor

public int getLinkColor()
                 throws IOException,
                        AutomationException
Color of the highlithted links.

Product Availability

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

Specified by:
getLinkColor in interface ISchematicAnalystTraceHighlight
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceHighlight.getLinkStyle(), ISchematicAnalystTraceHighlight.isLinkColorSet()

setLinkColor

public void setLinkColor(int pVal)
                  throws IOException,
                         AutomationException
Color of the highlithted links.

Product Availability

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

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

getLinkStyle

public int getLinkStyle()
                 throws IOException,
                        AutomationException
Style of the highlithted links.

Product Availability

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

Specified by:
getLinkStyle in interface ISchematicAnalystTraceHighlight
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceHighlight.isLinkStyleSet(), ISchematicAnalystTraceHighlight.getLinkColor()

setLinkStyle

public void setLinkStyle(int pVal)
                  throws IOException,
                         AutomationException
Style of the highlithted links.

Product Availability

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

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

getLinkWidth

public double getLinkWidth()
                    throws IOException,
                           AutomationException
Width of the highlithted links.

Product Availability

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

Specified by:
getLinkWidth in interface ISchematicAnalystTraceHighlight
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceHighlight.isLinkWidthSet()

setLinkWidth

public void setLinkWidth(double pVal)
                  throws IOException,
                         AutomationException
Width of the highlithted links.

Product Availability

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

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

isLinkColorSet

public boolean isLinkColorSet()
                       throws IOException,
                              AutomationException
Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation.

Product Availability

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

Specified by:
isLinkColorSet in interface ISchematicAnalystTraceHighlight
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceHighlight.getLinkColor()

setLinkColorSet

public void setLinkColorSet(boolean pVal)
                     throws IOException,
                            AutomationException
Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation.

Product Availability

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

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

isLinkStyleSet

public boolean isLinkStyleSet()
                       throws IOException,
                              AutomationException
Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation.

Product Availability

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

Specified by:
isLinkStyleSet in interface ISchematicAnalystTraceHighlight
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceHighlight.getLinkStyle()

setLinkStyleSet

public void setLinkStyleSet(boolean pVal)
                     throws IOException,
                            AutomationException
Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation.

Product Availability

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

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

isLinkWidthSet

public boolean isLinkWidthSet()
                       throws IOException,
                              AutomationException
Indicates if the link width currently specified must be used to highlight the links detected by the trace operation.

Product Availability

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

Specified by:
isLinkWidthSet in interface ISchematicAnalystTraceHighlight
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceHighlight.getLinkWidth()

setLinkWidthSet

public void setLinkWidthSet(boolean pVal)
                     throws IOException,
                            AutomationException
Indicates if the link width currently specified must be used to highlight the links detected by the trace operation.

Product Availability

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

Specified by:
setLinkWidthSet in interface ISchematicAnalystTraceHighlight
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