|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.ITableBuilderProxy
public class ITableBuilderProxy
Provides access to members that control a table builder.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ITableBuilderProxy()
public ITableBuilderProxy(Object obj) throws IOException
IOException
protected ITableBuilderProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setNameField(String pNameField) throws IOException, AutomationException
setNameField
in interface ITableBuilder
pNameField
- The pNameField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getNameField() throws IOException, AutomationException
getNameField
in interface ITableBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterField(String pRasterField) throws IOException, AutomationException
setRasterField
in interface ITableBuilder
pRasterField
- The pRasterField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRasterField() throws IOException, AutomationException
getRasterField
in interface ITableBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGroupField(String pGroupField) throws IOException, AutomationException
setGroupField
in interface ITableBuilder
pGroupField
- The pGroupField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGroupField() throws IOException, AutomationException
getGroupField
in interface ITableBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTagField(String pTagField) throws IOException, AutomationException
setTagField
in interface ITableBuilder
pTagField
- The pTagField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTagField() throws IOException, AutomationException
getTagField
in interface ITableBuilder
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 |