|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBinFunction
COM Interface 'IBinFunction'. Generated 3/19/2015 1:20:51 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 |
IID07f78971_f990_11d2_80b0_00500462e955
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
---|
static final int IID07f78971_f990_11d2_80b0_00500462e955
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getNumBins() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int valueToIndex(double pixval) throws java.io.IOException, AutomationException
pixval
- The pixval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void invert(int bin, double[] upper, double[] lower) throws java.io.IOException, AutomationException
bin
- The bin (in)upper
- The upper (out: use single element array)lower
- The lower (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void title(java.lang.String[] title) throws java.io.IOException, AutomationException
title
- The title (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |