com.esri.arcgis.datasourcesraster
Interface ITableBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableBuilderProxy, TableBuilder

public interface ITableBuilder
extends java.io.Serializable

COM Interface 'ITableBuilder'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a table builder.' 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 IID30e5ab73_f4fd_4baf_a47f_25928f13e76d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getGroupField()
          The name of the field that contains values that identify groups of related items.
 java.lang.String getNameField()
          The name of the field that contains a friendly name for an item.
 java.lang.String getRasterField()
          The name of the field that contains either a path to a raster dataset or stores a raster value object.
 java.lang.String getTagField()
          The name of the field that provides an item with a tag that unique identifies the item within a group.
 void setGroupField(java.lang.String pGroupField)
          The name of the field that contains values that identify groups of related items.
 void setNameField(java.lang.String pNameField)
          The name of the field that contains a friendly name for an item.
 void setRasterField(java.lang.String pRasterField)
          The name of the field that contains either a path to a raster dataset or stores a raster value object.
 void setTagField(java.lang.String pTagField)
          The name of the field that provides an item with a tag that unique identifies the item within a group.
 

Field Detail

IID30e5ab73_f4fd_4baf_a47f_25928f13e76d

static final int IID30e5ab73_f4fd_4baf_a47f_25928f13e76d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setNameField

void setNameField(java.lang.String pNameField)
                  throws java.io.IOException,
                         AutomationException
The name of the field that contains a friendly name for an item.

Parameters:
pNameField - The pNameField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNameField

java.lang.String getNameField()
                              throws java.io.IOException,
                                     AutomationException
The name of the field that contains a friendly name for an item.

Returns:
The pNameField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterField

void setRasterField(java.lang.String pRasterField)
                    throws java.io.IOException,
                           AutomationException
The name of the field that contains either a path to a raster dataset or stores a raster value object.

Parameters:
pRasterField - The pRasterField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterField

java.lang.String getRasterField()
                                throws java.io.IOException,
                                       AutomationException
The name of the field that contains either a path to a raster dataset or stores a raster value object.

Returns:
The pRasterField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupField

void setGroupField(java.lang.String pGroupField)
                   throws java.io.IOException,
                          AutomationException
The name of the field that contains values that identify groups of related items.

Parameters:
pGroupField - The pGroupField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGroupField

java.lang.String getGroupField()
                               throws java.io.IOException,
                                      AutomationException
The name of the field that contains values that identify groups of related items.

Returns:
The pGroupField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTagField

void setTagField(java.lang.String pTagField)
                 throws java.io.IOException,
                        AutomationException
The name of the field that provides an item with a tag that unique identifies the item within a group.

Parameters:
pTagField - The pTagField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTagField

java.lang.String getTagField()
                             throws java.io.IOException,
                                    AutomationException
The name of the field that provides an item with a tag that unique identifies the item within a group.

Returns:
The pTagField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.