com.esri.arcgis.carto
Interface IMapServerProxyImpl

All Superinterfaces:
Serializable

public interface IMapServerProxyImpl
extends Serializable

Provides access to implementation of map server proxy object.

Product Availability

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


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

getMapTileEx

void getMapTileEx(String mapName,
                  int level,
                  int row,
                  int column,
                  int cacheFormat,
                  byte[][] data,
                  double[] pExpiryDateTime,
                  int[] pTileState)
                  throws IOException,
                         AutomationException
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.

Product Availability

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

Parameters:
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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.