com.esri.arcgis.globecore
Interface IGlobeServer3
- All Superinterfaces:
- IGlobeServer, IGlobeServer2, Serializable
- All Known Subinterfaces:
- IGlobeServer4
- All Known Implementing Classes:
- GlobeServer, GlobeServerIP, GlobeServerLP
public interface IGlobeServer3
- extends IGlobeServer2, Serializable
Provides access to the objects used by the Globe server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
byte[] |
getTexturesEx(int layerID,
ILongArray pTextureIDs,
boolean getDDT)
Gets the textures with given IDs. |
| Methods inherited from interface com.esri.arcgis.globecore.IGlobeServer |
find, getAnimation, getCacheName, getConfig, getConfiguration, getLayerCount, getLayerInfos, getLegendInfos, getMQT, getSymbols, getTextures, getTile, getVersion, getVirtualCacheDirectory, identify |
getTexturesEx
byte[] getTexturesEx(int layerID,
ILongArray pTextureIDs,
boolean getDDT)
throws IOException,
AutomationException
- Gets the textures with given IDs.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
layerID - The layerID (in)pTextureIDs - A reference to a com.esri.arcgis.system.ILongArray (in)getDDT - The getDDT (in)
- Returns:
- An unsigned byte
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.