|
|||||||||
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.IDescColumnProxy
public class IDescColumnProxy
Provides access to members that control a descriptor table column.
This interface is not intended to be used by outside developers.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IDescColumnProxy()
|
|
IDescColumnProxy(Object obj)
|
protected |
IDescColumnProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getName()
Name of the descriptor table. |
int |
getWidth()
Width of the descriptor table. |
Object |
read(int start,
int count)
Read data from the descriptor table. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setName(String name)
Name of the descriptor table. |
short |
type()
The type of the values in this column of the descriptor table. |
int |
valueToIndex(double pixval)
Converts pixel values to columns in the descriptor table. |
void |
write(int start,
int count,
Object array)
Writes data to the descriptor table. |
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 IDescColumnProxy()
public IDescColumnProxy(Object obj) throws IOException
IOException
protected IDescColumnProxy(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 String getName() throws IOException, AutomationException
getName
in interface IDescColumn
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface IDescColumn
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IDescColumn
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short type() throws IOException, AutomationException
type
in interface IDescColumn
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object read(int start, int count) throws IOException, AutomationException
read
in interface IDescColumn
start
- The start (in)count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void write(int start, int count, Object array) throws IOException, AutomationException
write
in interface IDescColumn
start
- The start (in)count
- The count (in)array
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int valueToIndex(double pixval) throws IOException, AutomationException
valueToIndex
in interface IDescColumn
pixval
- The pixval (in)
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 |