com.esri.arcgis.datasourcesraster
Interface ISpectralConversionFunctionArguments2

All Superinterfaces:
ISpectralConversionFunctionArguments, Serializable
All Known Implementing Classes:
SpectralConversionFunctionArguments

public interface ISpectralConversionFunctionArguments2
extends ISpectralConversionFunctionArguments, Serializable

Provides access to members that control the validation of band information for the spectral conversion function.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isPseudoColorOutput()
          Indicates whether the output is a pseudo-color raster.
 void setIsPseudoColorOutput(boolean pbIsPseudoColorOutput)
          Indicates whether the output is a pseudo-color raster.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ISpectralConversionFunctionArguments
getConversionMatrix, getRaster, setConversionMatrixByRef, setRasterByRef
 

Method Detail

isPseudoColorOutput

boolean isPseudoColorOutput()
                            throws IOException,
                                   AutomationException
Indicates whether the output is a pseudo-color raster.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbIsPseudoColorOutput
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsPseudoColorOutput

void setIsPseudoColorOutput(boolean pbIsPseudoColorOutput)
                            throws IOException,
                                   AutomationException
Indicates whether the output is a pseudo-color raster.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbIsPseudoColorOutput - The pbIsPseudoColorOutput (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.