com.esri.arcgis.globecore
Interface IGlobeTileGenerator3

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

public interface IGlobeTileGenerator3
extends IGlobeTileGenerator, java.io.Serializable

COM Interface 'IGlobeTileGenerator3'. 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 IIDf8dc7b75_4a2e_49d5_88c9_e7c1bd38a8d4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeTileGenerator
IIDe2318a63_2434_49ae_8535_985948cdeb28
 
Method Summary
 void getCurCacheWriter(int ppCacheWriter)
          Get the current cache Writer
 void getStatusTileCount(int[] pTileCount)
          number of tiles processed in the current job
 java.lang.String updateSceneNodes(IGlobeServer pGlobeServer, int layerID, IEnvelope pExtent, int minLOD, int maxLOD, int updateMode, ITrackCancel pCancelTracker, java.lang.String fsLayerID)
          Updates cache for a given layer within a given extent.
 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

IIDf8dc7b75_4a2e_49d5_88c9_e7c1bd38a8d4

static final int IIDf8dc7b75_4a2e_49d5_88c9_e7c1bd38a8d4
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.

updateSceneNodes

java.lang.String updateSceneNodes(IGlobeServer pGlobeServer,
                                  int layerID,
                                  IEnvelope pExtent,
                                  int minLOD,
                                  int maxLOD,
                                  int updateMode,
                                  ITrackCancel pCancelTracker,
                                  java.lang.String fsLayerID)
                                  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)
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (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)
fsLayerID - The fsLayerID (in)
Returns:
The pCacheID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurCacheWriter

void getCurCacheWriter(int ppCacheWriter)
                       throws java.io.IOException,
                              AutomationException
Get the current cache Writer

Parameters:
ppCacheWriter - A COM void* (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.