|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IImageCookerProxy
Description: 'AIS cache reader object.' 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 IImageCookerProxy
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.IImageCooker |
---|
IID, IIDc254d4a2_97b2_469e_b463_f51811f4b4cf |
Constructor Summary | |
---|---|
|
IImageCookerProxy()
Deprecated. For internal use only |
|
IImageCookerProxy(java.lang.Object obj)
Deprecated. |
protected |
IImageCookerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IImageCookerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IImageCookerProxy(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 |
clear(IEnvelope pExtent,
ITrackCancel pTrackCancel)
Deprecated. Clears cache tiles with a given extent. |
void |
connect(java.lang.String location,
IImageServer pImageServer)
Deprecated. Connects an image server object to its cache location. |
void |
getCacheDirectory(java.lang.String[] pCacheDir)
Deprecated. Gets the cache directory/location. |
double |
getMaximumImageCellsize()
Deprecated. The maximum source image cellsize below which data are available. |
IName |
getServerObjectName()
Deprecated. The ArcGIS server object to run the image cooker. |
int |
getThreadCount()
Deprecated. The number of Image Cooker instances for building tile cache. |
byte[] |
getTile(int level,
int row,
int column)
Deprecated. Gets a tile at a given LOD, and column and row location. |
void |
putTile(int level,
int row,
int column,
byte[] ppTile)
Deprecated. Puts a tile at a given LOD, and column and row location. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setMaximumImageCellsize(double pMaxPS)
Deprecated. The maximum source image cellsize below which data are available. |
void |
setServerObjectNameByRef(IName ppName)
Deprecated. The ArcGIS server object to run the image cooker. |
void |
setThreadCount(int pThreadCount)
Deprecated. The number of Image Cooker instances for building tile cache. |
void |
update(IImageServer pImageServer,
IEnvelope pExtent,
ILongArray pLevels,
int updateMode,
ITrackCancel pTrackCancel)
Deprecated. Updates cache within a given extent. |
void |
updateByGeometry(IImageServer pImageServer,
IGeometry pGeometry,
ILongArray pLevels,
int updateMode,
ITrackCancel pTrackCancel)
Deprecated. Updates cache within an area of interest defined by a given geometry. |
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 IImageCookerProxy(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 IImageCookerProxy()
public IImageCookerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageCookerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageCookerProxy(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 connect(java.lang.String location, IImageServer pImageServer) throws java.io.IOException, AutomationException
connect
in interface IImageCooker
location
- The location (in)pImageServer
- A reference to a com.esri.arcgis.carto.IImageServer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear(IEnvelope pExtent, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
clear
in interface IImageCooker
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (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[] getTile(int level, int row, int column) throws java.io.IOException, AutomationException
getTile
in interface IImageCooker
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(int level, int row, int column, byte[] ppTile) throws java.io.IOException, AutomationException
putTile
in interface IImageCooker
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 void getCacheDirectory(java.lang.String[] pCacheDir) throws java.io.IOException, AutomationException
getCacheDirectory
in interface IImageCooker
pCacheDir
- The pCacheDir (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update(IImageServer pImageServer, IEnvelope pExtent, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
update
in interface IImageCooker
pImageServer
- A reference to a com.esri.arcgis.carto.IImageServer (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 updateByGeometry(IImageServer pImageServer, IGeometry pGeometry, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
updateByGeometry
in interface IImageCooker
pImageServer
- A reference to a com.esri.arcgis.carto.IImageServer (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.public int getThreadCount() throws java.io.IOException, AutomationException
getThreadCount
in interface IImageCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThreadCount(int pThreadCount) throws java.io.IOException, AutomationException
setThreadCount
in interface IImageCooker
pThreadCount
- The pThreadCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumImageCellsize() throws java.io.IOException, AutomationException
getMaximumImageCellsize
in interface IImageCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumImageCellsize(double pMaxPS) throws java.io.IOException, AutomationException
setMaximumImageCellsize
in interface IImageCooker
pMaxPS
- The pMaxPS (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getServerObjectName() throws java.io.IOException, AutomationException
getServerObjectName
in interface IImageCooker
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerObjectNameByRef(IName ppName) throws java.io.IOException, AutomationException
setServerObjectNameByRef
in interface IImageCooker
ppName
- A reference to a com.esri.arcgis.system.IName (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 |