Provides access to members that serve tiled maps.
Members
Name | Description | |
---|---|---|
GetCacheStorageInfo | Gets the cache storage information. |
ITiledMapServer3.GetCacheStorageInfo Method
Gets the cache storage information.
Public Function GetCacheStorageInfo ( _
ByVal MapName As String _
) As ICacheStorageInfo
public ICacheStorageInfo GetCacheStorageInfo (
string MapName
);
Classes that implement ITiledMapServer3
Classes | Description |
---|---|
MapServer | The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications. |