com.esri.arcgis.datasourcesraster
Interface IRasterBandEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterBandEdit2
All Known Implementing Classes:
IRasterBandEdit2Proxy, IRasterBandEditProxy, RasterBand

public interface IRasterBandEdit
extends java.io.Serializable

COM Interface 'IRasterBandEdit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a raster band.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0ab74c4d_7574_440e_b45a_2a36f22c57c8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void alterHistogram(IRasterHistogram pHistogram)
          Alters histogram.
 void alterStatistics(IRasterStatistics pStats)
          Alters statistics.
 void computeStatsHistogram(int pyramidLevel)
          Calculates statistics and histogram from a given pyramid level.
 

Field Detail

IID0ab74c4d_7574_440e_b45a_2a36f22c57c8

static final int IID0ab74c4d_7574_440e_b45a_2a36f22c57c8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

alterStatistics

void alterStatistics(IRasterStatistics pStats)
                     throws java.io.IOException,
                            AutomationException
Alters statistics.

Parameters:
pStats - A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterHistogram

void alterHistogram(IRasterHistogram pHistogram)
                    throws java.io.IOException,
                           AutomationException
Alters histogram.

Parameters:
pHistogram - A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeStatsHistogram

void computeStatsHistogram(int pyramidLevel)
                           throws java.io.IOException,
                                  AutomationException
Calculates statistics and histogram from a given pyramid level.

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