public interface IRasterThumbnailBuilder
extends java.io.Serializable
Description: 'Provides access to members that control a raster thumbnail builder.' 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 |
IID8af44654_44c9_4cfa_9a27_c04a61d1e6ce |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte[] |
buildThumbnail(IItemURI pItemURI,
IRaster pRaster)
Renders and returns a thumbnail (as an of bytes in the requested format) associated with the specified item URI and the corresponding raster.
|
java.lang.String |
getThumbnailFormat()
The format string defining the layout of the byte array used for encoding the thumbnail pixels.
|
void |
setThumbnailFormat(java.lang.String pThumbnailFormat)
The format string defining the layout of the byte array used for encoding the thumbnail pixels.
|
static final int IID8af44654_44c9_4cfa_9a27_c04a61d1e6ce
static final int xxDummy
static final java.lang.String IID
void setThumbnailFormat(java.lang.String pThumbnailFormat) throws java.io.IOException, AutomationException
pThumbnailFormat
- The pThumbnailFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getThumbnailFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] buildThumbnail(IItemURI pItemURI, IRaster pRaster) throws java.io.IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.