Provides access to members that serve tiled images.
Members
Name | Description | |
---|---|---|
GetCacheControlInfo | Gets the cache description information for a given map. | |
GetCacheDescriptionInfo | Gets the cache description information for a given map. | |
GetCacheStorageInfo | Gets the cache storage information. | |
GetImageTile | Gets a tile for a given tile location. | |
GetTileCacheInfo | Gets the cache configuration. | |
GetTileImageInfo | Gets the cache tile image information. | |
GetVirtualCacheDirectory | Gets the virtual cache directory for a given layer within a map. | |
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. |