|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.MapCacheExporter
public class MapCacheExporter
A Map Cache Compressor object.
Constructor Summary | |
---|---|
MapCacheExporter()
Constructs a MapCacheExporter using ArcGIS Engine. |
|
MapCacheExporter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapCacheExporter theMapCacheExporter = (MapCacheExporter) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
esri_import(ILongArray pLevels,
IGeometry pGeometry,
int numThreads,
ITrackCancel pTrackCancel,
boolean overwrite)
Import cache. |
void |
export(ILongArray pLevels,
IGeometry pGeometry,
int numThreads,
ITrackCancel pTrackCancel,
ICacheStorageInfo pCacheStorageInfo,
boolean overwrite)
Export cache. |
static String |
getClsid()
getClsid. |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
String |
getService()
Service name. |
String |
getTargetCachePath()
The cache location. |
int |
hashCode()
the hashcode for this object |
IThreadedJob |
next()
Returns the next threaded job. |
void |
reset()
Resets the enumerator. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setService(String pService)
Service name. |
void |
setTargetCachePath(String ppCacheLocation)
The 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 MapCacheExporter() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MapCacheExporter(Object obj) throws IOException
MapCacheExporter theMapCacheExporter = (MapCacheExporter) obj;
obj
to MapCacheExporter
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getHost() throws IOException, AutomationException
getHost
in interface IMapCacheExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHost(String pHost) throws IOException, AutomationException
setHost
in interface IMapCacheExporter
pHost
- 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 IMapCacheExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setService(String pService) throws IOException, AutomationException
setService
in interface IMapCacheExporter
pService
- 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 IMapCacheExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataframe(String pDataframe) throws IOException, AutomationException
setDataframe
in interface IMapCacheExporter
pDataframe
- The pDataframe (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTargetCachePath() throws IOException, AutomationException
getTargetCachePath
in interface IMapCacheExporter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetCachePath(String ppCacheLocation) throws IOException, AutomationException
setTargetCachePath
in interface IMapCacheExporter
ppCacheLocation
- The ppCacheLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_import(ILongArray pLevels, IGeometry pGeometry, int numThreads, ITrackCancel pTrackCancel, boolean overwrite) throws IOException, AutomationException
esri_import
in interface IMapCacheExporter
pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)numThreads
- The numThreads (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 export(ILongArray pLevels, IGeometry pGeometry, int numThreads, ITrackCancel pTrackCancel, ICacheStorageInfo pCacheStorageInfo, boolean overwrite) throws IOException, AutomationException
export
in interface IMapCacheExporter
pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)numThreads
- The numThreads (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pCacheStorageInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)overwrite
- The overwrite (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IThreadedJob next() throws IOException, AutomationException
next
in interface IEnumThreadedJobs
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws IOException, AutomationException
reset
in interface IEnumThreadedJobs
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 |