|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.ConvertCacheStorageFormatJob
public class ConvertCacheStorageFormatJob
A threaded processor.
| Constructor Summary | |
|---|---|
ConvertCacheStorageFormatJob()
Constructs a ConvertCacheStorageFormatJob using ArcGIS Engine. |
|
ConvertCacheStorageFormatJob(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ConvertCacheStorageFormatJob theConvertCacheStorageFormatJob = (ConvertCacheStorageFormatJob) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
cancel()
Cancel the current job. |
void |
createContext()
Create a server context associated with the job. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
execute(ITrackCancel pTrackCancel)
Executes the job. |
int |
getBundleSize()
Bundle Size. |
IEnvelope |
getCacheExtent()
Cache Extent. |
String |
getCacheFormat()
Cancel the current job. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
IStream |
getContextStream()
Returns a server context object serialized into a stream. |
int |
getConversionMode()
Set the conversion mode. |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
int |
getLevel()
Cancel the current job. |
IThreadedJobResult |
getResult()
The result of this job. |
IServerContext |
getServerContext()
The server context associated with the job. |
String |
getService()
Service name. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
ITileCacheInfo |
getTileCacheInfo()
TileCacheInfo. |
void |
getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
Cancel the current job. |
void |
getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
Cancel the current job. |
ITrackCancel |
getTrackCancel()
Returns a cancel tracker object created on the server context. |
int |
hashCode()
the hashcode for this object |
boolean |
isCleanUP()
Cancel the current job. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
releaseContext()
Release the associated server context. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setBundleSize(int pBundleSize)
Bundle Size. |
void |
setCacheExtentByRef(IEnvelope ppCacheExtent)
Cache Extent. |
void |
setCacheFormat(String pCacheFormat)
Cancel the current job. |
void |
setCleanUP(boolean pOverwrite)
Cancel the current job. |
void |
setCompressedLevelCacheDirectory(String compressedCacheDir)
Cancel the current job. |
void |
setConversionMode(int pMode)
Set the conversion mode. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setLevel(int pLevel)
Cancel the current job. |
void |
setService(String pService)
Service name. |
void |
setThreadNumber(int threadID)
Sets the thread number on the job. |
void |
setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
TileCacheInfo. |
void |
setTileLevelCacheDirectory(String tileCacheDir)
Cancel the current job. |
void |
setTileRangeX(int tileXMin,
int tileXMax)
Cancel the current job. |
void |
setTileRangeY(int tileYMin,
int tileYMax)
Cancel the current job. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ConvertCacheStorageFormatJob()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ConvertCacheStorageFormatJob(Object obj)
throws IOException
ConvertCacheStorageFormatJob theConvertCacheStorageFormatJob = (ConvertCacheStorageFormatJob) obj;
obj to ConvertCacheStorageFormatJob.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setTileRangeX(int tileXMin,
int tileXMax)
throws IOException,
AutomationException
setTileRangeX in interface IConvertCacheStorageFormatJobtileXMin - The tileXMin (in)tileXMax - The tileXMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileRangeY(int tileYMin,
int tileYMax)
throws IOException,
AutomationException
setTileRangeY in interface IConvertCacheStorageFormatJobtileYMin - The tileYMin (in)tileYMax - The tileYMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
throws IOException,
AutomationException
getTileRangeX in interface IConvertCacheStorageFormatJobpTileXMin - The pTileXMin (out: use single element array)pTileXMax - The pTileXMax (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
throws IOException,
AutomationException
getTileRangeY in interface IConvertCacheStorageFormatJobpTileYMin - The pTileYMin (out: use single element array)pTileYMax - The pTileYMax (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBundleSize(int pBundleSize)
throws IOException,
AutomationException
setBundleSize in interface IConvertCacheStorageFormatJobpBundleSize - The pBundleSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBundleSize()
throws IOException,
AutomationException
getBundleSize in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevel(int pLevel)
throws IOException,
AutomationException
setLevel in interface IConvertCacheStorageFormatJobpLevel - The pLevel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevel()
throws IOException,
AutomationException
getLevel in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCleanUP(boolean pOverwrite)
throws IOException,
AutomationException
setCleanUP in interface IConvertCacheStorageFormatJobpOverwrite - The pOverwrite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCleanUP()
throws IOException,
AutomationException
isCleanUP in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheFormat(String pCacheFormat)
throws IOException,
AutomationException
setCacheFormat in interface IConvertCacheStorageFormatJobpCacheFormat - The pCacheFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCacheFormat()
throws IOException,
AutomationException
getCacheFormat in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileLevelCacheDirectory(String tileCacheDir)
throws IOException,
AutomationException
setTileLevelCacheDirectory in interface IConvertCacheStorageFormatJobtileCacheDir - The tileCacheDir (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompressedLevelCacheDirectory(String compressedCacheDir)
throws IOException,
AutomationException
setCompressedLevelCacheDirectory in interface IConvertCacheStorageFormatJobcompressedCacheDir - The compressedCacheDir (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getConversionMode()
throws IOException,
AutomationException
getConversionMode in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConversionMode(int pMode)
throws IOException,
AutomationException
setConversionMode in interface IConvertCacheStorageFormatJobpMode - A com.esri.arcgis.carto.esriCacheCompressionMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataframe()
throws IOException,
AutomationException
getDataframe in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataframe(String pDataframe)
throws IOException,
AutomationException
setDataframe in interface IConvertCacheStorageFormatJobpDataframe - The pDataframe (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getCacheExtent()
throws IOException,
AutomationException
getCacheExtent in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheExtentByRef(IEnvelope ppCacheExtent)
throws IOException,
AutomationException
setCacheExtentByRef in interface IConvertCacheStorageFormatJobppCacheExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITileCacheInfo getTileCacheInfo()
throws IOException,
AutomationException
getTileCacheInfo in interface IConvertCacheStorageFormatJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
throws IOException,
AutomationException
setTileCacheInfoByRef in interface IConvertCacheStorageFormatJobppTileCacheInfo - A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThreadNumber(int threadID)
throws IOException,
AutomationException
setThreadNumber in interface IThreadedJobthreadID - The threadID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute(ITrackCancel pTrackCancel)
throws IOException,
AutomationException
execute in interface IThreadedJobpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThreadedJobResult getResult()
throws IOException,
AutomationException
getResult in interface IThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cancel()
throws IOException,
AutomationException
cancel in interface IThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHost()
throws IOException,
AutomationException
getHost in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHost(String pHost)
throws IOException,
AutomationException
setHost in interface IServerThreadedJobpHost - The pHost (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getService()
throws IOException,
AutomationException
getService in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setService(String pService)
throws IOException,
AutomationException
setService in interface IServerThreadedJobpService - The pService (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createContext()
throws IOException,
AutomationException
createContext in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseContext()
throws IOException,
AutomationException
releaseContext in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerContext getServerContext()
throws IOException,
AutomationException
getServerContext in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackCancel getTrackCancel()
throws IOException,
AutomationException
getTrackCancel in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStream getContextStream()
throws IOException,
AutomationException
getContextStream in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws IOException,
AutomationException
esri_clone in interface ICloneIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws IOException,
AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws IOException,
AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||