| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITileDescription
Provides access to the TileDescription.
| Method Summary | |
|---|---|
|  double | getDpi()DPI to perform output with. | 
|  int | getImageFormat()Image format for the tile. | 
|  short | getQuality()Quality for image formats. | 
|  int | getTileCountX()Sub tile count in x direction. | 
|  int | getTileCountY()Tile count in y direction. | 
|  int | getTileHeight()Tile height in pixels. | 
|  int | getTileWidth()Tile width in pixels. | 
|  void | setDpi(double dpi)DPI to perform output with. | 
|  void | setImageFormat(int imageFormat)Image format for the tile. | 
|  void | setQuality(short quality)Quality for image formats. | 
|  void | setTileCountX(int tileCount)Sub tile count in x direction. | 
|  void | setTileCountY(int tileCount)Tile count in y direction. | 
|  void | setTileHeight(int height)Tile height in pixels. | 
|  void | setTileWidth(int width)Tile width in pixels. | 
| Method Detail | 
|---|
int getTileWidth()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileWidth(int width)
                  throws IOException,
                         AutomationException
width - The width  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileHeight()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileHeight(int height)
                   throws IOException,
                          AutomationException
height - The height  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileCountX()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileCountX(int tileCount)
                   throws IOException,
                          AutomationException
tileCount - The tileCount  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileCountY()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileCountY(int tileCount)
                   throws IOException,
                          AutomationException
tileCount - The tileCount  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDpi()
              throws IOException,
                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDpi(double dpi)
            throws IOException,
                   AutomationException
dpi - The dpi  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageFormat()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageFormat(int imageFormat)
                    throws IOException,
                           AutomationException
imageFormat - A com.esri.arcgis.carto.esriImageFormat constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getQuality()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQuality(short quality)
                throws IOException,
                       AutomationException
quality - The quality  (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 | ||||||||