com.esri.arcgis.carto
Interface ITileImageInfo2

All Superinterfaces:
ITileImageInfo, java.io.Serializable
All Known Implementing Classes:
ITileImageInfo2Proxy, TileImageInfo

public interface ITileImageInfo2
extends ITileImageInfo, java.io.Serializable

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

Description: 'Provides access to members that provide the tile 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 IID5c65903b_9bad_4d7f_bda0_105bb2376105
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITileImageInfo
IID035f6865_018a_4e22_bca7_e842dc37667d
 
Method Summary
 boolean isAntialiasing()
          Indicates if Antialiasing is set.
 void setAntialiasing(boolean pAntialiasing)
          Indicates if Antialiasing is set.
 
Methods inherited from interface com.esri.arcgis.carto.ITileImageInfo
getCompressionQuality, getFormat, setCompressionQuality, setFormat
 

Field Detail

IID5c65903b_9bad_4d7f_bda0_105bb2376105

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

isAntialiasing

boolean isAntialiasing()
                       throws java.io.IOException,
                              AutomationException
Indicates if Antialiasing is set.

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

setAntialiasing

void setAntialiasing(boolean pAntialiasing)
                     throws java.io.IOException,
                            AutomationException
Indicates if Antialiasing is set.

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