|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPTask
COM Interface 'IGPTask'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to properties/methods of a task 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 |
IIDf25fa93f_27ff_4698_889d_115904e429ab
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getMode()
The task mode. |
java.lang.String |
getParameterDescription(java.lang.String name)
Get the parameter description. |
void |
getParameterInfo(java.lang.String name,
boolean[] visible,
IGPParameter[] ppParameter,
IGPDomain[] ppDomain)
Get the parameter info. |
IPropertySet |
getParameterMapping()
The parameter mapping associated with the task. |
IMdProcess |
getProcess()
The task process. |
java.lang.Object |
getRenderer(java.lang.String name)
Get the parameter renderer. |
void |
init(IMdProcess process)
Initialize the task. |
void |
initPackage(IMdProcess process)
Initialize the task. |
boolean |
isHasWorkspace()
Set the parameter renderer. |
void |
setHasWorkspace(boolean pHasWorkspace)
Set the parameter renderer. |
void |
setParameterDescription(java.lang.String name,
java.lang.String desc)
Set the parameter description. |
void |
setParameterInfo(java.lang.String name,
boolean visible,
IGPParameter pParameter,
IGPDomain pDomain)
Set the parameter info. |
void |
setProcessByRef(IMdProcess process)
The task process. |
void |
setRenderer(java.lang.String name,
java.lang.Object pRenderer)
Set the parameter renderer. |
| Field Detail |
|---|
static final int IIDf25fa93f_27ff_4698_889d_115904e429ab
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void init(IMdProcess process)
throws java.io.IOException,
AutomationException
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initPackage(IMdProcess process)
throws java.io.IOException,
AutomationException
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdProcess getProcess()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProcessByRef(IMdProcess process)
throws java.io.IOException,
AutomationException
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getParameterMapping()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getParameterInfo(java.lang.String name,
boolean[] visible,
IGPParameter[] ppParameter,
IGPDomain[] ppDomain)
throws java.io.IOException,
AutomationException
name - The name (in)visible - The visible (out: use single element array)ppParameter - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (out: use single element array)ppDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameterInfo(java.lang.String name,
boolean visible,
IGPParameter pParameter,
IGPDomain pDomain)
throws java.io.IOException,
AutomationException
name - The name (in)visible - The visible (in)pParameter - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)pDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getRenderer(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRenderer(java.lang.String name,
java.lang.Object pRenderer)
throws java.io.IOException,
AutomationException
name - The name (in)pRenderer - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasWorkspace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasWorkspace(boolean pHasWorkspace)
throws java.io.IOException,
AutomationException
pHasWorkspace - The pHasWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getParameterDescription(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameterDescription(java.lang.String name,
java.lang.String desc)
throws java.io.IOException,
AutomationException
name - The name (in)desc - The desc (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||