|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStringRemap
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 |
---|
static final int IID2b1e876e_0be8_11d4_80d6_00c04fa0702c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void mapString(java.lang.String inputString, int outputValue) throws java.io.IOException, AutomationException
inputString
- The inputString (in)outputValue
- The outputValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void mapStringToNoData(java.lang.String inputString) throws java.io.IOException, AutomationException
inputString
- The inputString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryStringRecord(int index, java.lang.String[] inString, int[] outValue, boolean[] mappedToNoData) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryStringValue(java.lang.String inString, int[] outValue, boolean[] isNodata) throws java.io.IOException, AutomationException
inString
- The inString (in)outValue
- The outValue (out: use single element array)isNodata
- The isNodata (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadStringsFromTable(ITable remapTable, java.lang.String outFieldName, java.lang.String inFieldName, java.lang.Object mappingFieldName) throws java.io.IOException, AutomationException
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)
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 |