com.esri.arcgis.geoanalyst
Interface IStringRemap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStringRemapProxy, StringRemap

public interface IStringRemap
extends java.io.Serializable

COM Interface 'IStringRemap'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control reclassification of string 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 IID2b1e876e_0be8_11d4_80d6_00c04fa0702c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void loadStringsFromTable(ITable remapTable, java.lang.String outFieldName, java.lang.String inFieldName, java.lang.Object mappingFieldName)
          Loads string remap records from a table object.
 void mapString(java.lang.String inputString, int outputValue)
          Maps a string entry to the remap object.
 void mapStringToNoData(java.lang.String inputString)
          Maps a string entry to nodata.
 void queryStringRecord(int index, java.lang.String[] inString, int[] outValue, boolean[] mappedToNoData)
          Returns string record information by index.
 void queryStringValue(java.lang.String inString, int[] outValue, boolean[] isNodata)
          Returns the mapped value for a string remap entry.
 

Field Detail

IID2b1e876e_0be8_11d4_80d6_00c04fa0702c

static final int IID2b1e876e_0be8_11d4_80d6_00c04fa0702c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

mapString

void mapString(java.lang.String inputString,
               int outputValue)
               throws java.io.IOException,
                      AutomationException
Maps a string entry to the remap object.

Parameters:
inputString - The inputString (in)
outputValue - The outputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mapStringToNoData

void mapStringToNoData(java.lang.String inputString)
                       throws java.io.IOException,
                              AutomationException
Maps a string entry to nodata.

Parameters:
inputString - The inputString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryStringRecord

void queryStringRecord(int index,
                       java.lang.String[] inString,
                       int[] outValue,
                       boolean[] mappedToNoData)
                       throws java.io.IOException,
                              AutomationException
Returns string record information by index.

Parameters:
index - The index (in)
inString - The inString (out: use single element array)
outValue - The outValue (out: use single element array)
mappedToNoData - The mappedToNoData (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryStringValue

void queryStringValue(java.lang.String inString,
                      int[] outValue,
                      boolean[] isNodata)
                      throws java.io.IOException,
                             AutomationException
Returns the mapped value for a string remap entry.

Parameters:
inString - The inString (in)
outValue - The outValue (out: use single element array)
isNodata - The isNodata (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadStringsFromTable

void loadStringsFromTable(ITable remapTable,
                          java.lang.String outFieldName,
                          java.lang.String inFieldName,
                          java.lang.Object mappingFieldName)
                          throws java.io.IOException,
                                 AutomationException
Loads string remap records from a table object.

Parameters:
remapTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
outFieldName - The outFieldName (in)
inFieldName - The inFieldName (in)
mappingFieldName - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.