com.esri.arcgis.datasourcesraster
Class ITableBuilderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ITableBuilderProxy
All Implemented Interfaces:
ITableBuilder, Externalizable, Serializable

public class ITableBuilderProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableBuilder, Serializable

Provides access to members that control a table builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITableBuilderProxy()
           
  ITableBuilderProxy(Object obj)
           
protected ITableBuilderProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getGroupField()
          The name of the field that contains values that identify groups of related items.
 String getNameField()
          The name of the field that contains a friendly name for an item.
 String getRasterField()
          The name of the field that contains either a path to a raster dataset or stores a raster value object.
 String getTagField()
          The name of the field that provides an item with a tag that unique identifies the item within a group.
 void removeListener(String iidStr, Object theListener)
           
 void setGroupField(String pGroupField)
          The name of the field that contains values that identify groups of related items.
 void setNameField(String pNameField)
          The name of the field that contains a friendly name for an item.
 void setRasterField(String pRasterField)
          The name of the field that contains either a path to a raster dataset or stores a raster value object.
 void setTagField(String pTagField)
          The name of the field that provides an item with a tag that unique identifies the item within a group.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ITableBuilderProxy

public ITableBuilderProxy()

ITableBuilderProxy

public ITableBuilderProxy(Object obj)
                   throws IOException
Throws:
IOException

ITableBuilderProxy

protected ITableBuilderProxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setNameField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setNameField in interface ITableBuilder
Parameters:
pNameField - The pNameField (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNameField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getNameField in interface ITableBuilder
Returns:
The pNameField
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setRasterField in interface ITableBuilder
Parameters:
pRasterField - The pRasterField (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getRasterField in interface ITableBuilder
Returns:
The pRasterField
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setGroupField in interface ITableBuilder
Parameters:
pGroupField - The pGroupField (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGroupField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGroupField in interface ITableBuilder
Returns:
The pGroupField
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTagField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setTagField in interface ITableBuilder
Parameters:
pTagField - The pTagField (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTagField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTagField in interface ITableBuilder
Returns:
The pTagField
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.