com.esri.arcgis.carto
Interface ITileDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITileDescription2
All Known Implementing Classes:
ITileDescription2Proxy, ITileDescriptionProxy

public interface ITileDescription
extends java.io.Serializable

COM Interface 'ITileDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the TileDescription.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID492addb4_ae87_464a_ab78_9812cfc8d37f
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID492addb4_ae87_464a_ab78_9812cfc8d37f

static final int IID492addb4_ae87_464a_ab78_9812cfc8d37f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTileWidth

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

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

setTileWidth

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

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

getTileHeight

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

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

setTileHeight

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

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

getTileCountX

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

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

setTileCountX

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

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

getTileCountY

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

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

setTileCountY

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

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

getDpi

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

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

setDpi

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

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

getImageFormat

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

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

setImageFormat

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

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

getQuality

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

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

setQuality

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

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