|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INumberRemap
COM Interface 'INumberRemap'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'
Description: 'Provides access to members that control reclassification of numerical 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 |
IID2b1e876f_0be8_11d4_80d6_00c04fa0702c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
loadNumbersFromASCIIFile(java.lang.String remapFile)
Loads the information from an ArcGRID ASCII remap file into a remap object. |
void |
loadNumbersFromTable(ITable remapTable,
java.lang.String outFieldName,
java.lang.String fromFieldName,
java.lang.Object toFieldName,
java.lang.Object mappingFieldName)
Load number remap records from a table object. |
void |
mapRange(double minValue,
double maxValue,
int outputValue)
Maps a range entry to the remap object. |
void |
mapRangeToNoData(double minValue,
double maxValue)
Maps a range entry to nodata. |
void |
mapValue(double value,
int outputValue)
Maps a single value entry to the remap object. |
void |
mapValueToNoData(double value)
Maps a single value entry to nodata. |
void |
queryNumberRecord(int index,
double[] minValue,
double[] maxValue,
int[] outValue,
boolean[] mappedToNoData)
Returns number record information by index. |
void |
queryNumberValue(double inValue,
int[] outValue,
boolean[] isNodata)
Returns the mapped value for a number remap entry. |
| Field Detail |
|---|
static final int IID2b1e876f_0be8_11d4_80d6_00c04fa0702c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void mapValue(double value,
int outputValue)
throws java.io.IOException,
AutomationException
value - The value (in)outputValue - The outputValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void mapRange(double minValue,
double maxValue,
int outputValue)
throws java.io.IOException,
AutomationException
minValue - The minValue (in)maxValue - The maxValue (in)outputValue - The outputValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void mapValueToNoData(double value)
throws java.io.IOException,
AutomationException
value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void mapRangeToNoData(double minValue,
double maxValue)
throws java.io.IOException,
AutomationException
minValue - The minValue (in)maxValue - The maxValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryNumberRecord(int index,
double[] minValue,
double[] maxValue,
int[] outValue,
boolean[] mappedToNoData)
throws java.io.IOException,
AutomationException
index - The index (in)minValue - The minValue (out: use single element array)maxValue - The maxValue (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 queryNumberValue(double inValue,
int[] outValue,
boolean[] isNodata)
throws java.io.IOException,
AutomationException
inValue - The inValue (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 loadNumbersFromTable(ITable remapTable,
java.lang.String outFieldName,
java.lang.String fromFieldName,
java.lang.Object toFieldName,
java.lang.Object mappingFieldName)
throws java.io.IOException,
AutomationException
remapTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)outFieldName - The outFieldName (in)fromFieldName - The fromFieldName (in)toFieldName - A Variant (in, optional, pass null if not required)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.
void loadNumbersFromASCIIFile(java.lang.String remapFile)
throws java.io.IOException,
AutomationException
remapFile - The remapFile (in)
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 | ||||||||