|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerProxyImpl
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 |
---|
static final int IID3135a572_5e65_4c3c_a044_1f529bf7b0f6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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
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)
java.io.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 |