com.esri.arcgis.carto
Interface ITileCacheInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITileCacheInfoProxy, TileCacheInfo

public interface ITileCacheInfo
extends java.io.Serializable

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

Description: 'Provides access to members that provide the tile 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 IIDf92f8c28_7efa_4da3_a126_5f2d2f117280
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void computeResolutions()
          Computes resolutions from scales and current DPI.
 void computeScales()
          Computes scales from resolutions and current DPI.
 int getDpi()
          The tiling DPI.
 ILODInfos getLODInfos()
          The tile cache Levels Of Details.
 IPoint getOrigin()
          The tiling origin.
 ISpatialReference getSpatialReference()
          The tiling spatial reference.
 int getTileCols()
          The number of columns per tile.
 int getTileRows()
          The number of rows per tile.
 void setDpi(int pDpi)
          The tiling DPI.
 void setLODInfosByRef(ILODInfos ppLODInfos)
          The tile cache Levels Of Details.
 void setOrigin(IPoint ppOrigin)
          The tiling origin.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          The tiling spatial reference.
 void setTileCols(int pNumTileCols)
          The number of columns per tile.
 void setTileRows(int pNumTileRows)
          The number of rows per tile.
 

Field Detail

IIDf92f8c28_7efa_4da3_a126_5f2d2f117280

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The tiling spatial reference.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                              throws java.io.IOException,
                                     AutomationException
The tiling spatial reference.

Parameters:
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrigin

IPoint getOrigin()
                 throws java.io.IOException,
                        AutomationException
The tiling origin.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrigin

void setOrigin(IPoint ppOrigin)
               throws java.io.IOException,
                      AutomationException
The tiling origin.

Parameters:
ppOrigin - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileCols

int getTileCols()
                throws java.io.IOException,
                       AutomationException
The number of columns per tile.

Returns:
The pNumTileCols
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileCols

void setTileCols(int pNumTileCols)
                 throws java.io.IOException,
                        AutomationException
The number of columns per tile.

Parameters:
pNumTileCols - The pNumTileCols (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileRows

int getTileRows()
                throws java.io.IOException,
                       AutomationException
The number of rows per tile.

Returns:
The pNumTileRows
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileRows

void setTileRows(int pNumTileRows)
                 throws java.io.IOException,
                        AutomationException
The number of rows per tile.

Parameters:
pNumTileRows - The pNumTileRows (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDpi

int getDpi()
           throws java.io.IOException,
                  AutomationException
The tiling DPI.

Returns:
The pDpi
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDpi

void setDpi(int pDpi)
            throws java.io.IOException,
                   AutomationException
The tiling DPI.

Parameters:
pDpi - The pDpi (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLODInfos

ILODInfos getLODInfos()
                      throws java.io.IOException,
                             AutomationException
The tile cache Levels Of Details.

Returns:
A reference to a com.esri.arcgis.carto.ILODInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLODInfosByRef

void setLODInfosByRef(ILODInfos ppLODInfos)
                      throws java.io.IOException,
                             AutomationException
The tile cache Levels Of Details.

Parameters:
ppLODInfos - A reference to a com.esri.arcgis.carto.ILODInfos (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeResolutions

void computeResolutions()
                        throws java.io.IOException,
                               AutomationException
Computes resolutions from scales and current DPI.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeScales

void computeScales()
                   throws java.io.IOException,
                          AutomationException
Computes scales from resolutions and current DPI.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.