com.esri.arcgis.carto
Interface IRasterExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterExporterProxy, RasterExporter

public interface IRasterExporter
extends java.io.Serializable

COM Interface 'IRasterExporter'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a Bitmap converter.' 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 IID17e0103f_a5a1_47e8_a1f7_a7a5c0568cf5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] exportToBytes(IRaster pRaster, java.lang.String format)
          Converts a raster into a Bitmap.
 IRasterRenderer getRasterRenderer()
          The raster renderer used for conversion.
 void setRasterRendererByRef(IRasterRenderer ppRenderer)
          The raster renderer used for conversion.
 

Field Detail

IID17e0103f_a5a1_47e8_a1f7_a7a5c0568cf5

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

getRasterRenderer

IRasterRenderer getRasterRenderer()
                                  throws java.io.IOException,
                                         AutomationException
The raster renderer used for conversion.

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

setRasterRendererByRef

void setRasterRendererByRef(IRasterRenderer ppRenderer)
                            throws java.io.IOException,
                                   AutomationException
The raster renderer used for conversion.

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

exportToBytes

byte[] exportToBytes(IRaster pRaster,
                     java.lang.String format)
                     throws java.io.IOException,
                            AutomationException
Converts a raster into a Bitmap.

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