|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPCoverageFeatureClassDomain
Provides access to the properties/methods of a geoprocessing coverage feature class domain object.
| 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. |
| 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.esriCoverageFeatureClassType 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.esriCoverageFeatureClassType 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.
void setTopologyFilter(boolean filter,
int type)
throws IOException,
AutomationException
filter - The filter (in)type - A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFilterTopology()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFilterTopologyType()
throws IOException,
AutomationException
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 | ||||||||