|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.MapCacheStorageFormatConvertor
public class MapCacheStorageFormatConvertor
A Map Cache Compressor object.
| Constructor Summary | |
|---|---|
MapCacheStorageFormatConvertor()
Constructs a MapCacheStorageFormatConvertor using ArcGIS Engine. |
|
MapCacheStorageFormatConvertor(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapCacheStorageFormatConvertor theMapCacheStorageFormatConvertor = (MapCacheStorageFormatConvertor) obj; |
|
| Method Summary | |
|---|---|
void |
compress(int numThreads,
String layerName,
ITrackCancel pTrackCancel,
boolean overwrite)
The target cache location. |
void |
decompress(int numThreads,
String layerName,
ITrackCancel pTrackCancel,
boolean overwrite)
The target cache location. |
boolean |
equals(Object o)
Compare this object with another |
IEnvelope |
getCacheExtent()
The target cache location. |
static String |
getClsid()
getClsid. |
String |
getCompressedCachePath()
The target cache location. |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
int |
getPacketSize()
Packet Size |
String |
getService()
Service name. |
String |
getTileCachePath()
The source cache location. |
int |
hashCode()
the hashcode for this object |
IThreadedJob |
next()
Returns the next threaded job. |
void |
reset()
Resets the enumerator. |
void |
setCacheExtentByRef(IEnvelope ppExtent)
The target cache location. |
void |
setCompressedCachePath(String ppTargetCacheLocation)
The target cache location. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setPacketSize(int pPacketSize)
Packet Size |
void |
setService(String pService)
Service name. |
void |
setTileCachePath(String ppCacheLocation)
The source cache location. |
| 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 MapCacheStorageFormatConvertor()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MapCacheStorageFormatConvertor(Object obj)
throws IOException
MapCacheStorageFormatConvertor theMapCacheStorageFormatConvertor = (MapCacheStorageFormatConvertor) obj;
obj to MapCacheStorageFormatConvertor.
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 String getTileCachePath()
throws IOException,
AutomationException
getTileCachePath in interface IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileCachePath(String ppCacheLocation)
throws IOException,
AutomationException
setTileCachePath in interface IMapCacheStorageFormatConvertorppCacheLocation - The ppCacheLocation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCompressedCachePath()
throws IOException,
AutomationException
getCompressedCachePath in interface IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompressedCachePath(String ppTargetCacheLocation)
throws IOException,
AutomationException
setCompressedCachePath in interface IMapCacheStorageFormatConvertorppTargetCacheLocation - The ppTargetCacheLocation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getCacheExtent()
throws IOException,
AutomationException
getCacheExtent in interface IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheExtentByRef(IEnvelope ppExtent)
throws IOException,
AutomationException
setCacheExtentByRef in interface IMapCacheStorageFormatConvertorppExtent - 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 void compress(int numThreads,
String layerName,
ITrackCancel pTrackCancel,
boolean overwrite)
throws IOException,
AutomationException
compress in interface IMapCacheStorageFormatConvertornumThreads - The numThreads (in)layerName - The layerName (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)overwrite - The overwrite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void decompress(int numThreads,
String layerName,
ITrackCancel pTrackCancel,
boolean overwrite)
throws IOException,
AutomationException
decompress in interface IMapCacheStorageFormatConvertornumThreads - The numThreads (in)layerName - The layerName (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)overwrite - The overwrite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHost()
throws IOException,
AutomationException
getHost in interface IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHost(String pHost)
throws IOException,
AutomationException
setHost in interface IMapCacheStorageFormatConvertorpHost - 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 IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setService(String pService)
throws IOException,
AutomationException
setService in interface IMapCacheStorageFormatConvertorpService - The pService (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataframe()
throws IOException,
AutomationException
getDataframe in interface IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataframe(String pDataframe)
throws IOException,
AutomationException
setDataframe in interface IMapCacheStorageFormatConvertorpDataframe - The pDataframe (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPacketSize()
throws IOException,
AutomationException
getPacketSize in interface IMapCacheStorageFormatConvertorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPacketSize(int pPacketSize)
throws IOException,
AutomationException
setPacketSize in interface IMapCacheStorageFormatConvertorpPacketSize - The pPacketSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThreadedJob next()
throws IOException,
AutomationException
next in interface IEnumThreadedJobsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IEnumThreadedJobsIOException - 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 | ||||||||