com.esri.arcgis.datasourcesraster
Interface IRasterColormapToRGBConversion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterColormapToRGBConversionProxy, RasterColormapToRGBConverter

public interface IRasterColormapToRGBConversion
extends java.io.Serializable

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

Description: 'Provides access to members that convert between colormap and RGB Raster.' 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 IID2b37acd6_314f_420b_a2e7_ca85465488fe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IName colormapToRGB(IRasterDataset pRasterDataset, IWorkspace pWorkspace, java.lang.String name, java.lang.String format)
          Converts a colormap raster dataset to a RGB raster dataset.
 IRaster createRGBRaster(IRasterDataset pRasterDataset)
          Creates a RGB multiband raster from a colormap raster dataset.
 IName rGBRasterToColormap(IRaster pRaster, IWorkspace pWorkspace, java.lang.String name, java.lang.String format)
          Converts a RGB raster to a colormap raster dataset.
 IName rGBToColormap(IRasterDataset pRasterDataset, IWorkspace pWorkspace, java.lang.String name, java.lang.String format)
          Converts a RGB raster dataset to a colormap raster dataset.
 

Field Detail

IID2b37acd6_314f_420b_a2e7_ca85465488fe

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

rGBToColormap

IName rGBToColormap(IRasterDataset pRasterDataset,
                    IWorkspace pWorkspace,
                    java.lang.String name,
                    java.lang.String format)
                    throws java.io.IOException,
                           AutomationException
Converts a RGB raster dataset to a colormap raster dataset.

Parameters:
pRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
format - The format (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rGBRasterToColormap

IName rGBRasterToColormap(IRaster pRaster,
                          IWorkspace pWorkspace,
                          java.lang.String name,
                          java.lang.String format)
                          throws java.io.IOException,
                                 AutomationException
Converts a RGB raster to a colormap raster dataset.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
format - The format (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

colormapToRGB

IName colormapToRGB(IRasterDataset pRasterDataset,
                    IWorkspace pWorkspace,
                    java.lang.String name,
                    java.lang.String format)
                    throws java.io.IOException,
                           AutomationException
Converts a colormap raster dataset to a RGB raster dataset.

Parameters:
pRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
name - The name (in)
format - The format (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createRGBRaster

IRaster createRGBRaster(IRasterDataset pRasterDataset)
                        throws java.io.IOException,
                               AutomationException
Creates a RGB multiband raster from a colormap raster dataset.

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