com.esri.arcgis.geoprocessing
Interface IGPCoverageDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCoverageDomain, IGPCoverageDomainProxy

public interface IGPCoverageDomain
extends java.io.Serializable

COM Interface 'IGPCoverageDomain'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing coverage 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 IIDd11e7450_d497_11d5_9341_0080c71a3226
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPCoverageFeatureClassDomain getCoverageFeatureClassDomain()
          Coverage Feature Class Domain.
 void setCoverageFeatureClassDomainByRef(IGPCoverageFeatureClassDomain ppDomain)
          Coverage Feature Class Domain.
 

Field Detail

IIDd11e7450_d497_11d5_9341_0080c71a3226

static final int IIDd11e7450_d497_11d5_9341_0080c71a3226
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

getCoverageFeatureClassDomain

IGPCoverageFeatureClassDomain getCoverageFeatureClassDomain()
                                                            throws java.io.IOException,
                                                                   AutomationException
Coverage Feature Class Domain.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPCoverageFeatureClassDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCoverageFeatureClassDomainByRef

void setCoverageFeatureClassDomainByRef(IGPCoverageFeatureClassDomain ppDomain)
                                        throws java.io.IOException,
                                               AutomationException
Coverage Feature Class Domain.

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