|
|||||||||
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 | |
---|---|
IDoubleArray |
getInputRanges()
The collection of min-max value pairs indicating input remap classes. |
IDoubleArray |
getNoDataRanges()
The collection of min-max value pairs indicating NoData. |
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. |
boolean |
isAllowUnmatched()
Indicates if unmatched values should be passed through. |
void |
setAllowUnmatched(boolean pbAllowUnmatched)
Indicates if unmatched values should be passed through. |
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 |
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. |
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.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 |