|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITileCacheStats
COM Interface 'ITileCacheStats'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that provide the map cache info.' 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 |
IIDd420789a_9089_4ef6_a2ae_fd59efa7a5f3
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
getTileRangeAtLevel(int level,
IGeometry pGeometry,
int[] tileXMin,
int[] tileYMin,
int[] tileXMax,
int[] tileYMax)
Valid tile range at any level. |
void |
getTileSizes(int level,
int row,
int column,
ITrackCancel pTrackCancel,
int[] tileCount,
ILongArray[] pSizes)
Tile sizes for a given tile or a supertile. |
Field Detail |
---|
static final int IIDd420789a_9089_4ef6_a2ae_fd59efa7a5f3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void getTileRangeAtLevel(int level, IGeometry pGeometry, int[] tileXMin, int[] tileYMin, int[] tileXMax, int[] tileYMax) throws java.io.IOException, AutomationException
level
- The level (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)tileXMin
- The tileXMin (out: use single element array)tileYMin
- The tileYMin (out: use single element array)tileXMax
- The tileXMax (out: use single element array)tileYMax
- The tileYMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getTileSizes(int level, int row, int column, ITrackCancel pTrackCancel, int[] tileCount, ILongArray[] pSizes) throws java.io.IOException, AutomationException
level
- The level (in)row
- The row (in)column
- The column (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)tileCount
- The tileCount (out: use single element array)pSizes
- A reference to a com.esri.arcgis.system.ILongArray (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 |