|
|||||||||
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.carto.IMapCookerProxy
Description: 'Provides access to members that controls a map cache generator.' 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 IMapCookerProxy
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.carto.IMapCooker |
---|
IID, IID842ba25b_fe2f_41a4_8867_b521951a2b34 |
Constructor Summary | |
---|---|
|
IMapCookerProxy()
Deprecated. For internal use only |
|
IMapCookerProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapCookerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapCookerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapCookerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addCachedLayers(IMap pMap)
Deprecated. Adds all cached layers in the map cache. |
void |
addLayer(java.lang.String name,
ILayer pLayer)
Deprecated. Adds a layer to the map cache. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clear(ILayer pLayer,
IEnvelope pExtent)
Deprecated. Clears cache for a given layer within a given extent. |
void |
clearAll()
Deprecated. Clears cache for all layers. |
void |
connect(java.lang.String location,
java.lang.String name,
IMap pMap)
Deprecated. Connects to a given map and its cache. |
void |
delete()
Deprecated. Deletes map service cache directory. |
void |
draw(ILayer pLayer,
IDisplay pDisplay,
ITrackCancel pTrackCancel)
Deprecated. Draws a given layer to the specified display. |
void |
exit()
Deprecated. Exits the map cache generator host process. |
void |
generate(IMap pMap,
ILayer pLayer,
IDisplay pDisplay,
ITrackCancel pTrackCancel)
Deprecated. Fully generates cache for a given layer. |
java.lang.String |
getCacheDirectory(ILayer pLayer)
Deprecated. Gets cache directory for a given layer. |
IEnvelope |
getExtent()
Deprecated. The map cache extent. |
java.lang.String |
getFormat()
Deprecated. The tile cache format. |
int |
getMaxTileCount()
Deprecated. The maximum number of map tiles to be generated. |
int |
getNumLevels()
Deprecated. The number of map cache levels. |
java.lang.String |
getPath()
Deprecated. The map cache path. |
byte[] |
getTile(ILayer pLayer,
int level,
int row,
int column)
Deprecated. Gets a tile for a given tile location from a given layer. |
ITileCacheInfo |
getTileCacheInfo()
Deprecated. The tile cache info. |
boolean |
hasCache()
Deprecated. Indicates if there is any cache. |
boolean |
hasLayerCache(ILayer pLayer)
Deprecated. Indicates if there is a cache for a given layer. |
boolean |
isAntialiasing()
Deprecated. Indicates if antialiasing should be used. |
void |
putTile(ILayer pLayer,
int level,
int row,
int column,
byte[] ppTile)
Deprecated. Puts a tile for a given tile location for a given layer. |
void |
putTilePosition(int level,
int row,
int column)
Deprecated. Sets the current map tile position. |
void |
queryTilePosition(int[] pLevel,
int[] pRow,
int[] pColumn)
Deprecated. Queries for the current map tile position. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAntialiasing(boolean pAntialiasing)
Deprecated. Indicates if antialiasing should be used. |
void |
setDefaultLODInfos(int numLevels)
Deprecated. Sets default LOD Info for a given number of levels. |
void |
setExtent(IEnvelope ppExtent)
Deprecated. The map cache extent. |
void |
setFormat(java.lang.String pFormat)
Deprecated. The tile cache format. |
void |
setMaxTileCount(int pNumTiles)
Deprecated. The maximum number of map tiles to be generated. |
void |
setPath(java.lang.String pPath)
Deprecated. The map cache path. |
void |
setTileCacheInfoByRef(ITileCacheInfo ppCacheInfo)
Deprecated. The tile cache info. |
void |
snap(IDisplay pDisplay,
IEnvelope pExtent)
Deprecated. Snaps a view extent to one of map cache levels. |
void |
update(IMap pMap,
ILayer pLayer,
IDisplay pDisplay,
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 IMapCookerProxy(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 IMapCookerProxy()
public IMapCookerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapCookerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapCookerProxy(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 java.lang.String getPath() throws java.io.IOException, AutomationException
getPath
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPath(java.lang.String pPath) throws java.io.IOException, AutomationException
setPath
in interface IMapCooker
pPath
- The pPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtent
in interface IMapCooker
ppExtent
- 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 java.lang.String getFormat() throws java.io.IOException, AutomationException
getFormat
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFormat(java.lang.String pFormat) throws java.io.IOException, AutomationException
setFormat
in interface IMapCooker
pFormat
- The pFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAntialiasing() throws java.io.IOException, AutomationException
isAntialiasing
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAntialiasing(boolean pAntialiasing) throws java.io.IOException, AutomationException
setAntialiasing
in interface IMapCooker
pAntialiasing
- The pAntialiasing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITileCacheInfo getTileCacheInfo() throws java.io.IOException, AutomationException
getTileCacheInfo
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileCacheInfoByRef(ITileCacheInfo ppCacheInfo) throws java.io.IOException, AutomationException
setTileCacheInfoByRef
in interface IMapCooker
ppCacheInfo
- A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumLevels() throws java.io.IOException, AutomationException
getNumLevels
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connect(java.lang.String location, java.lang.String name, IMap pMap) throws java.io.IOException, AutomationException
connect
in interface IMapCooker
location
- The location (in)name
- The name (in)pMap
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addCachedLayers(IMap pMap) throws java.io.IOException, AutomationException
addCachedLayers
in interface IMapCooker
pMap
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayer(java.lang.String name, ILayer pLayer) throws java.io.IOException, AutomationException
addLayer
in interface IMapCooker
name
- The name (in)pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear(ILayer pLayer, IEnvelope pExtent) throws java.io.IOException, AutomationException
clear
in interface IMapCooker
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (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 void clearAll() throws java.io.IOException, AutomationException
clearAll
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void snap(IDisplay pDisplay, IEnvelope pExtent) throws java.io.IOException, AutomationException
snap
in interface IMapCooker
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (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 void draw(ILayer pLayer, IDisplay pDisplay, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
draw
in interface IMapCooker
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (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 setDefaultLODInfos(int numLevels) throws java.io.IOException, AutomationException
setDefaultLODInfos
in interface IMapCooker
numLevels
- The numLevels (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void generate(IMap pMap, ILayer pLayer, IDisplay pDisplay, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
generate
in interface IMapCooker
pMap
- A reference to a com.esri.arcgis.carto.IMap (in)pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (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 boolean hasCache() throws java.io.IOException, AutomationException
hasCache
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasLayerCache(ILayer pLayer) throws java.io.IOException, AutomationException
hasLayerCache
in interface IMapCooker
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getTile(ILayer pLayer, int level, int row, int column) throws java.io.IOException, AutomationException
getTile
in interface IMapCooker
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (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 putTile(ILayer pLayer, int level, int row, int column, byte[] ppTile) throws java.io.IOException, AutomationException
putTile
in interface IMapCooker
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (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 getCacheDirectory(ILayer pLayer) throws java.io.IOException, AutomationException
getCacheDirectory
in interface IMapCooker
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryTilePosition(int[] pLevel, int[] pRow, int[] pColumn) throws java.io.IOException, AutomationException
queryTilePosition
in interface IMapCooker
pLevel
- The pLevel (out: use single element array)pRow
- The pRow (out: use single element array)pColumn
- The pColumn (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putTilePosition(int level, int row, int column) throws java.io.IOException, AutomationException
putTilePosition
in interface IMapCooker
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 int getMaxTileCount() throws java.io.IOException, AutomationException
getMaxTileCount
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxTileCount(int pNumTiles) throws java.io.IOException, AutomationException
setMaxTileCount
in interface IMapCooker
pNumTiles
- The pNumTiles (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exit() throws java.io.IOException, AutomationException
exit
in interface IMapCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update(IMap pMap, ILayer pLayer, IDisplay pDisplay, IEnvelope pExtent, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
update
in interface IMapCooker
pMap
- A reference to a com.esri.arcgis.carto.IMap (in)pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (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 delete() throws java.io.IOException, AutomationException
delete
in interface IMapCooker
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 |