com.esri.arcgis.datasourcesraster
Interface IRasterBand

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterBandProxy, RasterBand

public interface IRasterBand
extends java.io.Serializable

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

Description: 'Provides access to members that control a raster band object.' 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 IID31e6c041_ec46_11d1_8d21_0000f8780535
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canCopy()
          Returns true if this dataset can be copied.
 void computeStatsAndHist()
          Calculates statistics and histogram if not previously stored.
 IDataset copy(java.lang.String copyName, IWorkspace copyWorkspace)
          Copies this raster band to a new dataset with the specified name.
 ITable getAttributeTable()
          The attribute table of this raster band.
 java.lang.String getBandname()
          The name of this raster band.
 IRasterClassNames getClassNames()
          The class names (titles).
 IRasterColormap getColormap()
          The colormap of this raster band.
 IContrastTable getContrastTable()
          The contrast look-up table of this band.
 IRasterHistogram getHistogram()
          The histogram of this raster band.
 IRasterDataset getRasterDataset()
          The RasterDataset associated with this raster band.
 int getRepresentationType()
          The suggested representation type.
 IRasterStatistics getStatistics()
          The statistics of this raster band.
 void hasColormap(boolean[] b)
          Indicates if this band has a colormap.
 void hasStatistics(boolean[] b)
          Indicates if this band has statistics.
 void hasTable(boolean[] b)
          Indicates if this band has an attribute table.
 boolean isDirectlyOpened()
          Indicates if the band was opened directly.
 void setContrastTable(IContrastTable cont)
          The contrast look-up table of this band.
 void setRepresentationType(int pVal)
          The suggested representation type.
 

Field Detail

IID31e6c041_ec46_11d1_8d21_0000f8780535

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

hasTable

void hasTable(boolean[] b)
              throws java.io.IOException,
                     AutomationException
Indicates if this band has an attribute table.

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

hasStatistics

void hasStatistics(boolean[] b)
                   throws java.io.IOException,
                          AutomationException
Indicates if this band has statistics.

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

hasColormap

void hasColormap(boolean[] b)
                 throws java.io.IOException,
                        AutomationException
Indicates if this band has a colormap.

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

getStatistics

IRasterStatistics getStatistics()
                                throws java.io.IOException,
                                       AutomationException
The statistics of this raster band.

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

computeStatsAndHist

void computeStatsAndHist()
                         throws java.io.IOException,
                                AutomationException
Calculates statistics and histogram if not previously stored.

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

getHistogram

IRasterHistogram getHistogram()
                              throws java.io.IOException,
                                     AutomationException
The histogram of this raster band.

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

getColormap

IRasterColormap getColormap()
                            throws java.io.IOException,
                                   AutomationException
The colormap of this raster band.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterColormap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeTable

ITable getAttributeTable()
                         throws java.io.IOException,
                                AutomationException
The attribute table of this raster band.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassNames

IRasterClassNames getClassNames()
                                throws java.io.IOException,
                                       AutomationException
The class names (titles).

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterClassNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterDataset

IRasterDataset getRasterDataset()
                                throws java.io.IOException,
                                       AutomationException
The RasterDataset associated with this raster band.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepresentationType

int getRepresentationType()
                          throws java.io.IOException,
                                 AutomationException
The suggested representation type.

Returns:
A com.esri.arcgis.datasourcesraster.rstRepresentationType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRepresentationType

void setRepresentationType(int pVal)
                           throws java.io.IOException,
                                  AutomationException
The suggested representation type.

Parameters:
pVal - A com.esri.arcgis.datasourcesraster.rstRepresentationType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContrastTable

IContrastTable getContrastTable()
                                throws java.io.IOException,
                                       AutomationException
The contrast look-up table of this band.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IContrastTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContrastTable

void setContrastTable(IContrastTable cont)
                      throws java.io.IOException,
                             AutomationException
The contrast look-up table of this band.

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

canCopy

boolean canCopy()
                throws java.io.IOException,
                       AutomationException
Returns true if this dataset can be copied.

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

copy

IDataset copy(java.lang.String copyName,
              IWorkspace copyWorkspace)
              throws java.io.IOException,
                     AutomationException
Copies this raster band to a new dataset with the specified name.

Parameters:
copyName - The copyName (in)
copyWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandname

java.lang.String getBandname()
                             throws java.io.IOException,
                                    AutomationException
The name of this raster band.

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

isDirectlyOpened

boolean isDirectlyOpened()
                         throws java.io.IOException,
                                AutomationException
Indicates if the band was opened directly.

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