|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemap
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2b1e876d_0be8_11d4_80d6_00c04fa0702c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
clear()
Clears the remap object. |
void |
deleteRecord(int recordIndex)
Deletes a remap record by index. |
int |
getMinOutputValue()
The minimum output value. |
int |
getRecordCount()
The number of remap records. |
void |
hasValueToNoData(boolean[] hasToNodata)
Returns whether any record is mapped to nodata. |
void |
loadFromTable(ITable remapTable)
Loads remap records from an ITable and creates the relevant remap object. |
void |
queryNoDataTo(boolean[] isMapped,
int[] outValue)
Returns whether nodata is mapped and if so, the mapped value. |
void |
queryRecord(int recordIndex,
java.lang.String[] sInValue,
java.lang.String[] sOutValue)
Returns info for a remap record by index. |
ITable |
representAsTable()
Stores the remap records in an ITable. |
void |
saveAsTable(java.lang.String tableName)
Saves the remap records to a table. |
void |
setNoDataTo(int rhs1)
The nodata value. |
void |
validate(boolean[] bIsValid,
java.lang.String[] sErrorInfo)
Validates the remap records. |
Field Detail |
---|
static final int IID2b1e876d_0be8_11d4_80d6_00c04fa0702c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getRecordCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataTo(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryRecord(int recordIndex, java.lang.String[] sInValue, java.lang.String[] sOutValue) throws java.io.IOException, AutomationException
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.void queryNoDataTo(boolean[] isMapped, int[] outValue) throws java.io.IOException, AutomationException
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.void validate(boolean[] bIsValid, java.lang.String[] sErrorInfo) throws java.io.IOException, AutomationException
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.void deleteRecord(int recordIndex) throws java.io.IOException, AutomationException
recordIndex
- The recordIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromTable(ITable remapTable) throws java.io.IOException, AutomationException
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.void saveAsTable(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable representAsTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMinOutputValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hasValueToNoData(boolean[] hasToNodata) throws java.io.IOException, AutomationException
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 |