com.esri.arcgis.geodatabase
Interface IRasterDatasetEdit3

All Superinterfaces:
IRasterDatasetEdit, IRasterDatasetEdit2, Serializable
All Known Implementing Classes:
RasterDataset

public interface IRasterDatasetEdit3
extends IRasterDatasetEdit2, Serializable

Provides access to members that control editing of a RasterDataset.

Remarks

The IRasterDatasetEdit3 interface allows you to ComputeStatisticsHistogram with skip and ignore values.

Product Availability

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


Method Summary
 void computeStatisticsHistogram(int skipx, int skipy, Object ignoreValues, boolean requireHistogram)
          Computes statistics and histogram for a skip factor and a list of Ignore vlaues.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit2
alterAttributeTable, buildAttributeTable, deleteAttributeTable, isCanAlterAttributeTable
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit
alterColormap, appendNewBand, computeStats, deleteColormap, deleteStats, erase, mosaic, mosaicBands
 

Method Detail

computeStatisticsHistogram

void computeStatisticsHistogram(int skipx,
                                int skipy,
                                Object ignoreValues,
                                boolean requireHistogram)
                                throws IOException,
                                       AutomationException
Computes statistics and histogram for a skip factor and a list of Ignore vlaues.

Product Availability

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

Parameters:
skipx - The skipx (in)
skipy - The skipy (in)
ignoreValues - A Variant (in)
requireHistogram - The requireHistogram (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.