com.esri.arcgis.carto
Interface ITileImageInfo2

All Superinterfaces:
ITileImageInfo, Serializable
All Known Implementing Classes:
TileImageInfo

public interface ITileImageInfo2
extends ITileImageInfo, Serializable

Provides access to members that provide the tile cache info.

Description

This interface is new at ArcGIS 9.3. It supersedes ITileImageInfo.

Product Availability

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


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
 

Method Detail

isAntialiasing

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

Product Availability

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

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

setAntialiasing

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

Product Availability

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

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