com.esri.arcgis.carto
Class ITileCacheInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ITileCacheInfoProxy
All Implemented Interfaces:
ITileCacheInfo, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class ITileCacheInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements ITileCacheInfo, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.ITileCacheInfo
IID, IIDf92f8c28_7efa_4da3_a126_5f2d2f117280
 
Constructor Summary
  ITileCacheInfoProxy()
          Deprecated. For internal use only
  ITileCacheInfoProxy(java.lang.Object obj)
          Deprecated.  
protected ITileCacheInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITileCacheInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITileCacheInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void computeResolutions()
          Deprecated. Computes resolutions from scales and current DPI.
 void computeScales()
          Deprecated. Computes scales from resolutions and current DPI.
 int getDpi()
          Deprecated. The tiling DPI.
 ILODInfos getLODInfos()
          Deprecated. The tile cache Levels Of Details.
 IPoint getOrigin()
          Deprecated. The tiling origin.
 ISpatialReference getSpatialReference()
          Deprecated. The tiling spatial reference.
 int getTileCols()
          Deprecated. The number of columns per tile.
 int getTileRows()
          Deprecated. The number of rows per tile.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDpi(int pDpi)
          Deprecated. The tiling DPI.
 void setLODInfosByRef(ILODInfos ppLODInfos)
          Deprecated. The tile cache Levels Of Details.
 void setOrigin(IPoint ppOrigin)
          Deprecated. The tiling origin.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          Deprecated. The tiling spatial reference.
 void setTileCols(int pNumTileCols)
          Deprecated. The number of columns per tile.
 void setTileRows(int pNumTileRows)
          Deprecated. The number of rows per tile.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITileCacheInfoProxy

public ITileCacheInfoProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITileCacheInfoProxy

public ITileCacheInfoProxy()
Deprecated. 
For internal use only


ITileCacheInfoProxy

public ITileCacheInfoProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITileCacheInfoProxy

protected ITileCacheInfoProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITileCacheInfoProxy

protected ITileCacheInfoProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getSpatialReference

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

Specified by:
getSpatialReference in interface ITileCacheInfo
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

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

Specified by:
setSpatialReferenceByRef in interface ITileCacheInfo
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

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

Specified by:
getOrigin in interface ITileCacheInfo
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

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

Specified by:
setOrigin in interface ITileCacheInfo
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

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

Specified by:
getTileCols in interface ITileCacheInfo
Returns:
The pNumTileCols
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileCols

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

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

getTileRows

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

Specified by:
getTileRows in interface ITileCacheInfo
Returns:
The pNumTileRows
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileRows

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

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

getDpi

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

Specified by:
getDpi in interface ITileCacheInfo
Returns:
The pDpi
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDpi

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

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

getLODInfos

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

Specified by:
getLODInfos in interface ITileCacheInfo
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

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

Specified by:
setLODInfosByRef in interface ITileCacheInfo
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

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

Specified by:
computeResolutions in interface ITileCacheInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeScales

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

Specified by:
computeScales in interface ITileCacheInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.