public interface IArchiveFile
MapTileModuleProviderBase
,
ArchiveFileFactory
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the archive file and releases resources.
|
InputStream |
getInputStream(ITileSource tileSource,
long pMapTileIndex)
Get the input stream for the requested tile and tile source.
|
Set<String> |
getTileSources()
returns a list of tile source names that are available in the archive, if supported.
|
void |
init(File pFile)
initialize the file archive, such as performing initial scans, queries, opening a database, etc
|
void |
setIgnoreTileSource(boolean pIgnoreTileSource) |
void init(File pFile) throws Exception
pFile
- Exception
InputStream getInputStream(ITileSource tileSource, long pMapTileIndex)
TileSourceFactory
void close()
Set<String> getTileSources()
void setIgnoreTileSource(boolean pIgnoreTileSource)