|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.cartox.IMapCookerXProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapCookerXProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapCookerXProxy()
public IMapCookerXProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapCookerXProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapCookerXProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void connectX(java.lang.String location, java.lang.String name, IMapServer pMapServer) throws java.io.IOException, AutomationException
connectX
in interface IMapCookerX
location
- The location (in)name
- The name (in)pMapServer
- A reference to a com.esri.arcgis.carto.IMapServer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayerX(java.lang.String name, IMapLayerInfo pMapLayerInfo) throws java.io.IOException, AutomationException
addLayerX
in interface IMapCookerX
name
- The name (in)pMapLayerInfo
- A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearX(IMapLayerInfo pMapLayerInfo, IEnvelope pExtent) throws java.io.IOException, AutomationException
clearX
in interface IMapCookerX
pMapLayerInfo
- A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasLayerCacheX(IMapLayerInfo pMapLayerInfo) throws java.io.IOException, AutomationException
hasLayerCacheX
in interface IMapCookerX
pMapLayerInfo
- A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void generateX(IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, java.lang.String mapName, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
generateX
in interface IMapCookerX
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getTileX(IMapLayerInfo pMapLayerInfo, int level, int row, int column) throws java.io.IOException, AutomationException
getTileX
in interface IMapCookerX
pMapLayerInfo
- A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)level
- The level (in)row
- The row (in)column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putTileX(IMapLayerInfo pMapLayerInfo, int level, int row, int column, byte[] ppTile) throws java.io.IOException, AutomationException
putTileX
in interface IMapCookerX
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCacheDirectoryX(IMapLayerInfo pMapLayerInfo) throws java.io.IOException, AutomationException
getCacheDirectoryX
in interface IMapCookerX
pMapLayerInfo
- A reference to a com.esri.arcgis.carto.IMapLayerInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateX(IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, java.lang.String mapName, IEnvelope pExtent, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
updateX
in interface IMapCookerX
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateByGeometryX(IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, java.lang.String mapName, IGeometry pGeometry, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
updateByGeometryX
in interface IMapCookerX
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |