com.esri.arcgis.geoprocessing
Interface IGPArcInfoItemDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPArcInfoItemDomain

public interface IGPArcInfoItemDomain
extends Serializable

Provides access to the properties/methods of a geoprocessing Arc/Info item domain object.

Product Availability

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


Method Summary
 void addType(int type)
          Add an item type.
 void deleteType(int type)
          Remove an item type.
 int getCount()
          Count.
 int getCoverageFeatureClassType()
          Coverage Feature Class Type.
 int getType(int index)
          Item type.
 boolean isFilterIndex()
          Indicates whether or not to filter items based on whether or not they have an index.
 boolean isFilterIndexType()
          Indicates whether to filter items that have or do not have an index.
 boolean isShowPseudo()
          Indicates whether or not to show pseudo items.
 boolean isShowRedefined()
          Indicates whether or not to show redefined items.
 IArray makeList(IGPValue pValue)
          Make list.
 void setCoverageFeatureClassType(int pType)
          Coverage Feature Class Type.
 void setIndexFilter(boolean filter, boolean type)
          Set index filter.
 void setShowPseudo(boolean show)
          Indicates whether or not to show pseudo items.
 void setShowRedefined(boolean show)
          Indicates whether or not to show redefined items.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
Count.

Product Availability

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

Supported Platforms

Windows

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

getType

int getType(int index)
            throws IOException,
                   AutomationException
Item type.

Product Availability

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

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

addType

void addType(int type)
             throws IOException,
                    AutomationException
Add an item type.

Product Availability

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

Supported Platforms

Windows

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

deleteType

void deleteType(int type)
                throws IOException,
                       AutomationException
Remove an item type.

Product Availability

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

Supported Platforms

Windows

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

makeList

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

Product Availability

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

Supported Platforms

Windows

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

getCoverageFeatureClassType

int getCoverageFeatureClassType()
                                throws IOException,
                                       AutomationException
Coverage Feature Class Type.

Product Availability

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

Supported Platforms

Windows

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

setCoverageFeatureClassType

void setCoverageFeatureClassType(int pType)
                                 throws IOException,
                                        AutomationException
Coverage Feature Class Type.

Product Availability

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

Supported Platforms

Windows

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

setIndexFilter

void setIndexFilter(boolean filter,
                    boolean type)
                    throws IOException,
                           AutomationException
Set index filter.

Product Availability

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

Supported Platforms

Windows

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

isFilterIndex

boolean isFilterIndex()
                      throws IOException,
                             AutomationException
Indicates whether or not to filter items based on whether or not they have an index.

Product Availability

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

Supported Platforms

Windows

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

isFilterIndexType

boolean isFilterIndexType()
                          throws IOException,
                                 AutomationException
Indicates whether to filter items that have or do not have an index.

Product Availability

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

Supported Platforms

Windows

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

isShowRedefined

boolean isShowRedefined()
                        throws IOException,
                               AutomationException
Indicates whether or not to show redefined items.

Product Availability

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

Supported Platforms

Windows

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

setShowRedefined

void setShowRedefined(boolean show)
                      throws IOException,
                             AutomationException
Indicates whether or not to show redefined items.

Product Availability

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

Supported Platforms

Windows

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

isShowPseudo

boolean isShowPseudo()
                     throws IOException,
                            AutomationException
Indicates whether or not to show pseudo items.

Product Availability

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

Supported Platforms

Windows

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

setShowPseudo

void setShowPseudo(boolean show)
                   throws IOException,
                          AutomationException
Indicates whether or not to show pseudo items.

Product Availability

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

Supported Platforms

Windows

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