com.esri.arcgis.datasourcesraster
Interface IRasterBandEdit2

All Superinterfaces:
IRasterBandEdit, Serializable
All Known Implementing Classes:
IRasterBandEdit2Proxy, RasterBand

public interface IRasterBandEdit2
extends IRasterBandEdit, Serializable

Provides access to members that control a raster band.

Description

The IRasterBandEdit2 interface allows you to calculate the statistics using a skip factor 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)
          Calculates statistics and histogram for a given skip factor.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBandEdit
alterHistogram, alterStatistics, computeStatsHistogram
 

Method Detail

computeStatisticsHistogram

void computeStatisticsHistogram(int skipx,
                                int skipy,
                                Object ignoreValues,
                                boolean requireHistogram)
                                throws IOException,
                                       AutomationException
Calculates statistics and histogram for a given skip factor.

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.