|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapServerProxyImpl
Provides access to implementation of map server proxy object.
| Method Summary | |
|---|---|
void |
getMapTileEx(String mapName,
int level,
int row,
int column,
int cacheFormat,
byte[][] data,
double[] pExpiryDateTime,
int[] pTileState)
Gets a tile for a given tile location from a given map; returns expiration date/time, if available; also, returns possible reason why tile fetching has failed. |
| Method Detail |
|---|
void getMapTileEx(String mapName,
int level,
int row,
int column,
int cacheFormat,
byte[][] data,
double[] pExpiryDateTime,
int[] pTileState)
throws IOException,
AutomationException
mapName - The mapName (in)level - The level (in)row - The row (in)column - The column (in)cacheFormat - The cacheFormat (in)data - An unsigned byte (out: use single element array)pExpiryDateTime - The pExpiryDateTime (out: use single element array)pTileState - A com.esri.arcgis.datasourcesraster.esriTileState constant (out: use single element array)
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 | ||||||||