com.esri.arcgis.carto
Class ITileCacheInfoExProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'ITileCacheInfoEx'. 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 ITileCacheInfoExProxy
extends com.esri.arcgis.interop.Dispatch
implements ITileCacheInfoEx, 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.ITileCacheInfoEx
IID, IIDd0fac2f1_1e2f_4062_9476_6865a5157db9
 
Constructor Summary
  ITileCacheInfoExProxy()
          Deprecated. For internal use only
  ITileCacheInfoExProxy(java.lang.Object obj)
          Deprecated.  
protected ITileCacheInfoExProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITileCacheInfoExProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITileCacheInfoExProxy(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.
 ILODInfos getLODInfos()
          Deprecated. The tile cache Levels Of Details.
 IPoint getOrigin()
          Deprecated. The tiling origin.
 double getPreciseDpi()
          Deprecated. The tiling DPI.
 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 setLODInfosByRef(ILODInfos ppLODInfos)
          Deprecated. The tile cache Levels Of Details.
 void setOrigin(IPoint ppOrigin)
          Deprecated. The tiling origin.
 void setPreciseDpi(double pDpi)
          Deprecated. The tiling DPI.
 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

ITileCacheInfoExProxy

public ITileCacheInfoExProxy(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

ITileCacheInfoExProxy

public ITileCacheInfoExProxy()
Deprecated. 
For internal use only


ITileCacheInfoExProxy

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

ITileCacheInfoExProxy

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

ITileCacheInfoExProxy

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

getPreciseDpi

public double getPreciseDpi()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The tiling DPI.

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

setPreciseDpi

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

Specified by:
setPreciseDpi in interface ITileCacheInfoEx
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 ITileCacheInfoEx
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 ITileCacheInfoEx
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 ITileCacheInfoEx
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 ITileCacheInfoEx
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.