com.esri.arcgis.geoprocessing
Interface IGPCoverageDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPCoverageDomain

public interface IGPCoverageDomain
extends Serializable

Provides access to the properties/methods of a geoprocessing coverage domain object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IGPCoverageFeatureClassDomain getCoverageFeatureClassDomain()
          Coverage Feature Class Domain.
 void setCoverageFeatureClassDomainByRef(IGPCoverageFeatureClassDomain ppDomain)
          Coverage Feature Class Domain.
 

Method Detail

getCoverageFeatureClassDomain

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setCoverageFeatureClassDomainByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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