com.esri.arcgis.output
Interface IBmpExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DibExporter, IBmpExporterProxy

public interface IBmpExporter
extends java.io.Serializable

COM Interface 'IBmpExporter'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Superseded by IExportBMP. Provides access to members that control the BMP (Windows Bitmap) Exporter.' 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 IID4c59f34d_db32_11d3_9ff6_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBitmap()
          The Windows Bitmap handle.
 int getPalette()
          The Windows Bitmap color palette.
 

Field Detail

IID4c59f34d_db32_11d3_9ff6_00c04f6bc8dd

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

getBitmap

int getBitmap()
              throws java.io.IOException,
                     AutomationException
The Windows Bitmap handle.

Returns:
The hBmp (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPalette

int getPalette()
               throws java.io.IOException,
                      AutomationException
The Windows Bitmap color palette.

Returns:
The hPal (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.