com.esri.arcgis.carto
Interface ITileImageInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITileImageInfo2
All Known Implementing Classes:
ITileImageInfo2Proxy, ITileImageInfoProxy, TileImageInfo

public interface ITileImageInfo
extends java.io.Serializable

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

Description: 'Provides access to more members that provide the map cache info.' 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 IID035f6865_018a_4e22_bca7_e842dc37667d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCompressionQuality()
          The cache tile image compression quality.
 java.lang.String getFormat()
          The cache tile format.
 void setCompressionQuality(int pQuality)
          The cache tile image compression quality.
 void setFormat(java.lang.String pFormat)
          The cache tile format.
 

Field Detail

IID035f6865_018a_4e22_bca7_e842dc37667d

static final int IID035f6865_018a_4e22_bca7_e842dc37667d
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

getFormat

java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
The cache tile format.

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

setFormat

void setFormat(java.lang.String pFormat)
               throws java.io.IOException,
                      AutomationException
The cache tile format.

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

getCompressionQuality

int getCompressionQuality()
                          throws java.io.IOException,
                                 AutomationException
The cache tile image compression quality.

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

setCompressionQuality

void setCompressionQuality(int pQuality)
                           throws java.io.IOException,
                                  AutomationException
The cache tile image compression quality.

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