com.esri.arcgis.datasourcesraster
Class IRemapFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRemapFunctionArgumentsProxy
All Implemented Interfaces:
IRemapFunctionArguments, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRemapFunctionArguments2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IRemapFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRemapFunctionArgumentsProxy

public IRemapFunctionArgumentsProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRemapFunctionArgumentsProxy

public IRemapFunctionArgumentsProxy()
Deprecated. 
For internal use only


IRemapFunctionArgumentsProxy

public IRemapFunctionArgumentsProxy(java.lang.Object obj)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRemapFunctionArgumentsProxy

protected IRemapFunctionArgumentsProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRemapFunctionArgumentsProxy

protected IRemapFunctionArgumentsProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The source raster object.

Specified by:
getRaster in interface IRemapFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The source raster object.

Specified by:
setRasterByRef in interface IRemapFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllowUnmatched

public boolean isAllowUnmatched()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if unmatched values should be passed through.

Specified by:
isAllowUnmatched in interface IRemapFunctionArguments
Returns:
The pbAllowUnmatched
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowUnmatched

public void setAllowUnmatched(boolean pbAllowUnmatched)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if unmatched values should be passed through.

Specified by:
setAllowUnmatched in interface IRemapFunctionArguments
Parameters:
pbAllowUnmatched - The pbAllowUnmatched (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseTable

public boolean isUseTable()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the attribute table should be used for remapping.

Specified by:
isUseTable in interface IRemapFunctionArguments
Returns:
The pbUseTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseTable

public void setUseTable(boolean pbUseTable)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the attribute table should be used for remapping.

Specified by:
setUseTable in interface IRemapFunctionArguments
Parameters:
pbUseTable - The pbUseTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputField

public java.lang.String getInputField()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The field in the Attribute table that contains (minimum) pixel values.

Specified by:
getInputField in interface IRemapFunctionArguments
Returns:
The pInputField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputField

public void setInputField(java.lang.String pInputField)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The field in the Attribute table that contains (minimum) pixel values.

Specified by:
setInputField in interface IRemapFunctionArguments
Parameters:
pInputField - The pInputField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputField

public java.lang.String getOutputField()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The field in the attribute table containing the remapped values.

Specified by:
getOutputField in interface IRemapFunctionArguments
Returns:
The pOutputField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputField

public void setOutputField(java.lang.String pOutputField)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The field in the attribute table containing the remapped values.

Specified by:
setOutputField in interface IRemapFunctionArguments
Parameters:
pOutputField - The pOutputField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

public ITable getTable()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The table used to lookup pixel values.

Specified by:
getTable in interface IRemapFunctionArguments
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

public void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The table used to lookup pixel values.

Specified by:
setTableByRef in interface IRemapFunctionArguments
Parameters:
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputRanges

public IDoubleArray getInputRanges()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The collection of min-max value pairs indicating input remap classes. Pixel values of the input raster in the range [min,max) are mapped to the corresponding value in the 'OutputValues' collection.

Specified by:
getInputRanges in interface IRemapFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputRangesByRef

public void setInputRangesByRef(IDoubleArray ppInputRanges)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The collection of min-max value pairs indicating input remap classes. Pixel values of the input raster in the range [min,max) are mapped to the corresponding value in the 'OutputValues' collection.

Specified by:
setInputRangesByRef in interface IRemapFunctionArguments
Parameters:
ppInputRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputValues

public IDoubleArray getOutputValues()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.

Specified by:
getOutputValues in interface IRemapFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputValuesByRef

public void setOutputValuesByRef(IDoubleArray ppOutputValues)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.

Specified by:
setOutputValuesByRef in interface IRemapFunctionArguments
Parameters:
ppOutputValues - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoDataRanges

public IDoubleArray getNoDataRanges()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The collection of min-max value pairs indicating NoData. Pixel values of the input raster in the range [min,max) are set as NoData.

Specified by:
getNoDataRanges in interface IRemapFunctionArguments
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataRangesByRef

public void setNoDataRangesByRef(IDoubleArray ppNoDataRanges)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The collection of min-max value pairs indicating NoData. Pixel values of the input raster in the range [min,max) are set as NoData.

Specified by:
setNoDataRangesByRef in interface IRemapFunctionArguments
Parameters:
ppNoDataRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.