com.esri.arcgis.geoprocessing
Interface IProcessLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IProcessLayerProxy, ProcessLayer

public interface IProcessLayer
extends java.io.Serializable

COM Interface 'IProcessLayer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of the process layer object.' 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 IID787b8668_36fb_452a_a96c_6ff2d2b0f038
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMdProcess getProcess()
          Sets the process.
 void refreshLayers(IActiveView pActiveView, boolean bConnect, boolean[] pContentsChanged)
          Refresh layers.
 void setProcessByRef(IMdProcess ppProcess)
          Sets the process.
 

Field Detail

IID787b8668_36fb_452a_a96c_6ff2d2b0f038

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

setProcessByRef

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

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

getProcess

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

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

refreshLayers

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

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