com.esri.arcgis.spatialanalyst
Class IGPSARemapProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.spatialanalyst.IGPSARemapProxy
All Implemented Interfaces:
IGPSARemap, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPSARemap'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to Remap control for GP Spatial Analyst.' 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 IGPSARemapProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPSARemap, 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.spatialanalyst.IGPSARemap
IID, IIDb60af0d2_4c41_4b41_bb28_c37728ba1fbb
 
Constructor Summary
  IGPSARemapProxy()
          Deprecated. For internal use only
  IGPSARemapProxy(java.lang.Object obj)
          Deprecated.  
protected IGPSARemapProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPSARemapProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPSARemapProxy(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.
 IRemap getRemap()
          Deprecated. The remap.
 boolean hasValueToNoData()
          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 setRemapByRef(IRemap remap)
          Deprecated. The remap.
 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

IGPSARemapProxy

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

IGPSARemapProxy

public IGPSARemapProxy()
Deprecated. 
For internal use only


IGPSARemapProxy

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

IGPSARemapProxy

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

IGPSARemapProxy

protected IGPSARemapProxy(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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
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 IGPSARemap
Returns:
The minValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasValueToNoData

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

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

getRemap

public IRemap getRemap()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The remap.

Specified by:
getRemap in interface IGPSARemap
Returns:
A reference to a com.esri.arcgis.geoanalyst.IRemap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRemapByRef

public void setRemapByRef(IRemap remap)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The remap.

Specified by:
setRemapByRef in interface IGPSARemap
Parameters:
remap - A reference to a com.esri.arcgis.geoanalyst.IRemap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.