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, java.io.Externalizable, java.io.Serializable

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

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITableBuilder
IID, IID30e5ab73_f4fd_4baf_a47f_25928f13e76d
 
Constructor Summary
  ITableBuilderProxy()
          For internal use only
  ITableBuilderProxy(java.lang.Object obj)
           
protected ITableBuilderProxy(java.lang.Object obj, java.lang.String iid)
           
  ITableBuilderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITableBuilderProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITableBuilderProxy

public ITableBuilderProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITableBuilderProxy

public ITableBuilderProxy()
For internal use only


ITableBuilderProxy

public ITableBuilderProxy(java.lang.Object obj)
                   throws java.io.IOException
Throws:
java.io.IOException

ITableBuilderProxy

protected ITableBuilderProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Throws:
java.io.IOException

ITableBuilderProxy

protected ITableBuilderProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

setNameField

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

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

getNameField

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

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

setRasterField

public 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.

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

getRasterField

public 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.

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

setGroupField

public 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.

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

getGroupField

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

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

setTagField

public 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.

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

getTagField

public 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.

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