com.esri.arcgis.carto
Interface ITiledImageServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageServer, ImageServerIP, ImageServerLP, ITiledImageServerProxy

public interface ITiledImageServer
extends java.io.Serializable

COM Interface 'ITiledImageServer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that serve tiled maps.' 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 IID10bfd112_33d2_4986_997a_f2b6069e45b8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICacheControlInfo getCacheControlInfo()
          Gets the cache description information for a given map.
 ICacheDescriptionInfo getCacheDescriptionInfo()
          Gets the cache description information for a given map.
 ICacheStorageInfo getCacheStorageInfo()
          Gets the cache storage information.
 byte[] getImageTile(int level, int row, int column)
          Gets a tile for a given tile location from a given map.
 ITileCacheInfo getTileCacheInfo()
          Gets the cache configuration for a given map.
 ITileImageInfo getTileImageInfo()
          Gets the cache tile image information for a given map.
 java.lang.String getVirtualCacheDirectory()
          Gets the virtual cache directory for a given layer within a map.
 boolean isFixedScaleImage()
          Indicates if a given map is a fixed scale map.
 

Field Detail

IID10bfd112_33d2_4986_997a_f2b6069e45b8

static final int IID10bfd112_33d2_4986_997a_f2b6069e45b8
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

getTileCacheInfo

ITileCacheInfo getTileCacheInfo()
                                throws java.io.IOException,
                                       AutomationException
Gets the cache configuration for a given map.

Returns:
A reference to a com.esri.arcgis.carto.ITileCacheInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageTile

byte[] getImageTile(int level,
                    int row,
                    int column)
                    throws java.io.IOException,
                           AutomationException
Gets a tile for a given tile location from a given map.

Parameters:
level - The level (in)
row - The row (in)
column - The column (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileImageInfo

ITileImageInfo getTileImageInfo()
                                throws java.io.IOException,
                                       AutomationException
Gets the cache tile image information for a given map.

Returns:
A reference to a com.esri.arcgis.carto.ITileImageInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheStorageInfo

ICacheStorageInfo getCacheStorageInfo()
                                      throws java.io.IOException,
                                             AutomationException
Gets the cache storage information.

Returns:
A reference to a com.esri.arcgis.carto.ICacheStorageInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFixedScaleImage

boolean isFixedScaleImage()
                          throws java.io.IOException,
                                 AutomationException
Indicates if a given map is a fixed scale map.

Returns:
The pIsFixedScaleMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVirtualCacheDirectory

java.lang.String getVirtualCacheDirectory()
                                          throws java.io.IOException,
                                                 AutomationException
Gets the virtual cache directory for a given layer within a map.

Returns:
The pURL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheDescriptionInfo

ICacheDescriptionInfo getCacheDescriptionInfo()
                                              throws java.io.IOException,
                                                     AutomationException
Gets the cache description information for a given map.

Returns:
A reference to a com.esri.arcgis.carto.ICacheDescriptionInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheControlInfo

ICacheControlInfo getCacheControlInfo()
                                      throws java.io.IOException,
                                             AutomationException
Gets the cache description information for a given map.

Returns:
A reference to a com.esri.arcgis.carto.ICacheControlInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.