|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.globecore.GlobeServerCooker
public class GlobeServerCooker
The Globe Server Cooker coclass for Generating Tiles with globe server objects.
| Constructor Summary | |
|---|---|
GlobeServerCooker()
Constructs a GlobeServerCooker using ArcGIS Engine. |
|
GlobeServerCooker(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GlobeServerCooker theGlobeServerCooker = (GlobeServerCooker) obj; |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels cooking. |
boolean |
equals(Object o)
Compare this object with another |
IEnvelope |
getAOI()
The area of interest for cooking in GCS. |
static String |
getClsid()
getClsid. |
void |
getLastError()
Gets the last error. |
int |
getMaxLOD()
The maximum Level Of detail for cooking. |
int |
getMinLOD()
The minimum Level Of detail for cooking. |
void |
getStats(String[] pLayerName,
int[] pLayerID,
double[] pProgressPercent)
Gets the current Cooker object cooking progress. |
void |
getThreadHandle(int[] pHandle)
Gets the Cook thread handle. |
int |
hashCode()
the hashcode for this object |
void |
initCooking(String serverName,
String serverObjectName)
cooks a given globe server object on a given server. |
void |
removeTiles(IEnvelope pExtent)
Removes tiles from within the specified extent. |
void |
setAOI(IEnvelope ppExtent)
The area of interest for cooking in GCS. |
void |
setInputLyrId(int rhs1)
The layer id of the layer to be cooked. |
void |
setMaxLOD(int pMaxLOD)
The maximum Level Of detail for cooking. |
void |
setMinLOD(int pMinLOD)
The minimum Level Of detail for cooking. |
void |
update(IEnvelope pExtent,
int pUpdatemode)
Sets the extent of the region to be updated and the caching mode. |
| 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 GlobeServerCooker()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GlobeServerCooker(Object obj)
throws IOException
GlobeServerCooker theGlobeServerCooker = (GlobeServerCooker) obj;
obj to GlobeServerCooker.
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 int getMinLOD()
throws IOException,
AutomationException
getMinLOD in interface IGlobeServerCookerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinLOD(int pMinLOD)
throws IOException,
AutomationException
setMinLOD in interface IGlobeServerCookerpMinLOD - The pMinLOD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxLOD()
throws IOException,
AutomationException
getMaxLOD in interface IGlobeServerCookerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxLOD(int pMaxLOD)
throws IOException,
AutomationException
setMaxLOD in interface IGlobeServerCookerpMaxLOD - The pMaxLOD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getAOI()
throws IOException,
AutomationException
getAOI in interface IGlobeServerCookerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputLyrId(int rhs1)
throws IOException,
AutomationException
setInputLyrId in interface IGlobeServerCookerrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAOI(IEnvelope ppExtent)
throws IOException,
AutomationException
setAOI in interface IGlobeServerCookerppExtent - 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 initCooking(String serverName,
String serverObjectName)
throws IOException,
AutomationException
initCooking in interface IGlobeServerCookerserverName - The serverName (in)serverObjectName - The serverObjectName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void update(IEnvelope pExtent,
int pUpdatemode)
throws IOException,
AutomationException
update in interface IGlobeServerCookerpExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pUpdatemode - A com.esri.arcgis.globecore.esriGlobeCacheUpdateMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeTiles(IEnvelope pExtent)
throws IOException,
AutomationException
removeTiles in interface IGlobeServerCookerpExtent - 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 cancel()
throws IOException,
AutomationException
cancel in interface IGlobeServerCookerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getStats(String[] pLayerName,
int[] pLayerID,
double[] pProgressPercent)
throws IOException,
AutomationException
getStats in interface IGlobeServerCookerpLayerName - The pLayerName (in/out: use single element array)pLayerID - The pLayerID (in/out: use single element array)pProgressPercent - The pProgressPercent (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getThreadHandle(int[] pHandle)
throws IOException,
AutomationException
getThreadHandle in interface IGlobeServerCookerpHandle - The pHandle (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getLastError()
throws IOException,
AutomationException
getLastError in interface IGlobeServerCookerIOException - 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 | ||||||||