|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterColormapToRGBConverter
public class RasterColormapToRGBConverter
A helper class for converting between colormap to RGB raster.
RasterColormapToRGB object performs converstion between a raster dataset that contains a colormap and a three-band raster dataset.
| Constructor Summary | |
|---|---|
RasterColormapToRGBConverter()
Constructs a RasterColormapToRGBConverter using ArcGIS Engine. |
|
RasterColormapToRGBConverter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterColormapToRGBConverter theRasterColormapToRGBConverter = (RasterColormapToRGBConverter) obj; |
|
| Method Summary | |
|---|---|
IName |
colormapToRGB(IRasterDataset pInRasterDataset,
IWorkspace pOutWorkspace,
String outName,
String format)
Convert a colormap raster dataset to an RGB raster dataset. |
IRaster |
createRGBRaster(IRasterDataset pRasterDataset)
Creates a RGB muitlband raster from a a colormap raster dataset. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
IName |
rGBRasterToColormap(IRaster pInRaster,
IWorkspace pOutWorkspace,
String outName,
String format)
Convert an RGB raster to a colormap raster dataset. |
IName |
rGBToColormap(IRasterDataset pInRasterDataset,
IWorkspace pOutWorkspace,
String outName,
String format)
Convert an RGB raster dataset to a colormap raster dataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RasterColormapToRGBConverter()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterColormapToRGBConverter(Object obj)
throws IOException
RasterColormapToRGBConverter theRasterColormapToRGBConverter = (RasterColormapToRGBConverter) obj;
obj to RasterColormapToRGBConverter.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IName rGBToColormap(IRasterDataset pInRasterDataset,
IWorkspace pOutWorkspace,
String outName,
String format)
throws IOException,
AutomationException
The parameter pOutWorkspace can only be a raster workspace, which is a file based workspace.
The format string can be "IMAGINE Image", "TIFF", "GRID", or "BMP" only.
rGBToColormap in interface IRasterColormapToRGBConversionpInRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)pOutWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)outName - The outName (in)format - The format (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName rGBRasterToColormap(IRaster pInRaster,
IWorkspace pOutWorkspace,
String outName,
String format)
throws IOException,
AutomationException
The parameter pOutWorkspace can only be a raster workspace, which is a file based workspace.
The format string can be "IMAGINE Image", "TIFF", "GRID", or "BMP" only.
rGBRasterToColormap in interface IRasterColormapToRGBConversionpInRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)pOutWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)outName - The outName (in)format - The format (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName colormapToRGB(IRasterDataset pInRasterDataset,
IWorkspace pOutWorkspace,
String outName,
String format)
throws IOException,
AutomationException
The parameter pOutWorkspace can only be a raster workspace, which is a file based workspace.
The format string can be "IMAGINE Image", "TIFF", "GRID", or "BMP" only.
The parameter pOutWorkspace can only a raster workspace, which is a file based workspace.
colormapToRGB in interface IRasterColormapToRGBConversionpInRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)pOutWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)outName - The outName (in)format - The format (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRaster createRGBRaster(IRasterDataset pRasterDataset)
throws IOException,
AutomationException
createRGBRaster in interface IRasterColormapToRGBConversionpRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
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 | ||||||||