|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.globecore.IGlobeTileGeneratorProxy
public class IGlobeTileGeneratorProxy
Provides access to members that control globe tile generation.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGlobeTileGeneratorProxy()
|
|
IGlobeTileGeneratorProxy(Object obj)
|
protected |
IGlobeTileGeneratorProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
deleteTiles(IGlobeServer pGlobeServer,
int layerID,
IEnvelope pExtent,
int minLOD,
int maxLOD,
ITrackCancel pCancelTracker)
Deletes all tiles from cache for a given layer within a given extent. |
void |
exit()
Exits the tile generator host process. |
void |
generateConfigFiles()
Generates a cache configuration file for the source layer. |
byte[] |
generateTile(int face,
int level,
int row,
int column)
Generates a tile for the source layer, and stores it into its cache file. |
void |
generateTiles(IGlobeServer pGlobeServer,
int layerID,
IEnvelope pExtent,
int minLOD,
int maxLOD,
ITrackCancel pCancelTracker)
Generate tiles in association with a GlobeServer object. |
IGlobeDisplay |
getDisplay()
The associated globe display. |
ILayer |
getLayer()
The source layer from which to generate tiles. |
IGlobeLayerProperties |
getLayerProperties()
The globe layer properties. |
int |
getMaxTileCount()
The maximum number of tiles to be generated. |
void |
putTilePosition(int face,
int level,
int row,
int column)
Sets the current tile position. |
void |
queryTilePosition(int[] pFace,
int[] pLevel,
int[] pRow,
int[] pColumn)
Queries for the current tile position. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setDisplayByRef(IGlobeDisplay ppDisplay)
The associated globe display. |
void |
setLayerByRef(ILayer ppLayer)
The source layer from which to generate tiles. |
void |
setLayerPropertiesByRef(IGlobeLayerProperties ppProps)
The globe layer properties. |
void |
setMaxTileCount(int pNumTiles)
The maximum number of tiles to be generated. |
void |
updateTiles(IGlobeServer pGlobeServer,
int layerID,
IEnvelope pExtent,
int minLOD,
int maxLOD,
int updateMode,
ITrackCancel pCancelTracker)
Updates cache for a given layer within a given extent. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IGlobeTileGeneratorProxy()
public IGlobeTileGeneratorProxy(Object obj) throws IOException
IOException
protected IGlobeTileGeneratorProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public ILayer getLayer() throws IOException, AutomationException
getLayer
in interface IGlobeTileGenerator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerByRef(ILayer ppLayer) throws IOException, AutomationException
setLayerByRef
in interface IGlobeTileGenerator
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeLayerProperties getLayerProperties() throws IOException, AutomationException
getLayerProperties
in interface IGlobeTileGenerator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerPropertiesByRef(IGlobeLayerProperties ppProps) throws IOException, AutomationException
setLayerPropertiesByRef
in interface IGlobeTileGenerator
ppProps
- A reference to a com.esri.arcgis.globecore.IGlobeLayerProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeDisplay getDisplay() throws IOException, AutomationException
getDisplay
in interface IGlobeTileGenerator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayByRef(IGlobeDisplay ppDisplay) throws IOException, AutomationException
setDisplayByRef
in interface IGlobeTileGenerator
ppDisplay
- A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void generateConfigFiles() throws IOException, AutomationException
generateConfigFiles
in interface IGlobeTileGenerator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] generateTile(int face, int level, int row, int column) throws IOException, AutomationException
generateTile
in interface IGlobeTileGenerator
face
- The face (in)level
- The level (in)row
- The row (in)column
- The column (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void generateTiles(IGlobeServer pGlobeServer, int layerID, IEnvelope pExtent, int minLOD, int maxLOD, ITrackCancel pCancelTracker) throws IOException, AutomationException
generateTiles
in interface IGlobeTileGenerator
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)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.public void queryTilePosition(int[] pFace, int[] pLevel, int[] pRow, int[] pColumn) throws IOException, AutomationException
queryTilePosition
in interface IGlobeTileGenerator
pFace
- The pFace (out: use single element array)pLevel
- The pLevel (out: use single element array)pRow
- The pRow (out: use single element array)pColumn
- The pColumn (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putTilePosition(int face, int level, int row, int column) throws IOException, AutomationException
putTilePosition
in interface IGlobeTileGenerator
face
- The face (in)level
- The level (in)row
- The row (in)column
- The column (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxTileCount() throws IOException, AutomationException
getMaxTileCount
in interface IGlobeTileGenerator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxTileCount(int pNumTiles) throws IOException, AutomationException
setMaxTileCount
in interface IGlobeTileGenerator
pNumTiles
- The pNumTiles (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exit() throws IOException, AutomationException
exit
in interface IGlobeTileGenerator
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateTiles(IGlobeServer pGlobeServer, int layerID, IEnvelope pExtent, int minLOD, int maxLOD, int updateMode, ITrackCancel pCancelTracker) throws IOException, AutomationException
updateTiles
in interface IGlobeTileGenerator
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteTiles(IGlobeServer pGlobeServer, int layerID, IEnvelope pExtent, int minLOD, int maxLOD, ITrackCancel pCancelTracker) throws IOException, AutomationException
deleteTiles
in interface IGlobeTileGenerator
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)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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |