com.esri.arcgis.geoanalyst
Class IRemapProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoanalyst.IRemapProxy
All Implemented Interfaces:
IRemap, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control reclassification of data.' 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 IRemapProxy
extends com.esri.arcgis.interop.Dispatch
implements IRemap, 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.geoanalyst.IRemap
IID, IID2b1e876d_0be8_11d4_80d6_00c04fa0702c
 
Constructor Summary
  IRemapProxy()
          Deprecated. For internal use only
  IRemapProxy(java.lang.Object obj)
          Deprecated.  
protected IRemapProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRemapProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRemapProxy(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.  
 void clear()
          Deprecated. Clears the remap object.
 void deleteRecord(int recordIndex)
          Deprecated. Deletes a remap record by index.
 int getMinOutputValue()
          Deprecated. The minimum output value.
 int getRecordCount()
          Deprecated. The number of remap records.
 void hasValueToNoData(boolean[] hasToNodata)
          Deprecated. Returns whether any record is mapped to nodata.
 void loadFromTable(ITable remapTable)
          Deprecated. Loads remap records from an ITable and creates the relevant remap object.
 void queryNoDataTo(boolean[] isMapped, int[] outValue)
          Deprecated. Returns whether nodata is mapped and if so, the mapped value.
 void queryRecord(int recordIndex, java.lang.String[] sInValue, java.lang.String[] sOutValue)
          Deprecated. Returns info for a remap record by index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 ITable representAsTable()
          Deprecated. Stores the remap records in an ITable.
 void saveAsTable(java.lang.String tableName)
          Deprecated. Saves the remap records to a table.
 void setNoDataTo(int rhs1)
          Deprecated. The nodata value.
 void validate(boolean[] bIsValid, java.lang.String[] sErrorInfo)
          Deprecated. Validates the remap records.
 
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

IRemapProxy

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

IRemapProxy

public IRemapProxy()
Deprecated. 
For internal use only


IRemapProxy

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

IRemapProxy

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

IRemapProxy

protected IRemapProxy(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

getRecordCount

public int getRecordCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of remap records.

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

setNoDataTo

public void setNoDataTo(int rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The nodata value.

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

queryRecord

public void queryRecord(int recordIndex,
                        java.lang.String[] sInValue,
                        java.lang.String[] sOutValue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Returns info for a remap record by index.

Specified by:
queryRecord in interface IRemap
Parameters:
recordIndex - The recordIndex (in)
sInValue - The sInValue (out: use single element array)
sOutValue - The sOutValue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNoDataTo

public void queryNoDataTo(boolean[] isMapped,
                          int[] outValue)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Returns whether nodata is mapped and if so, the mapped value.

Specified by:
queryNoDataTo in interface IRemap
Parameters:
isMapped - The isMapped (out: use single element array)
outValue - The outValue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validate

public void validate(boolean[] bIsValid,
                     java.lang.String[] sErrorInfo)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Validates the remap records.

Specified by:
validate in interface IRemap
Parameters:
bIsValid - The bIsValid (out: use single element array)
sErrorInfo - The sErrorInfo (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteRecord

public void deleteRecord(int recordIndex)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Deletes a remap record by index.

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

clear

public void clear()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Clears the remap object.

Specified by:
clear in interface IRemap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromTable

public void loadFromTable(ITable remapTable)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Loads remap records from an ITable and creates the relevant remap object.

Specified by:
loadFromTable in interface IRemap
Parameters:
remapTable - 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.

saveAsTable

public void saveAsTable(java.lang.String tableName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Saves the remap records to a table.

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

representAsTable

public ITable representAsTable()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Stores the remap records in an ITable.

Specified by:
representAsTable in interface IRemap
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.

getMinOutputValue

public int getMinOutputValue()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The minimum output value.

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

hasValueToNoData

public void hasValueToNoData(boolean[] hasToNodata)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Returns whether any record is mapped to nodata.

Specified by:
hasValueToNoData in interface IRemap
Parameters:
hasToNodata - The hasToNodata (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.