|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFieldInfo
COM Interface 'IGPFieldInfo'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing field info 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 |
IIDb4893c59_ece5_4b2d_ab4a_540abc813789
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addField(int fieldIndex,
java.lang.String fieldName,
java.lang.String newFieldName,
boolean visible,
int split)
Add a field to the field info object. |
int |
findFieldByIndex(int fieldIndex)
Returns the index of the field in the field info object matching given the field index. |
int |
findFieldByName(java.lang.String fieldName)
Returns the index of the field in the field info object matching given the field name. |
int |
findFieldByNewName(java.lang.String fieldName)
Returns the index of the field in the field info object matching given the field new name. |
int |
getCount()
The number of fields in the field info object. |
int |
getFieldIndex(int index)
Returns the field index of the specified field in the field info object. |
java.lang.String |
getFieldName(int index)
Returns the name of the specified field in the field info object. |
boolean |
getNamingError(int index)
Returns whether there is an error with the specified field in the field info object. |
java.lang.String |
getNewName(int index)
Returns the new name of the specified field in the field info object. |
int |
getSplitRule(int index)
Returns the split rule of the specified field in the field info object. |
boolean |
getVisible(int index)
Returns the visibility of the specified field in the field info object. |
void |
initialize(IDETable table,
IDEWorkspace workspace)
Initializes the field info object using the field information from the given table/workspace. |
void |
merge(IDETable table)
Merges the field information from the given table data element into the field info object. |
void |
removeAll()
Removes all the fields from the field info object. |
void |
removeField(int index)
Removes the given field from the field info object. |
void |
setFieldIndex(int index,
int fieldIndex)
Sets the name of the specified field in the field info object. |
void |
setFieldName(int index,
java.lang.String name)
Sets the name of the specified field in the field info object. |
void |
setNamingError(int index,
boolean error)
Sets whether there is an error with the specified field in the field info object. |
void |
setNewName(int index,
java.lang.String name)
Sets the new name of the specified field in the field info object. |
void |
setSplitRule(int index,
int split)
Sets the split rule of the specified field in the field info object. |
void |
setVisible(int index,
boolean visible)
Sets the visibility of the specified field in the field info object. |
Field Detail |
---|
static final int IIDb4893c59_ece5_4b2d_ab4a_540abc813789
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void initialize(IDETable table, IDEWorkspace workspace) throws java.io.IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)workspace
- A reference to a com.esri.arcgis.geodatabase.IDEWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void merge(IDETable table) throws java.io.IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addField(int fieldIndex, java.lang.String fieldName, java.lang.String newFieldName, boolean visible, int split) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)fieldName
- The fieldName (in)newFieldName
- The newFieldName (in)visible
- The visible (in)split
- A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldIndex(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean getNamingError(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNewName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSplitRule(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean getVisible(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldName(int index, java.lang.String name) throws java.io.IOException, AutomationException
index
- The index (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldIndex(int index, int fieldIndex) throws java.io.IOException, AutomationException
index
- The index (in)fieldIndex
- The fieldIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNamingError(int index, boolean error) throws java.io.IOException, AutomationException
index
- The index (in)error
- The error (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNewName(int index, java.lang.String name) throws java.io.IOException, AutomationException
index
- The index (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSplitRule(int index, int split) throws java.io.IOException, AutomationException
index
- The index (in)split
- A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(int index, boolean visible) throws java.io.IOException, AutomationException
index
- The index (in)visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeField(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldByName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldByNewName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldByIndex(int fieldIndex) throws java.io.IOException, AutomationException
fieldIndex
- The fieldIndex (in)
java.io.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 |