|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoanalyst.IRemapProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRemapProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRemapProxy()
public IRemapProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRemapProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRemapProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getRecordCount() throws java.io.IOException, AutomationException
getRecordCount
in interface IRemap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNoDataTo(int rhs1) throws java.io.IOException, AutomationException
setNoDataTo
in interface IRemap
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryRecord(int recordIndex, java.lang.String[] sInValue, java.lang.String[] sOutValue) throws java.io.IOException, AutomationException
queryRecord
in interface IRemap
recordIndex
- The recordIndex (in)sInValue
- The sInValue (out: use single element array)sOutValue
- The sOutValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryNoDataTo(boolean[] isMapped, int[] outValue) throws java.io.IOException, AutomationException
queryNoDataTo
in interface IRemap
isMapped
- The isMapped (out: use single element array)outValue
- The outValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void validate(boolean[] bIsValid, java.lang.String[] sErrorInfo) throws java.io.IOException, AutomationException
validate
in interface IRemap
bIsValid
- The bIsValid (out: use single element array)sErrorInfo
- The sErrorInfo (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteRecord(int recordIndex) throws java.io.IOException, AutomationException
deleteRecord
in interface IRemap
recordIndex
- The recordIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IRemap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadFromTable(ITable remapTable) throws java.io.IOException, AutomationException
loadFromTable
in interface IRemap
remapTable
- 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 void saveAsTable(java.lang.String tableName) throws java.io.IOException, AutomationException
saveAsTable
in interface IRemap
tableName
- The tableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable representAsTable() throws java.io.IOException, AutomationException
representAsTable
in interface IRemap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinOutputValue() throws java.io.IOException, AutomationException
getMinOutputValue
in interface IRemap
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hasValueToNoData(boolean[] hasToNodata) throws java.io.IOException, AutomationException
hasValueToNoData
in interface IRemap
hasToNodata
- The hasToNodata (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |