|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterExporter
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 |
---|
static final int IID17e0103f_a5a1_47e8_a1f7_a7a5c0568cf5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IRasterRenderer getRasterRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterRendererByRef(IRasterRenderer ppRenderer) throws java.io.IOException, AutomationException
ppRenderer
- A reference to a com.esri.arcgis.carto.IRasterRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] exportToBytes(IRaster pRaster, java.lang.String format) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)format
- The format (in)
java.io.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 |