com.esri.arcgis.schematic
Class INgProjectAnalystProxy

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

public class INgProjectAnalystProxy
extends com.esri.arcgis.interop.Dispatch
implements INgProjectAnalyst, Serializable

Provides access to members that control the management of the schematic network trace analysts for the graphic project.

Product Availability

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

See Also:
INgProject, INgProjectAlgorithm, Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  INgProjectAnalystProxy()
           
  INgProjectAnalystProxy(Object obj)
           
protected INgProjectAnalystProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void addTrace(String cLSID, ISchematicAlgorithm algorithm)
          Adds the specified schematic network trace analyst to the project.
 ISchematicAlgorithmSheet getAnalystSheet()
          Properties page of the schematic network trace analyst.
 ISchematicAlgorithm getTrace(String cLSID)
          Returns the specified schematic network trace analyst defined for the project.
 ISchematicAlgorithms getTraces()
          List of the schematic network trace analysts defined for the project.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void removeTrace(String cLSID)
          Removes the specified schematic network trace analyst to the project.
 void removeTraces()
          Remove all the schematic network trace analysts from the project.
 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

INgProjectAnalystProxy

public INgProjectAnalystProxy()

INgProjectAnalystProxy

public INgProjectAnalystProxy(Object obj)
                       throws IOException
Throws:
IOException

INgProjectAnalystProxy

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

getAnalystSheet

public ISchematicAlgorithmSheet getAnalystSheet()
                                         throws IOException,
                                                AutomationException
Properties page of the schematic network trace analyst.

Product Availability

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

Specified by:
getAnalystSheet in interface INgProjectAnalyst
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAlgorithmSheet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
INgProjectAlgorithm.getAlgorithmSheet()

addTrace

public void addTrace(String cLSID,
                     ISchematicAlgorithm algorithm)
              throws IOException,
                     AutomationException
Adds the specified schematic network trace analyst to the project.

Product Availability

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

Specified by:
addTrace in interface INgProjectAnalyst
Parameters:
cLSID - The cLSID (in)
algorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
INgProjectAnalyst.getTraces()

removeTrace

public void removeTrace(String cLSID)
                 throws IOException,
                        AutomationException
Removes the specified schematic network trace analyst to the project.

Product Availability

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

Specified by:
removeTrace in interface INgProjectAnalyst
Parameters:
cLSID - The cLSID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
INgProjectAnalyst.removeTraces()

getTraces

public ISchematicAlgorithms getTraces()
                               throws IOException,
                                      AutomationException
List of the schematic network trace analysts defined for the project.

Product Availability

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

Specified by:
getTraces in interface INgProjectAnalyst
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAlgorithms
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
INgProjectAnalyst.getTrace(String)

removeTraces

public void removeTraces()
                  throws IOException,
                         AutomationException
Remove all the schematic network trace analysts from the project.

Product Availability

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

Specified by:
removeTraces in interface INgProjectAnalyst
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
INgProjectAnalyst.removeTrace(String)

getTrace

public ISchematicAlgorithm getTrace(String cLSID)
                             throws IOException,
                                    AutomationException
Returns the specified schematic network trace analyst defined for the project.

Product Availability

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

Specified by:
getTrace in interface INgProjectAnalyst
Parameters:
cLSID - The cLSID (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
INgProjectAnalyst.getTraces()

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