|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterThumbnailBuilder
Provides access to members that control a raster thumbnail builder.
| Method Summary | |
|---|---|
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. |
String |
getThumbnailFormat()
The format string defining the layout of the byte array used for encoding the thumbnail pixels. |
void |
setThumbnailFormat(String pThumbnailFormat)
The format string defining the layout of the byte array used for encoding the thumbnail pixels. |
| Method Detail |
|---|
void setThumbnailFormat(String pThumbnailFormat)
throws IOException,
AutomationException
pThumbnailFormat - The pThumbnailFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getThumbnailFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte[] buildThumbnail(IItemURI pItemURI,
IRaster pRaster)
throws IOException,
AutomationException
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (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 | ||||||||