public interface IRasterColormapToRGBConversion
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2b37acd6_314f_420b_a2e7_ca85465488fe |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID2b37acd6_314f_420b_a2e7_ca85465488fe
static final int xxDummy
static final java.lang.String IID
IName rGBToColormap(IRasterDataset pRasterDataset, IWorkspace pWorkspace, java.lang.String name, java.lang.String format) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName rGBRasterToColormap(IRaster pRaster, IWorkspace pWorkspace, java.lang.String name, java.lang.String format) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName colormapToRGB(IRasterDataset pRasterDataset, IWorkspace pWorkspace, java.lang.String name, java.lang.String format) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster createRGBRaster(IRasterDataset pRasterDataset) throws java.io.IOException, AutomationException
pRasterDataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.