|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPCompositeDomain
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 |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPDomain getDomain(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addDomain(IGPDomain pDomain) throws IOException, AutomationException
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.void removeDomain(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceDomain(int index, IGPDomain pDomain) throws IOException, AutomationException
index
- The index (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |