|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITileCacheStats
Provides access to members that provide the map cache info.
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. |
Method Detail |
---|
void getTileRangeAtLevel(int level, IGeometry pGeometry, int[] tileXMin, int[] tileYMin, int[] tileXMax, int[] tileYMax) throws 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)
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 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)
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 |