com.esri.arcgis.carto
Class ITilesTableProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'ITilesTable'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Wrapper object to encapsulate a cache tiles containenr table.' 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 ITilesTableProxy
extends com.esri.arcgis.interop.Dispatch
implements ITilesTable, 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.ITilesTable
IID, IID504dd827_f109_44c3_aa3e_5059219e2ac5
 
Constructor Summary
  ITilesTableProxy()
          Deprecated. For internal use only
  ITilesTableProxy(java.lang.Object obj)
          Deprecated.  
protected ITilesTableProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITilesTableProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITilesTableProxy(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 close()
          Deprecated. Close the table.
 void create(java.lang.String levelCacheDir, java.lang.String format, int txStart, int txEnd, int tyStart, int tyEnd)
          Deprecated. Create the table.
 void delete(java.lang.String levelCacheDir, java.lang.String format, int ty, int tx)
          Deprecated. Delete the table.
 boolean exists(java.lang.String layerCacheDir, int ty, int tx)
          Deprecated. Table Exists
 int getOffset(int ty, int tx)
          Deprecated. Get the row in the table corresponding to the given tileX and tileY
 int getTileCount()
          Deprecated. Get Tile Count
 int insertTile(int ty, int tx, IStream pStream)
          Deprecated. Insert the tile into the table.
 boolean isLocked()
          Deprecated. Is table locked
 void open(java.lang.String levelCacheDir, int ty, int tx, boolean forReadOnly)
          Deprecated. Open the table.
 IStream queryTile(int ty, int tx)
          Deprecated. Query specific tile from the table.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void updateTile(int ty, int tx, IStream pStream)
          Deprecated. Update 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

ITilesTableProxy

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

ITilesTableProxy

public ITilesTableProxy()
Deprecated. 
For internal use only


ITilesTableProxy

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

ITilesTableProxy

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

ITilesTableProxy

protected ITilesTableProxy(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

create

public void create(java.lang.String levelCacheDir,
                   java.lang.String format,
                   int txStart,
                   int txEnd,
                   int tyStart,
                   int tyEnd)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Create the table.

Specified by:
create in interface ITilesTable
Parameters:
levelCacheDir - The levelCacheDir (in)
format - The format (in)
txStart - The txStart (in)
txEnd - The txEnd (in)
tyStart - The tyStart (in)
tyEnd - The tyEnd (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

public void delete(java.lang.String levelCacheDir,
                   java.lang.String format,
                   int ty,
                   int tx)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Delete the table.

Specified by:
delete in interface ITilesTable
Parameters:
levelCacheDir - The levelCacheDir (in)
format - The format (in)
ty - The ty (in)
tx - The tx (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

open

public void open(java.lang.String levelCacheDir,
                 int ty,
                 int tx,
                 boolean forReadOnly)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Open the table.

Specified by:
open in interface ITilesTable
Parameters:
levelCacheDir - The levelCacheDir (in)
ty - The ty (in)
tx - The tx (in)
forReadOnly - The forReadOnly (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

public void close()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Close the table.

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

getOffset

public int getOffset(int ty,
                     int tx)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Get the row in the table corresponding to the given tileX and tileY

Specified by:
getOffset in interface ITilesTable
Parameters:
ty - The ty (in)
tx - The tx (in)
Returns:
The pOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertTile

public int insertTile(int ty,
                      int tx,
                      IStream pStream)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Insert the tile into the table.

Specified by:
insertTile in interface ITilesTable
Parameters:
ty - The ty (in)
tx - The tx (in)
pStream - A reference to a com.esri.arcgis.system.IStream (in)
Returns:
The pOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTile

public IStream queryTile(int ty,
                         int tx)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Query specific tile from the table.

Specified by:
queryTile in interface ITilesTable
Parameters:
ty - The ty (in)
tx - The tx (in)
Returns:
A reference to a com.esri.arcgis.system.IStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateTile

public void updateTile(int ty,
                       int tx,
                       IStream pStream)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Update Tile.

Specified by:
updateTile in interface ITilesTable
Parameters:
ty - The ty (in)
tx - The tx (in)
pStream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLocked

public boolean isLocked()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Is table locked

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

getTileCount

public int getTileCount()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Get Tile Count

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

exists

public boolean exists(java.lang.String layerCacheDir,
                      int ty,
                      int tx)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Table Exists

Specified by:
exists in interface ITilesTable
Parameters:
layerCacheDir - The layerCacheDir (in)
ty - The ty (in)
tx - The tx (in)
Returns:
The pExists
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.