public interface IRemapFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control remap function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6997f806_48be_4f4b_afcc_f2d765541cdd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInputField()
The field in the Attribute table that contains (minimum) pixel values.
|
IDoubleArray |
getInputRanges()
The collection of min-max value pairs indicating input remap classes.
|
IDoubleArray |
getNoDataRanges()
The collection of min-max value pairs indicating NoData.
|
java.lang.String |
getOutputField()
The field in the attribute table containing the remapped values.
|
IDoubleArray |
getOutputValues()
The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.
|
java.lang.Object |
getRaster()
The source raster object.
|
java.lang.Object |
getReplacementValue()
The value that will replace unmatched / missing values.
|
ITable |
getTable()
The table used to lookup pixel values.
|
boolean |
isAllowUnmatched()
Indicates if unmatched values should be passed through.
|
boolean |
isUseTable()
Indicates if the attribute table should be used for remapping.
|
void |
setAllowUnmatched(boolean pbAllowUnmatched)
Indicates if unmatched values should be passed through.
|
void |
setInputField(java.lang.String pInputField)
The field in the Attribute table that contains (minimum) pixel values.
|
void |
setInputRangesByRef(IDoubleArray ppInputRanges)
The collection of min-max value pairs indicating input remap classes.
|
void |
setNoDataRangesByRef(IDoubleArray ppNoDataRanges)
The collection of min-max value pairs indicating NoData.
|
void |
setOutputField(java.lang.String pOutputField)
The field in the attribute table containing the remapped values.
|
void |
setOutputValuesByRef(IDoubleArray ppOutputValues)
The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setReplacementValue(java.lang.Object pReplacementValue)
The value that will replace unmatched / missing values.
|
void |
setTableByRef(ITable ppTable)
The table used to lookup pixel values.
|
void |
setUseTable(boolean pbUseTable)
Indicates if the attribute table should be used for remapping.
|
static final int IID6997f806_48be_4f4b_afcc_f2d765541cdd
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllowUnmatched() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowUnmatched(boolean pbAllowUnmatched) throws java.io.IOException, AutomationException
pbAllowUnmatched
- The pbAllowUnmatched (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseTable(boolean pbUseTable) throws java.io.IOException, AutomationException
pbUseTable
- The pbUseTable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInputField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputField(java.lang.String pInputField) throws java.io.IOException, AutomationException
pInputField
- The pInputField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOutputField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputField(java.lang.String pOutputField) throws java.io.IOException, AutomationException
pOutputField
- The pOutputField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws java.io.IOException, AutomationException
ppTable
- 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.IDoubleArray getInputRanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputRangesByRef(IDoubleArray ppInputRanges) throws java.io.IOException, AutomationException
ppInputRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getOutputValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputValuesByRef(IDoubleArray ppOutputValues) throws java.io.IOException, AutomationException
ppOutputValues
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getNoDataRanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoDataRangesByRef(IDoubleArray ppNoDataRanges) throws java.io.IOException, AutomationException
ppNoDataRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getReplacementValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReplacementValue(java.lang.Object pReplacementValue) throws java.io.IOException, AutomationException
pReplacementValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.