com.esri.arcgis.carto
Interface ITileCacheStats

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

public interface ITileCacheStats
extends java.io.Serializable

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

IIDd420789a_9089_4ef6_a2ae_fd59efa7a5f3

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

getTileRangeAtLevel

void getTileRangeAtLevel(int level,
                         IGeometry pGeometry,
                         int[] tileXMin,
                         int[] tileYMin,
                         int[] tileXMax,
                         int[] tileYMax)
                         throws java.io.IOException,
                                AutomationException
Valid tile range at any level.

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

getTileSizes

void getTileSizes(int level,
                  int row,
                  int column,
                  ITrackCancel pTrackCancel,
                  int[] tileCount,
                  ILongArray[] pSizes)
                  throws java.io.IOException,
                         AutomationException
Tile sizes for a given tile or a supertile.

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