|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeTileGenerator2
Provides access to members that control globe tile generation.
Method Summary | |
---|---|
void |
getStatusTileCount(int[] pTileCount)
number of tiles processed in the current job |
void |
updateTilesByGeometry(IGlobeServer pGlobeServer,
int layerID,
IGeometry pGeometry,
int minLOD,
int maxLOD,
int updateMode,
ITrackCancel pCancelTracker)
Updates cache for a given layer within a given extent. |
Methods inherited from interface com.esri.arcgis.globecore.IGlobeTileGenerator |
---|
deleteTiles, exit, generateConfigFiles, generateTile, generateTiles, getDisplay, getLayer, getLayerProperties, getMaxTileCount, putTilePosition, queryTilePosition, setDisplayByRef, setLayerByRef, setLayerPropertiesByRef, setMaxTileCount, updateTiles |
Method Detail |
---|
void updateTilesByGeometry(IGlobeServer pGlobeServer, int layerID, IGeometry pGeometry, int minLOD, int maxLOD, int updateMode, ITrackCancel pCancelTracker) throws IOException, AutomationException
pGlobeServer
- A reference to a com.esri.arcgis.globecore.IGlobeServer (in)layerID
- The layerID (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)minLOD
- The minLOD (in)maxLOD
- The maxLOD (in)updateMode
- A com.esri.arcgis.globecore.esriGlobeCacheUpdateMode constant (in)pCancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getStatusTileCount(int[] pTileCount) throws IOException, AutomationException
pTileCount
- The pTileCount (out: use single element array)
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 |