|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to the properties/methods of a geoprocessing composite domain object.
| Method Summary | |
void |
addDomain(IGPDomain pDomain)
Adds a geoprocessing domain to the composite domain. |
int |
getCount()
The number of geoprocessing domains in the composite domain. |
IGPDomain |
getDomain(int index)
The geoprocessing domain at the specified index in the composite domain. |
void |
removeDomain(int index)
Removes a geoprocessing domain from the composite domain. |
void |
replaceDomain(int index,
IGPDomain pDomain)
Replaces a geoprocessing domain at the specified index in the composite domain. |
| Method Detail |
public int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPDomain getDomain(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addDomain(IGPDomain pDomain)
throws java.io.IOException,
AutomationException
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.
public void removeDomain(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void replaceDomain(int index,
IGPDomain pDomain)
throws java.io.IOException,
AutomationException
index - The index (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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||