com.esri.arcgis.carto
Interface IImageServerProxyImpl

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

public interface IImageServerProxyImpl
extends java.io.Serializable

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

Description: 'Provides access to implementation of image 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 IIDc050f7cc_621d_4cad_b6b6_8fa3a40260df
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getImageTileEx(int level, int row, int column, int cacheFormat, byte[][] ppData, double[] pExpiryDateTime, int[] pTileState)
          Gets a tile for a given tile location; returns expiration date/time, if available; also, returns possible reason why tile fetching has failed.
 

Field Detail

IIDc050f7cc_621d_4cad_b6b6_8fa3a40260df

static final int IIDc050f7cc_621d_4cad_b6b6_8fa3a40260df
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

getImageTileEx

void getImageTileEx(int level,
                    int row,
                    int column,
                    int cacheFormat,
                    byte[][] ppData,
                    double[] pExpiryDateTime,
                    int[] pTileState)
                    throws java.io.IOException,
                           AutomationException
Gets a tile for a given tile location; returns expiration date/time, if available; also, returns possible reason why tile fetching has failed.

Parameters:
level - The level (in)
row - The row (in)
column - The column (in)
cacheFormat - The cacheFormat (in)
ppData - 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.