|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITileImageInfo
Provides access to more members that provide the map cache info.
This interface is new at ArcGIS 9.3.
Format can have values (PNG8, PNG24, PNG32 and JPEG). If the selected format is JPEG, then the compression quality can have a value from 0 to 100. The value of format must be used in constructing the url to the tile.
Method Summary | |
---|---|
int |
getCompressionQuality()
The cache tile image compression quality. |
String |
getFormat()
The cache tile format. |
void |
setCompressionQuality(int pQuality)
The cache tile image compression quality. |
void |
setFormat(String pFormat)
The cache tile format. |
Method Detail |
---|
String getFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormat(String pFormat) throws IOException, AutomationException
pFormat
- The pFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCompressionQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressionQuality(int pQuality) throws IOException, AutomationException
pQuality
- The pQuality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |