|
|||||||||
| 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.IRemapFunctionArgumentsProxy
Description: 'Provides access to members that control remap function arguments.' 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 =
public class IRemapFunctionArgumentsProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.IRemapFunctionArguments |
|---|
IID, IID6997f806_48be_4f4b_afcc_f2d765541cdd |
| Constructor Summary | |
|---|---|
|
IRemapFunctionArgumentsProxy()
Deprecated. For internal use only |
|
IRemapFunctionArgumentsProxy(java.lang.Object obj)
Deprecated. |
protected |
IRemapFunctionArgumentsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRemapFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRemapFunctionArgumentsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getInputField()
Deprecated. The field in the Attribute table that contains (minimum) pixel values. |
IDoubleArray |
getInputRanges()
Deprecated. The collection of min-max value pairs indicating input remap classes. |
IDoubleArray |
getNoDataRanges()
Deprecated. The collection of min-max value pairs indicating NoData. |
java.lang.String |
getOutputField()
Deprecated. The field in the attribute table containing the remapped values. |
IDoubleArray |
getOutputValues()
Deprecated. The collection of output values to which each input value pair in the 'InputRanges' collection is remapped. |
java.lang.Object |
getRaster()
Deprecated. The source raster object. |
ITable |
getTable()
Deprecated. The table used to lookup pixel values. |
boolean |
isAllowUnmatched()
Deprecated. Indicates if unmatched values should be passed through. |
boolean |
isUseTable()
Deprecated. Indicates if the attribute table should be used for remapping. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllowUnmatched(boolean pbAllowUnmatched)
Deprecated. Indicates if unmatched values should be passed through. |
void |
setInputField(java.lang.String pInputField)
Deprecated. The field in the Attribute table that contains (minimum) pixel values. |
void |
setInputRangesByRef(IDoubleArray ppInputRanges)
Deprecated. The collection of min-max value pairs indicating input remap classes. |
void |
setNoDataRangesByRef(IDoubleArray ppNoDataRanges)
Deprecated. The collection of min-max value pairs indicating NoData. |
void |
setOutputField(java.lang.String pOutputField)
Deprecated. The field in the attribute table containing the remapped values. |
void |
setOutputValuesByRef(IDoubleArray ppOutputValues)
Deprecated. The collection of output values to which each input value pair in the 'InputRanges' collection is remapped. |
void |
setRasterByRef(java.lang.Object ppRaster)
Deprecated. The source raster object. |
void |
setTableByRef(ITable ppTable)
Deprecated. The table used to lookup pixel values. |
void |
setUseTable(boolean pbUseTable)
Deprecated. Indicates if the attribute table should be used for remapping. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IRemapFunctionArgumentsProxy(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.IOExceptionpublic IRemapFunctionArgumentsProxy()
public IRemapFunctionArgumentsProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IRemapFunctionArgumentsProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IRemapFunctionArgumentsProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.Object getRaster()
throws java.io.IOException,
AutomationException
getRaster in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRasterByRef(java.lang.Object ppRaster)
throws java.io.IOException,
AutomationException
setRasterByRef in interface IRemapFunctionArgumentsppRaster - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAllowUnmatched()
throws java.io.IOException,
AutomationException
isAllowUnmatched in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowUnmatched(boolean pbAllowUnmatched)
throws java.io.IOException,
AutomationException
setAllowUnmatched in interface IRemapFunctionArgumentspbAllowUnmatched - The pbAllowUnmatched (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseTable()
throws java.io.IOException,
AutomationException
isUseTable in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseTable(boolean pbUseTable)
throws java.io.IOException,
AutomationException
setUseTable in interface IRemapFunctionArgumentspbUseTable - The pbUseTable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getInputField()
throws java.io.IOException,
AutomationException
getInputField in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputField(java.lang.String pInputField)
throws java.io.IOException,
AutomationException
setInputField in interface IRemapFunctionArgumentspInputField - The pInputField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOutputField()
throws java.io.IOException,
AutomationException
getOutputField in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputField(java.lang.String pOutputField)
throws java.io.IOException,
AutomationException
setOutputField in interface IRemapFunctionArgumentspOutputField - The pOutputField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getTable()
throws java.io.IOException,
AutomationException
getTable in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTableByRef(ITable ppTable)
throws java.io.IOException,
AutomationException
setTableByRef in interface IRemapFunctionArgumentsppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getInputRanges()
throws java.io.IOException,
AutomationException
getInputRanges in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputRangesByRef(IDoubleArray ppInputRanges)
throws java.io.IOException,
AutomationException
setInputRangesByRef in interface IRemapFunctionArgumentsppInputRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getOutputValues()
throws java.io.IOException,
AutomationException
getOutputValues in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputValuesByRef(IDoubleArray ppOutputValues)
throws java.io.IOException,
AutomationException
setOutputValuesByRef in interface IRemapFunctionArgumentsppOutputValues - A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDoubleArray getNoDataRanges()
throws java.io.IOException,
AutomationException
getNoDataRanges in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNoDataRangesByRef(IDoubleArray ppNoDataRanges)
throws java.io.IOException,
AutomationException
setNoDataRangesByRef in interface IRemapFunctionArgumentsppNoDataRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.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 | ||||||||