com.esri.arcgis.geoprocessing
Interface IGPArcInfoItemDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPArcInfoItemDomain, IGPArcInfoItemDomainProxy

public interface IGPArcInfoItemDomain
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing Arc/Info item 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 IIDb271ff3e_9c62_42d1_b640_acacf61d67c3
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDb271ff3e_9c62_42d1_b640_acacf61d67c3

static final int IIDb271ff3e_9c62_42d1_b640_acacf61d67c3
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
Item type.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.datasourcesfile.esriArcInfoItemType 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 an item type.

Parameters:
type - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType 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 an item type.

Parameters:
type - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType 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.

getCoverageFeatureClassType

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

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.

setCoverageFeatureClassType

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

Parameters:
pType - 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.

setIndexFilter

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

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

isFilterIndex

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

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

isFilterIndexType

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

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

isShowRedefined

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

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

setShowRedefined

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

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

isShowPseudo

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

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

setShowPseudo

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

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