com.esri.arcgis.cartox
Class IMapCookerXProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartox.IMapCookerXProxy
All Implemented Interfaces:
IMapCookerX, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMapCookerX'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoX.olb'

Description: 'Provides access to map cooker.' 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 IMapCookerXProxy
extends com.esri.arcgis.interop.Dispatch
implements IMapCookerX, 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.cartox.IMapCookerX
IID, IID93a7653b_c09a_4981_8c31_87452e2897c5
 
Constructor Summary
  IMapCookerXProxy()
          Deprecated. For internal use only
  IMapCookerXProxy(java.lang.Object obj)
          Deprecated.  
protected IMapCookerXProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMapCookerXProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMapCookerXProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addLayerX(java.lang.String name, IMapLayerInfo pMapLayerInfo)
          Deprecated. Adds a layer to the map cache.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearX(IMapLayerInfo pMapLayerInfo, IEnvelope pExtent)
          Deprecated. Clears cache for a given layer within a given extent.
 void connectX(java.lang.String location, java.lang.String name, IMapServer pMapServer)
          Deprecated. Connects to a given map service and its cache.
 void generateX(IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, java.lang.String mapName, ITrackCancel pTrackCancel)
          Deprecated. Fully generates cache for a given layer.
 java.lang.String getCacheDirectoryX(IMapLayerInfo pMapLayerInfo)
          Deprecated. Gets cache directory for a given layer.
 byte[] getTileX(IMapLayerInfo pMapLayerInfo, int level, int row, int column)
          Deprecated. Gets a tile for a given tile location from a given layer.
 boolean hasLayerCacheX(IMapLayerInfo pMapLayerInfo)
          Deprecated. Indicates if there is a cache for a given layer.
 void putTileX(IMapLayerInfo pMapLayerInfo, int level, int row, int column, byte[] ppTile)
          Deprecated. Puts a tile for a given tile location for a given layer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void updateByGeometryX(IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, java.lang.String mapName, IGeometry pGeometry, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel)
          Deprecated. Deletes cache for a given layer within a given extent.
 void updateX(IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, java.lang.String mapName, IEnvelope pExtent, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel)
          Deprecated. Updates cache for a given layer within a given extent.
 
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

IMapCookerXProxy

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

IMapCookerXProxy

public IMapCookerXProxy()
Deprecated. 
For internal use only


IMapCookerXProxy

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

IMapCookerXProxy

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

IMapCookerXProxy

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

connectX

public void connectX(java.lang.String location,
                     java.lang.String name,
                     IMapServer pMapServer)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Connects to a given map service and its cache.

Specified by:
connectX in interface IMapCookerX
Parameters:
location - The location (in)
name - The name (in)
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addLayerX

public void addLayerX(java.lang.String name,
                      IMapLayerInfo pMapLayerInfo)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Adds a layer to the map cache.

Specified by:
addLayerX in interface IMapCookerX
Parameters:
name - The name (in)
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearX

public void clearX(IMapLayerInfo pMapLayerInfo,
                   IEnvelope pExtent)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Clears cache for a given layer within a given extent.

Specified by:
clearX in interface IMapCookerX
Parameters:
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasLayerCacheX

public boolean hasLayerCacheX(IMapLayerInfo pMapLayerInfo)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if there is a cache for a given layer.

Specified by:
hasLayerCacheX in interface IMapCookerX
Parameters:
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
Returns:
The pHasCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

generateX

public void generateX(IMapServer pMapServer,
                      IMapLayerInfo pMapLayerInfo,
                      java.lang.String mapName,
                      ITrackCancel pTrackCancel)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Fully generates cache for a given layer.

Specified by:
generateX in interface IMapCookerX
Parameters:
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
mapName - The mapName (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileX

public byte[] getTileX(IMapLayerInfo pMapLayerInfo,
                       int level,
                       int row,
                       int column)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Gets a tile for a given tile location from a given layer.

Specified by:
getTileX in interface IMapCookerX
Parameters:
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
level - The level (in)
row - The row (in)
column - The column (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putTileX

public void putTileX(IMapLayerInfo pMapLayerInfo,
                     int level,
                     int row,
                     int column,
                     byte[] ppTile)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Puts a tile for a given tile location for a given layer.

Specified by:
putTileX in interface IMapCookerX
Parameters:
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
level - The level (in)
row - The row (in)
column - The column (in)
ppTile - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheDirectoryX

public java.lang.String getCacheDirectoryX(IMapLayerInfo pMapLayerInfo)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Gets cache directory for a given layer.

Specified by:
getCacheDirectoryX in interface IMapCookerX
Parameters:
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
Returns:
The pCacheDir
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateX

public void updateX(IMapServer pMapServer,
                    IMapLayerInfo pMapLayerInfo,
                    java.lang.String mapName,
                    IEnvelope pExtent,
                    ILongArray pLevels,
                    int updateMode,
                    ITrackCancel pTrackCancel)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Updates cache for a given layer within a given extent.

Specified by:
updateX in interface IMapCookerX
Parameters:
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
mapName - The mapName (in)
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
pLevels - A reference to a com.esri.arcgis.system.ILongArray (in)
updateMode - A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateByGeometryX

public void updateByGeometryX(IMapServer pMapServer,
                              IMapLayerInfo pMapLayerInfo,
                              java.lang.String mapName,
                              IGeometry pGeometry,
                              ILongArray pLevels,
                              int updateMode,
                              ITrackCancel pTrackCancel)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Deletes cache for a given layer within a given extent.

Specified by:
updateByGeometryX in interface IMapCookerX
Parameters:
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
pMapLayerInfo - A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
mapName - The mapName (in)
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
pLevels - A reference to a com.esri.arcgis.system.ILongArray (in)
updateMode - A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.