com.esri.arcgis.datasourcesraster
Interface IBinFunction2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IBinFunction2Proxy

public interface IBinFunction2
extends java.io.Serializable

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

Description: 'Provides access to members that control a raster histogram bin function.' 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 IIDb64bfd4c_672b_491e_a21c_f671de292deb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createFromTitle(java.lang.String title, int numBins, java.lang.Object[] psa)
          Create Stock Binfunction.
 int getNumBins()
          Number of bins (same as rows in table).
 void invert(int bin, double[] upper, double[] lower)
          Returns upper and lower limits of bin.
 void title(java.lang.String[] title)
          Name of bin function.
 int valueToIndex(double pixval)
          Converts pixel values to columns in the descriptor table.
 

Field Detail

IIDb64bfd4c_672b_491e_a21c_f671de292deb

static final int IIDb64bfd4c_672b_491e_a21c_f671de292deb
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

getNumBins

int getNumBins()
               throws java.io.IOException,
                      AutomationException
Number of bins (same as rows in table).

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

valueToIndex

int valueToIndex(double pixval)
                 throws java.io.IOException,
                        AutomationException
Converts pixel values to columns in the descriptor table.

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

invert

void invert(int bin,
            double[] upper,
            double[] lower)
            throws java.io.IOException,
                   AutomationException
Returns upper and lower limits of bin.

Parameters:
bin - The bin (in)
upper - The upper (out: use single element array)
lower - The lower (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

title

void title(java.lang.String[] title)
           throws java.io.IOException,
                  AutomationException
Name of bin function.

Parameters:
title - The title (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFromTitle

void createFromTitle(java.lang.String title,
                     int numBins,
                     java.lang.Object[] psa)
                     throws java.io.IOException,
                            AutomationException
Create Stock Binfunction.

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