|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPArcInfoItemDomain
Provides access to the properties/methods of a geoprocessing Arc/Info item domain object.
| 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 |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray makeList(IGPValue pValue)
throws IOException,
AutomationException
pValue - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCoverageFeatureClassType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCoverageFeatureClassType(int pType)
throws IOException,
AutomationException
pType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexFilter(boolean filter,
boolean type)
throws IOException,
AutomationException
filter - The filter (in)type - The type (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterIndex()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterIndexType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowRedefined()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowRedefined(boolean show)
throws IOException,
AutomationException
show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowPseudo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowPseudo(boolean show)
throws IOException,
AutomationException
show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||