|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFeatureClassDomain
Provides access to the properties/methods of a geoprocessing feature class domain object.
Method Summary | |
---|---|
void |
addFeatureType(int type)
Add a feature class type. |
void |
addType(int type)
Add a shape type. |
void |
deleteFeatureType(int type)
Remove a feature class type. |
void |
deleteType(int type)
Remove a shape type. |
int |
getCount()
Count. |
int |
getFeatureType(int index)
Feature class type. |
int |
getFeatureTypeCount()
Count. |
int |
getType(int index)
Shape type. |
boolean |
isFilterHasMs()
Indicates whether or not to filter feature classes based on whether or not they have measures. |
boolean |
isFilterHasZs()
Indicates whether or not to filter feature classes based on whether or not they have Z values. |
boolean |
isFilterIndex()
Indicates whether or not to filter feature classes based on whether or not they have a spatial index. |
boolean |
isFilterIndexType()
Indicates whether to filter feature classes that have or do not have a spatial index. |
boolean |
isIncludeHasMs()
Indicates whether to filter feature classes that have or do not have measures. |
boolean |
isIncludeHasZs()
Indicates whether to filter feature classes that have or do not have Z values. |
IArray |
makeList(IGPValue pValue)
Make list. |
void |
setHasMsFilter(boolean filter,
boolean includeHasMs)
Set HasMs filter. |
void |
setHasZsFilter(boolean filter,
boolean includeHasZs)
Set HasZs filter. |
void |
setIndexFilter(boolean filter,
boolean type)
Set index 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.geometry.esriGeometryType 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.geometry.esriGeometryType 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 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.void setHasMsFilter(boolean filter, boolean includeHasMs) throws IOException, AutomationException
filter
- The filter (in)includeHasMs
- The includeHasMs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFilterHasMs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIncludeHasMs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasZsFilter(boolean filter, boolean includeHasZs) throws IOException, AutomationException
filter
- The filter (in)includeHasZs
- The includeHasZs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFilterHasZs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIncludeHasZs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureTypeCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureType(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addFeatureType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteFeatureType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (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 |