com.esri.arcgis.carto
Interface ITileDescription

All Superinterfaces:
Serializable

public interface ITileDescription
extends Serializable

Provides access to the TileDescription.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getTileWidth

int getTileWidth()
                 throws IOException,
                        AutomationException
Tile width in pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The width
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileWidth

void setTileWidth(int width)
                  throws IOException,
                         AutomationException
Tile width in pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
width - The width (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileHeight

int getTileHeight()
                  throws IOException,
                         AutomationException
Tile height in pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The height
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileHeight

void setTileHeight(int height)
                   throws IOException,
                          AutomationException
Tile height in pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
height - The height (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileCountX

int getTileCountX()
                  throws IOException,
                         AutomationException
Sub tile count in x direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The tileCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileCountX

void setTileCountX(int tileCount)
                   throws IOException,
                          AutomationException
Sub tile count in x direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
tileCount - The tileCount (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileCountY

int getTileCountY()
                  throws IOException,
                         AutomationException
Tile count in y direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The tileCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileCountY

void setTileCountY(int tileCount)
                   throws IOException,
                          AutomationException
Tile count in y direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
tileCount - The tileCount (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDpi

double getDpi()
              throws IOException,
                     AutomationException
DPI to perform output with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The dpi
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDpi

void setDpi(double dpi)
            throws IOException,
                   AutomationException
DPI to perform output with.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
dpi - The dpi (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormat

int getImageFormat()
                   throws IOException,
                          AutomationException
Image format for the tile.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.carto.esriImageFormat constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageFormat

void setImageFormat(int imageFormat)
                    throws IOException,
                           AutomationException
Image format for the tile.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
imageFormat - A com.esri.arcgis.carto.esriImageFormat constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQuality

short getQuality()
                 throws IOException,
                        AutomationException
Quality for image formats.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The quality
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQuality

void setQuality(short quality)
                throws IOException,
                       AutomationException
Quality for image formats.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
quality - The quality (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.