public interface ITileDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID492addb4_ae87_464a_ab78_9812cfc8d37f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID492addb4_ae87_464a_ab78_9812cfc8d37f
static final int xxDummy
static final java.lang.String IID
int getTileWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileWidth(int width) throws java.io.IOException, AutomationException
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileHeight(int height) throws java.io.IOException, AutomationException
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileCountX() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileCountX(int tileCount) throws java.io.IOException, AutomationException
tileCount
- The tileCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileCountY() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileCountY(int tileCount) throws java.io.IOException, AutomationException
tileCount
- The tileCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDpi() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDpi(double dpi) throws java.io.IOException, AutomationException
dpi
- The dpi (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getImageFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImageFormat(int imageFormat) throws java.io.IOException, AutomationException
imageFormat
- A com.esri.arcgis.carto.esriImageFormat constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setQuality(short quality) throws java.io.IOException, AutomationException
quality
- The quality (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.