ITiledImageServer Interface

Provides access to members that serve tiled images.

Members

Name Description
Method GetCacheControlInfo Gets the cache description information for a given map.
Method GetCacheDescriptionInfo Gets the cache description information for a given map.
Method GetCacheStorageInfo Gets the cache storage information.
Method GetImageTile Gets a tile for a given tile location.
Method GetTileCacheInfo Gets the cache configuration.
Method GetTileImageInfo Gets the cache tile image information.
Method GetVirtualCacheDirectory Gets the virtual cache directory for a given layer within a map.
Method IsFixedScaleImage Indicates if it is fixed scale image.

ITiledImageServer.GetCacheControlInfo Method

Gets the cache description information for a given map.

Public Function GetCacheControlInfo ( _
) As ICacheControlInfo
public ICacheControlInfo GetCacheControlInfo (
);

ITiledImageServer.GetCacheDescriptionInfo Method

Gets the cache description information for a given map.

Public Function GetCacheDescriptionInfo ( _
) As ICacheDescriptionInfo
public ICacheDescriptionInfo GetCacheDescriptionInfo (
);

ITiledImageServer.GetCacheStorageInfo Method

Gets the cache storage information.

Public Function GetCacheStorageInfo ( _
) As ICacheStorageInfo
public ICacheStorageInfo GetCacheStorageInfo (
);

ITiledImageServer.GetImageTile Method

Gets a tile for a given tile location.

Public Function GetImageTile ( _
    ByVal Level As Integer, _
    ByVal Row As Integer, _
    ByVal Column As Integer _
) As Byte[]
public Byte[] GetImageTile (
    int Level,
    int Row,
    int Column
);

ITiledImageServer.GetTileCacheInfo Method

Gets the cache configuration.

Public Function GetTileCacheInfo ( _
) As ITileCacheInfo
public ITileCacheInfo GetTileCacheInfo (
);

ITiledImageServer.GetTileImageInfo Method

Gets the cache tile image information.

Public Function GetTileImageInfo ( _
) As ITileImageInfo
public ITileImageInfo GetTileImageInfo (
);

ITiledImageServer.GetVirtualCacheDirectory Method

Gets the virtual cache directory for a given layer within a map.

Public Function GetVirtualCacheDirectory ( _
) As String
public string GetVirtualCacheDirectory (
);

ITiledImageServer.IsFixedScaleImage Method

Indicates if it is fixed scale image.

Public Function IsFixedScaleImage ( _
) As Boolean
public bool IsFixedScaleImage (
);

Classes that implement ITiledImageServer

Classes Description
ImageServer The ArcGIS Server Image Server class.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.