|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeServerCooker
Provides access to members for Generating Tiles with Globe server object.
Method Summary | |
---|---|
void |
cancel()
Cancels cooking. |
IEnvelope |
getAOI()
The area of interest for cooking in GCS. |
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. |
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. |
Method Detail |
---|
int getMinLOD() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinLOD(int pMinLOD) throws IOException, AutomationException
pMinLOD
- The pMinLOD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxLOD() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxLOD(int pMaxLOD) throws IOException, AutomationException
pMaxLOD
- The pMaxLOD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getAOI() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputLyrId(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAOI(IEnvelope ppExtent) throws IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initCooking(String serverName, String serverObjectName) throws IOException, AutomationException
serverName
- The serverName (in)serverObjectName
- The serverObjectName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update(IEnvelope pExtent, int pUpdatemode) throws IOException, AutomationException
pExtent
- 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.void removeTiles(IEnvelope pExtent) throws IOException, AutomationException
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getStats(String[] pLayerName, int[] pLayerID, double[] pProgressPercent) throws IOException, AutomationException
pLayerName
- 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.void getThreadHandle(int[] pHandle) throws IOException, AutomationException
pHandle
- The pHandle (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getLastError() throws IOException, AutomationException
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 |