com.esri.arcgis.geoprocessing
Interface IGPCompositeDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCompositeDomain, IGPCompositeDomainProxy

public interface IGPCompositeDomain
extends java.io.Serializable

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

IID7b64e034_8b4b_4896_8e9c_2c4d2b4f51f3

static final int IID7b64e034_8b4b_4896_8e9c_2c4d2b4f51f3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of geoprocessing domains in the composite domain.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDomain

IGPDomain getDomain(int index)
                    throws java.io.IOException,
                           AutomationException
The geoprocessing domain at the specified index in the composite domain.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDomain

void addDomain(IGPDomain pDomain)
               throws java.io.IOException,
                      AutomationException
Adds a geoprocessing domain to the composite domain.

Parameters:
pDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeDomain

void removeDomain(int index)
                  throws java.io.IOException,
                         AutomationException
Removes a geoprocessing domain from the composite domain.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceDomain

void replaceDomain(int index,
                   IGPDomain pDomain)
                   throws java.io.IOException,
                          AutomationException
Replaces a geoprocessing domain at the specified index in the composite domain.

Parameters:
index - The index (in)
pDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.