com.esri.arcgis.datasourcesraster
Interface IDefineNoDataParameters

All Superinterfaces:
Serializable
All Known Subinterfaces:
IDefineNoDataParameters2
All Known Implementing Classes:
DefineNoDataParameters, IDefineNoDataParametersProxy

public interface IDefineNoDataParameters
extends Serializable

Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.

Product Availability

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


Method Summary
 IDoubleArray getIncludedRanges()
          The included value ranges, i.e.
 IStringArray getNoDataValues()
          The list of, space separated, NoData values, for each band.
 void setIncludedRangesByRef(IDoubleArray ppRanges)
          The included value ranges, i.e.
 void setNoDataValuesByRef(IStringArray ppValues)
          The list of, space separated, NoData values, for each band.
 

Method Detail

getIncludedRanges

IDoubleArray getIncludedRanges()
                               throws IOException,
                                      AutomationException
The included value ranges, i.e. [min, max] for each band.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludedRangesByRef

void setIncludedRangesByRef(IDoubleArray ppRanges)
                            throws IOException,
                                   AutomationException
The included value ranges, i.e. [min, max] for each band.

Product Availability

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

Parameters:
ppRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoDataValues

IStringArray getNoDataValues()
                             throws IOException,
                                    AutomationException
The list of, space separated, NoData values, for each band.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataValuesByRef

void setNoDataValuesByRef(IStringArray ppValues)
                          throws IOException,
                                 AutomationException
The list of, space separated, NoData values, for each band.

Product Availability

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

Parameters:
ppValues - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.