Package hec.map.tms.datasource.tile.bil
Class BilTileFactory
java.lang.Object
hec.map.tms.datasource.TmsTileFactory
hec.map.tms.datasource.tile.bil.BilTileFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
returns true if the Factory can create a tile for that file.createTile
(String path, FileSystem dataProvider) Creates a Tile for the given path and filesystem or returns NULL if nothing can be createdString[]
Methods inherited from class hec.map.tms.datasource.TmsTileFactory
getDefault
-
Constructor Details
-
BilTileFactory
public BilTileFactory()
-
-
Method Details
-
getTileExtensions
- Specified by:
getTileExtensions
in classTmsTileFactory
-
createTile
Description copied from class:TmsTileFactory
Creates a Tile for the given path and filesystem or returns NULL if nothing can be created- Specified by:
createTile
in classTmsTileFactory
- Returns:
-
accept
Description copied from class:TmsTileFactory
returns true if the Factory can create a tile for that file.- Specified by:
accept
in classTmsTileFactory
- Returns:
-