|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPCompositeDomain
COM Interface 'IGPCompositeDomain'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing composite domain 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 |
IID7b64e034_8b4b_4896_8e9c_2c4d2b4f51f3
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID7b64e034_8b4b_4896_8e9c_2c4d2b4f51f3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.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.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.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 |