com.esri.arcgis.geoprocessing
Interface IGPCoverageFeatureClassDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCoverageFeatureClassDomain, IGPCoverageFeatureClassDomainProxy

public interface IGPCoverageFeatureClassDomain
extends java.io.Serializable

COM Interface 'IGPCoverageFeatureClassDomain'. 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 feature class 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 IID197512a0_cd81_11d5_9339_0080c71a3226
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addType(int type)
          Add a coverage feature class type.
 void deleteType(int type)
          Remove a coverage feature class type.
 int getCount()
          Count.
 int getFilterTopologyType()
          Topology filter type.
 int getType(int index)
          Coverage feature class type.
 boolean isFilterTopology()
          Indicates whether or not to filter feature classes based on their topology type.
 IArray makeList(IGPValue pValue)
          Make list.
 void setTopologyFilter(boolean filter, int type)
          Set topology filter.
 

Field Detail

IID197512a0_cd81_11d5_9339_0080c71a3226

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Count.

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

getType

int getType(int index)
            throws java.io.IOException,
                   AutomationException
Coverage feature class type.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addType

void addType(int type)
             throws java.io.IOException,
                    AutomationException
Add a coverage feature class type.

Parameters:
type - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteType

void deleteType(int type)
                throws java.io.IOException,
                       AutomationException
Remove a coverage feature class type.

Parameters:
type - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeList

IArray makeList(IGPValue pValue)
                throws java.io.IOException,
                       AutomationException
Make list.

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

setTopologyFilter

void setTopologyFilter(boolean filter,
                       int type)
                       throws java.io.IOException,
                              AutomationException
Set topology filter.

Parameters:
filter - The filter (in)
type - A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFilterTopology

boolean isFilterTopology()
                         throws java.io.IOException,
                                AutomationException
Indicates whether or not to filter feature classes based on their topology type.

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

getFilterTopologyType

int getFilterTopologyType()
                          throws java.io.IOException,
                                 AutomationException
Topology filter type.

Returns:
A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.