public class FlatXFileSystemStrategy extends DefaultFileSystemStrategy
FLATX, QUADKEY
Constructor and Description |
---|
FlatXFileSystemStrategy() |
FlatXFileSystemStrategy(java.lang.String tileNameSuffix) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLayerNameSuffix() |
java.lang.String |
getName() |
java.lang.String |
getRelativeToLayerDirTilePath(int row,
int col,
int zoomLevel,
java.lang.String var,
java.lang.String z,
java.lang.String time)
The relative path of the tile on disk
|
getTileNameSuffix, setTileNameSuffix
public FlatXFileSystemStrategy()
public FlatXFileSystemStrategy(java.lang.String tileNameSuffix)
public java.lang.String getRelativeToLayerDirTilePath(int row, int col, int zoomLevel, java.lang.String var, java.lang.String z, java.lang.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 java.lang.String getLayerNameSuffix()
public java.lang.String getName()