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 extends com.esri.arcgis.interop.Dispatch implements IRemapFunctionArguments, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID6997f806_48be_4f4b_afcc_f2d765541cdd| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
|
java.lang.Object |
getReplacementValue()
Deprecated.
The value that will replace unmatched / missing values.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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 |
setReplacementValue(java.lang.Object pReplacementValue)
Deprecated.
The value that will replace unmatched / missing values.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
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.UnknownHostExceptionjava.io.IOExceptionpublic IRemapFunctionArgumentsProxy()
public IRemapFunctionArgumentsProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRemapFunctionArgumentsProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic 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.public java.lang.Object getReplacementValue()
throws java.io.IOException,
AutomationException
getReplacementValue in interface IRemapFunctionArgumentsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setReplacementValue(java.lang.Object pReplacementValue)
throws java.io.IOException,
AutomationException
setReplacementValue in interface IRemapFunctionArgumentspReplacementValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.