com.esri.arcgis.globecore
Interface IGlobeTileGenerator2

All Superinterfaces:
IGlobeTileGenerator, java.io.Serializable
All Known Implementing Classes:
IGlobeTileGenerator2Proxy

public interface IGlobeTileGenerator2
extends IGlobeTileGenerator, java.io.Serializable

COM Interface 'IGlobeTileGenerator2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members that control globe tile generation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4d30910a_1e6b_47fd_98ca_d04e5fb5154f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeTileGenerator
IIDe2318a63_2434_49ae_8535_985948cdeb28
 
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
 

Field Detail

IID4d30910a_1e6b_47fd_98ca_d04e5fb5154f

static final int IID4d30910a_1e6b_47fd_98ca_d04e5fb5154f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

updateTilesByGeometry

void updateTilesByGeometry(IGlobeServer pGlobeServer,
                           int layerID,
                           IGeometry pGeometry,
                           int minLOD,
                           int maxLOD,
                           int updateMode,
                           ITrackCancel pCancelTracker)
                           throws java.io.IOException,
                                  AutomationException
Updates cache for a given layer within a given extent.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatusTileCount

void getStatusTileCount(int[] pTileCount)
                        throws java.io.IOException,
                               AutomationException
number of tiles processed in the current job

Parameters:
pTileCount - The pTileCount (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.