|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStringRemap
Provides access to members that control reclassification of string data.
Method Summary | |
---|---|
void |
loadStringsFromTable(ITable remapTable,
String outFieldName,
String inFieldName,
Object mappingFieldName)
Loads string remap records from a table object. |
void |
mapString(String inputString,
int outputValue)
Maps a string entry to the remap object. |
void |
mapStringToNoData(String inputString)
Maps a string entry to nodata. |
void |
queryStringRecord(int index,
String[] inString,
int[] outValue,
boolean[] mappedToNoData)
Returns string record information by index. |
void |
queryStringValue(String inString,
int[] outValue,
boolean[] isNodata)
Returns the mapped value for a string remap entry. |
Method Detail |
---|
void mapString(String inputString, int outputValue) throws IOException, AutomationException
inputString
- The inputString (in)outputValue
- The outputValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void mapStringToNoData(String inputString) throws IOException, AutomationException
inputString
- The inputString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryStringRecord(int index, String[] inString, int[] outValue, boolean[] mappedToNoData) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryStringValue(String inString, int[] outValue, boolean[] isNodata) throws IOException, AutomationException
inString
- The inString (in)outValue
- The outValue (out: use single element array)isNodata
- The isNodata (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadStringsFromTable(ITable remapTable, String outFieldName, String inFieldName, Object mappingFieldName) throws 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)
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 |