com.esri.arcgis.datasourcesraster
Interface IDescColumn

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

public interface IDescColumn
extends java.io.Serializable

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

Description: 'Provides access to members that control a descriptor table column.' 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 IID2a415fe1_f8f9_11d2_8ef2_00609770ad52
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Name of the descriptor table.
 int getWidth()
          Width of the descriptor table.
 java.lang.Object read(int start, int count)
          Read data from the descriptor table.
 void setName(java.lang.String name)
          Name of the descriptor table.
 short type()
          The type of the values in this column of the descriptor table.
 int valueToIndex(double pixval)
          Converts pixel values to columns in the descriptor table.
 void write(int start, int count, java.lang.Object array)
          Writes data to the descriptor table.
 

Field Detail

IID2a415fe1_f8f9_11d2_8ef2_00609770ad52

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the descriptor table.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the descriptor table.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
Width of the descriptor table.

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

type

short type()
           throws java.io.IOException,
                  AutomationException
The type of the values in this column of the descriptor table.

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

read

java.lang.Object read(int start,
                      int count)
                      throws java.io.IOException,
                             AutomationException
Read data from the descriptor table.

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

write

void write(int start,
           int count,
           java.lang.Object array)
           throws java.io.IOException,
                  AutomationException
Writes data to the descriptor table.

Parameters:
start - The start (in)
count - The count (in)
array - A Variant (in)
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.