|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageTileServer
Provides access to members that control image tile server.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
void |
attach(String cache)
Attaches to a given tile cache. |
void |
generateTiles(IEnvelope pExtent,
int minLOD,
int maxLOD,
ITrackCancel pCancelTracker)
Generates tiles into the attached tile cache. |
byte[] |
getTile(int partition,
int level,
int row,
int column)
Gets a tile from the attached tile cache. |
| Method Detail |
|---|
void attach(String cache)
throws IOException,
AutomationException
cache - The cache (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte[] getTile(int partition,
int level,
int row,
int column)
throws IOException,
AutomationException
partition - The partition (in)level - The level (in)row - The row (in)column - The column (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void generateTiles(IEnvelope pExtent,
int minLOD,
int maxLOD,
ITrackCancel pCancelTracker)
throws IOException,
AutomationException
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)minLOD - The minLOD (in)maxLOD - The maxLOD (in)pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (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 | ||||||||