com.esri.arcgis.carto
Interface IMapServerProxyImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerProxyImplProxy

public interface IMapServerProxyImpl
extends java.io.Serializable

COM Interface 'IMapServerProxyImpl'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to implementation of map server proxy object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3135a572_5e65_4c3c_a044_1f529bf7b0f6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getMapTileEx(java.lang.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.
 

Field Detail

IID3135a572_5e65_4c3c_a044_1f529bf7b0f6

static final int IID3135a572_5e65_4c3c_a044_1f529bf7b0f6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMapTileEx

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

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