|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPTask
Provides access to properties/methods of a task object.
| Method Summary | |
|---|---|
int |
getMode()
The task mode. |
String |
getParameterDescription(String name)
Get the parameter description. |
void |
getParameterInfo(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. |
Object |
getRenderer(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(String name,
String desc)
Set the parameter description. |
void |
setParameterInfo(String name,
boolean visible,
IGPParameter pParameter,
IGPDomain pDomain)
Set the parameter info. |
void |
setProcessByRef(IMdProcess process)
The task process. |
void |
setRenderer(String name,
Object pRenderer)
Set the parameter renderer. |
| Method Detail |
|---|
void init(IMdProcess process)
throws IOException,
AutomationException
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initPackage(IMdProcess process)
throws IOException,
AutomationException
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdProcess getProcess()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProcessByRef(IMdProcess process)
throws IOException,
AutomationException
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getParameterMapping()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getParameterInfo(String name,
boolean[] visible,
IGPParameter[] ppParameter,
IGPDomain[] ppDomain)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameterInfo(String name,
boolean visible,
IGPParameter pParameter,
IGPDomain pDomain)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getRenderer(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRenderer(String name,
Object pRenderer)
throws IOException,
AutomationException
name - The name (in)pRenderer - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasWorkspace()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasWorkspace(boolean pHasWorkspace)
throws IOException,
AutomationException
pHasWorkspace - The pHasWorkspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getParameterDescription(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameterDescription(String name,
String desc)
throws IOException,
AutomationException
name - The name (in)desc - The desc (in)
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 | ||||||||