com.esri.arcgis.geoprocessing
Interface IProcessLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ProcessLayer

public interface IProcessLayer
extends Serializable

Provides access to the properties/methods of the process layer object.

Product Availability

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


Method Summary
 IMdProcess getProcess()
          Sets the process.
 void refreshLayers(IActiveView pActiveView, boolean bConnect, boolean[] pContentsChanged)
          Refresh layers.
 void setProcessByRef(IMdProcess ppProcess)
          Sets the process.
 

Method Detail

setProcessByRef

void setProcessByRef(IMdProcess ppProcess)
                     throws IOException,
                            AutomationException
Sets the process.

Product Availability

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

Parameters:
ppProcess - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProcess

IMdProcess getProcess()
                      throws IOException,
                             AutomationException
Sets the process.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdProcess
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshLayers

void refreshLayers(IActiveView pActiveView,
                   boolean bConnect,
                   boolean[] pContentsChanged)
                   throws IOException,
                          AutomationException
Refresh layers.

Product Availability

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

Parameters:
pActiveView - A reference to a com.esri.arcgis.carto.IActiveView (in)
bConnect - The bConnect (in)
pContentsChanged - The pContentsChanged (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.