public class FlatXFileSystemStrategy extends DefaultFileSystemStrategy
FLATX, QUADKEY
Constructor and Description |
---|
FlatXFileSystemStrategy() |
FlatXFileSystemStrategy(String tileNameSuffix) |
Modifier and Type | Method and Description |
---|---|
String |
getLayerNameSuffix() |
String |
getName() |
String |
getRelativeToLayerDirTilePath(int row,
int col,
int zoomLevel,
String var,
String z,
String time)
The relative path of the tile on disk
|
getTileNameSuffix, setTileNameSuffix
public FlatXFileSystemStrategy()
public FlatXFileSystemStrategy(String tileNameSuffix)
public String getRelativeToLayerDirTilePath(int row, int col, int zoomLevel, String var, String z, String time)
ITileFileSystemStrategy
row
- Row of the tilecol
- Column of the tilezoomLevel
- The zoom levelvar
- Variable which is represented in this cache structure. This is useful for netcdf and other
multidimensional formatsz
- Level of deep in the raster layer. This is useful for multidimensional formatstime
- A format which supports 4D needs to store different time moments y different directoriespublic String getLayerNameSuffix()
public String getName()