| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageDescription
Provides access to the Image Description Interface.
Use IImageDescription when creating MapServer output images using ExportMapImage and GetLegendInfo on IMapServer2 and the following methods on IMapServerLayout: ExportLayout, ExportLegend, ExportNorthArrow and ExportScaleBar.
| Method Summary | |
|---|---|
|  IImageDisplay | getDisplay()The display characteristics of the image to be generated. | 
|  IImageType | getType()The type of image to be generated. | 
|  void | setDisplay(IImageDisplay imgDisplay)The display characteristics of the image to be generated. | 
|  void | setType(IImageType imgType)The type of image to be generated. | 
| Method Detail | 
|---|
IImageType getType()
                   throws IOException,
                          AutomationException
Type includes the format and the return type (URL or Mime data) of the image.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(IImageType imgType)
             throws IOException,
                    AutomationException
imgType - A reference to a com.esri.arcgis.carto.IImageType  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageDisplay getDisplay()
                         throws IOException,
                                AutomationException
Display includes the size and the device resolution of the image.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplay(IImageDisplay imgDisplay)
                throws IOException,
                       AutomationException
imgDisplay - A reference to a com.esri.arcgis.carto.IImageDisplay  (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 | ||||||||