|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IStatisticsFunctionArgumentsProxy
public class IStatisticsFunctionArgumentsProxy
Provides access to members that control focal statistics function arguments.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IStatisticsFunctionArgumentsProxy()
|
|
IStatisticsFunctionArgumentsProxy(Object obj)
|
protected |
IStatisticsFunctionArgumentsProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getColumns()
The number of columns in the focal function. |
Object |
getRaster()
The source raster object. |
int |
getRows()
The number of rows in the focal function. |
int |
getType()
The focal statistic type. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setColumns(int pColumns)
The number of columns in the focal function. |
void |
setRasterByRef(Object ppRaster)
The source raster object. |
void |
setRows(int pRows)
The number of rows in the focal function. |
void |
setType(int pType)
The focal statistic type. |
| 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 IStatisticsFunctionArgumentsProxy()
public IStatisticsFunctionArgumentsProxy(Object obj)
throws IOException
IOException
protected IStatisticsFunctionArgumentsProxy(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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public Object getRaster()
throws IOException,
AutomationException
getRaster in interface IStatisticsFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRasterByRef(Object ppRaster)
throws IOException,
AutomationException
setRasterByRef in interface IStatisticsFunctionArgumentsppRaster - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws IOException,
AutomationException
getType in interface IStatisticsFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int pType)
throws IOException,
AutomationException
setType in interface IStatisticsFunctionArgumentspType - A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumns(int pColumns)
throws IOException,
AutomationException
setColumns in interface IStatisticsFunctionArgumentspColumns - The pColumns (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumns()
throws IOException,
AutomationException
getColumns in interface IStatisticsFunctionArgumentsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRows(int pRows)
throws IOException,
AutomationException
setRows in interface IStatisticsFunctionArgumentspRows - The pRows (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRows()
throws IOException,
AutomationException
getRows in interface IStatisticsFunctionArgumentsIOException - 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 | ||||||||