public class IDescTableProxy extends com.esri.arcgis.interop.Dispatch implements IDescTable, java.io.Serializable
Description: 'Provides access to members that control a descriptor table.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDd777c1a0_f41a_11d2_80a7_00500462e955
Modifier | Constructor and Description |
---|---|
|
IDescTableProxy()
For internal use only
|
|
IDescTableProxy(java.lang.Object obj) |
protected |
IDescTableProxy(java.lang.Object obj,
java.lang.String iid) |
|
IDescTableProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IDescTableProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(int col_index,
IDescColumn col)
Adds a column to the descriptor table.
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
deleteColumn(int col_index)
Deletes a column from the descriptor table.
|
void |
fieldDesc(int index,
java.lang.String[] name,
short[] type,
int[] width)
Provides a description of the field.
|
int |
findField(java.lang.String strtofind)
Finds a field in the descriptor table.
|
IBinFunction |
getBinFunction()
Pixel to Row tranlator.
|
int |
getNumFields()
Number of fields in the descriptor table.
|
IDescColumn |
readColumn(int col_index)
Reads a column from the descriptor table.
|
IDescRow |
readRow(int row_index)
Returns a row from the the descriptor table.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
int |
valueToIndex(double pixval)
Converts pixel values to rows in the descriptor table.
|
IDescColumn |
writeColumn(int col_index)
Writes column to the descriptor table.
|
void |
writeRow(int row_index,
IDescRow row)
Writes row of data to the descriptor table.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IDescTableProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDescTableProxy()
public IDescTableProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDescTableProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDescTableProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getNumFields() throws java.io.IOException, AutomationException
getNumFields
in interface IDescTable
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void fieldDesc(int index, java.lang.String[] name, short[] type, int[] width) throws java.io.IOException, AutomationException
fieldDesc
in interface IDescTable
index
- The index (in)name
- The name (out: use single element array)type
- The type (out: use single element array)width
- The width (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IBinFunction getBinFunction() throws java.io.IOException, AutomationException
getBinFunction
in interface IDescTable
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int valueToIndex(double pixval) throws java.io.IOException, AutomationException
valueToIndex
in interface IDescTable
pixval
- The pixval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDescRow readRow(int row_index) throws java.io.IOException, AutomationException
readRow
in interface IDescTable
row_index
- The row_index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeRow(int row_index, IDescRow row) throws java.io.IOException, AutomationException
writeRow
in interface IDescTable
row_index
- The row_index (in)row
- A reference to a com.esri.arcgis.datasourcesraster.IDescRow (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDescColumn readColumn(int col_index) throws java.io.IOException, AutomationException
readColumn
in interface IDescTable
col_index
- The col_index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDescColumn writeColumn(int col_index) throws java.io.IOException, AutomationException
writeColumn
in interface IDescTable
col_index
- The col_index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int findField(java.lang.String strtofind) throws java.io.IOException, AutomationException
findField
in interface IDescTable
strtofind
- The strtofind (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addColumn(int col_index, IDescColumn col) throws java.io.IOException, AutomationException
addColumn
in interface IDescTable
col_index
- The col_index (in)col
- A reference to a com.esri.arcgis.datasourcesraster.IDescColumn (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteColumn(int col_index) throws java.io.IOException, AutomationException
deleteColumn
in interface IDescTable
col_index
- The col_index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.