|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFeatureSchema
Provides access to the properties/methods of a geoprocessing feature schema object.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
IFields |
getAdditionalFields()
Inidicates additional fields for the fields property. |
IEnvelope |
getExtent()
The extent property. |
int |
getExtentRule()
Inidicates how the extent property is to be managed. |
int |
getFeatureType()
The FeatureType. |
int |
getFeatureTypeRule()
Inidicates how the FeatureType property is to be managed. |
int |
getFieldsRule()
Inidicates how the fields property is to be managed. |
int |
getGeometryType()
The GeometryType. |
int |
getGeometryTypeRule()
Inidicates how the GeometryType property is to be managed. |
void |
setAdditionalFieldsByRef(IFields fields)
Inidicates additional fields for the fields property. |
void |
setExtentByRef(IEnvelope extent)
The extent property. |
void |
setExtentRule(int type)
Inidicates how the extent property is to be managed. |
void |
setFeatureType(int type)
The FeatureType. |
void |
setFeatureTypeRule(int type)
Inidicates how the FeatureType property is to be managed. |
void |
setFieldsRule(int type)
Inidicates how the fields property is to be managed. |
void |
setGeometryType(int type)
The GeometryType. |
void |
setGeometryTypeRule(int type)
Inidicates how the GeometryType property is to be managed. |
Method Detail |
---|
int getFeatureTypeRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureTypeRule(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaFeatureType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureType(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.int getGeometryTypeRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryTypeRule(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryType(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.int getFieldsRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldsRule(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaFieldsType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getAdditionalFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAdditionalFieldsByRef(IFields fields) throws IOException, AutomationException
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExtentRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentRule(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPSchemaExtentType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (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 |