|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemapFunctionArguments
Provides access to members that control remap function arguments.
Method Summary | |
---|---|
String |
getInputField()
Field in the Attribute table that contains 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. |
String |
getOutputField()
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. |
Object |
getRaster()
The source raster object. |
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(String pInputField)
Field in the Attribute table that contains 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(String pOutputField)
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(Object ppRaster)
The source raster object. |
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. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowUnmatched() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowUnmatched(boolean pbAllowUnmatched) throws IOException, AutomationException
pbAllowUnmatched
- The pbAllowUnmatched (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseTable(boolean pbUseTable) throws IOException, AutomationException
pbUseTable
- The pbUseTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInputField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputField(String pInputField) throws IOException, AutomationException
pInputField
- The pInputField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOutputField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputField(String pOutputField) throws IOException, AutomationException
pOutputField
- The pOutputField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getInputRanges() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputRangesByRef(IDoubleArray ppInputRanges) throws IOException, AutomationException
ppInputRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getOutputValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputValuesByRef(IDoubleArray ppOutputValues) throws IOException, AutomationException
ppOutputValues
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getNoDataRanges() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataRangesByRef(IDoubleArray ppNoDataRanges) throws IOException, AutomationException
ppNoDataRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
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 |