com.esri.arcgis.datasourcesraster
Class IRemapFunctionArguments2Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IRemapFunctionArguments2'. 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 IRemapFunctionArguments2Proxy
extends IRemapFunctionArgumentsProxy
implements IRemapFunctionArguments2, 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.IRemapFunctionArguments2
IID, IID62e3ed53_771d_4cb4_8e27_2800991ebf31
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemapFunctionArguments
IID6997f806_48be_4f4b_afcc_f2d765541cdd
 
Constructor Summary
  IRemapFunctionArguments2Proxy()
          Deprecated. For internal use only
  IRemapFunctionArguments2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRemapFunctionArguments2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRemapFunctionArguments2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRemapFunctionArguments2Proxy(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 getDefinitionExpression()
          Deprecated. The definition expression on the remap table.
 IGeometryArray getGeometries()
          Deprecated. The array of area of interest polygons.
 java.lang.String getInputMaxField()
          Deprecated. The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.
 int getRemapTableType()
          Deprecated. The remap table type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDefinitionExpression(java.lang.String pDefinition)
          Deprecated. The definition expression on the remap table.
 void setGeometriesByRef(IGeometryArray ppGeometries)
          Deprecated. The array of area of interest polygons.
 void setInputMaxField(java.lang.String pInputMaxField)
          Deprecated. The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.
 void setRemapTableType(int pType)
          Deprecated. The remap table type.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRemapFunctionArgumentsProxy
getInputField, getInputRanges, getNoDataRanges, getOutputField, getOutputValues, getRaster, getTable, isAllowUnmatched, isUseTable, setAllowUnmatched, setInputField, setInputRangesByRef, setNoDataRangesByRef, setOutputField, setOutputValuesByRef, setRasterByRef, setTableByRef, setUseTable
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemapFunctionArguments
getInputField, getInputRanges, getNoDataRanges, getOutputField, getOutputValues, getRaster, getTable, isAllowUnmatched, isUseTable, setAllowUnmatched, setInputField, setInputRangesByRef, setNoDataRangesByRef, setOutputField, setOutputValuesByRef, setRasterByRef, setTableByRef, setUseTable
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRemapFunctionArguments2Proxy

public IRemapFunctionArguments2Proxy(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

IRemapFunctionArguments2Proxy

public IRemapFunctionArguments2Proxy()
Deprecated. 
For internal use only


IRemapFunctionArguments2Proxy

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

IRemapFunctionArguments2Proxy

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

IRemapFunctionArguments2Proxy

protected IRemapFunctionArguments2Proxy(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 IRemapFunctionArgumentsProxy
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 IRemapFunctionArgumentsProxy
Throws:
java.io.IOException

getInputMaxField

public java.lang.String getInputMaxField()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.

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

setInputMaxField

public void setInputMaxField(java.lang.String pInputMaxField)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.

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

getRemapTableType

public int getRemapTableType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The remap table type.

Specified by:
getRemapTableType in interface IRemapFunctionArguments2
Returns:
A com.esri.arcgis.datasourcesraster.esriRemapTableType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRemapTableType

public void setRemapTableType(int pType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The remap table type.

Specified by:
setRemapTableType in interface IRemapFunctionArguments2
Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriRemapTableType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionExpression

public java.lang.String getDefinitionExpression()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The definition expression on the remap table.

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

setDefinitionExpression

public void setDefinitionExpression(java.lang.String pDefinition)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The definition expression on the remap table.

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

getGeometries

public IGeometryArray getGeometries()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The array of area of interest polygons.

Specified by:
getGeometries in interface IRemapFunctionArguments2
Returns:
A reference to a com.esri.arcgis.geometry.IGeometryArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometriesByRef

public void setGeometriesByRef(IGeometryArray ppGeometries)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The array of area of interest polygons.

Specified by:
setGeometriesByRef in interface IRemapFunctionArguments2
Parameters:
ppGeometries - A reference to a com.esri.arcgis.geometry.IGeometryArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.