|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageCooker
COM Interface 'IImageCooker'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc254d4a2_97b2_469e_b463_f51811f4b4cf
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
clear(IEnvelope pExtent,
ITrackCancel pTrackCancel)
Clears cache tiles with a given extent. |
void |
connect(java.lang.String location,
IImageServer pImageServer)
Connects an image server object to its cache location. |
void |
getCacheDirectory(java.lang.String[] pCacheDir)
Gets the cache directory/location. |
double |
getMaximumImageCellsize()
The maximum source image cellsize below which data are available. |
IName |
getServerObjectName()
The ArcGIS server object to run the image cooker. |
int |
getThreadCount()
The number of Image Cooker instances for building tile cache. |
byte[] |
getTile(int level,
int row,
int column)
Gets a tile at a given LOD, and column and row location. |
void |
putTile(int level,
int row,
int column,
byte[] ppTile)
Puts a tile at a given LOD, and column and row location. |
void |
setMaximumImageCellsize(double pMaxPS)
The maximum source image cellsize below which data are available. |
void |
setServerObjectNameByRef(IName ppName)
The ArcGIS server object to run the image cooker. |
void |
setThreadCount(int pThreadCount)
The number of Image Cooker instances for building tile cache. |
void |
update(IImageServer pImageServer,
IEnvelope pExtent,
ILongArray pLevels,
int updateMode,
ITrackCancel pTrackCancel)
Updates cache within a given extent. |
void |
updateByGeometry(IImageServer pImageServer,
IGeometry pGeometry,
ILongArray pLevels,
int updateMode,
ITrackCancel pTrackCancel)
Updates cache within an area of interest defined by a given geometry. |
Field Detail |
---|
static final int IIDc254d4a2_97b2_469e_b463_f51811f4b4cf
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void connect(java.lang.String location, IImageServer pImageServer) throws java.io.IOException, AutomationException
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.void clear(IEnvelope pExtent, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
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.byte[] getTile(int level, int row, int column) throws java.io.IOException, AutomationException
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.void putTile(int level, int row, int column, byte[] ppTile) throws java.io.IOException, AutomationException
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.void getCacheDirectory(java.lang.String[] pCacheDir) throws java.io.IOException, AutomationException
pCacheDir
- The pCacheDir (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update(IImageServer pImageServer, IEnvelope pExtent, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
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.void updateByGeometry(IImageServer pImageServer, IGeometry pGeometry, ILongArray pLevels, int updateMode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
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.int getThreadCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThreadCount(int pThreadCount) throws java.io.IOException, AutomationException
pThreadCount
- The pThreadCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumImageCellsize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumImageCellsize(double pMaxPS) throws java.io.IOException, AutomationException
pMaxPS
- The pMaxPS (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getServerObjectName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServerObjectNameByRef(IName ppName) throws java.io.IOException, AutomationException
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 |