public class CacheV5PathParameter
extends java.lang.Object
计算v5缓存路径必需的参数类
构造器和说明 |
---|
CacheV5PathParameter() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
cacheName() |
CacheV5PathParameter |
cacheName(java.lang.String cacheName) |
int |
col() |
CacheV5PathParameter |
col(int col) |
java.lang.String |
getCachePath()
获取缓存文件路径。
|
java.lang.String |
mapStatusHashCode() |
CacheV5PathParameter |
mapStatusHashCode(java.lang.String mapStatusHashCode) |
java.lang.String |
outputFolder() |
CacheV5PathParameter |
outputFolder(java.lang.String outputFolder) |
int |
row() |
CacheV5PathParameter |
row(int row) |
double |
scaleDenominator() |
CacheV5PathParameter |
scaleDenominator(double scaleDenominator) |
OutputFormat |
tileFormat() |
CacheV5PathParameter |
tileFormat(OutputFormat tileFormat) |
int |
tileSize() |
CacheV5PathParameter |
tileSize(int tileSize) |
StorageType |
tileStorageType() |
CacheV5PathParameter |
tileStorageType(StorageType tileStorageType) |
public java.lang.String outputFolder()
public CacheV5PathParameter outputFolder(java.lang.String outputFolder)
public java.lang.String cacheName()
public CacheV5PathParameter cacheName(java.lang.String cacheName)
public OutputFormat tileFormat()
public CacheV5PathParameter tileFormat(OutputFormat tileFormat)
public int tileSize()
public CacheV5PathParameter tileSize(int tileSize)
public java.lang.String mapStatusHashCode()
public CacheV5PathParameter mapStatusHashCode(java.lang.String mapStatusHashCode)
public double scaleDenominator()
public CacheV5PathParameter scaleDenominator(double scaleDenominator)
public StorageType tileStorageType()
public CacheV5PathParameter tileStorageType(StorageType tileStorageType)
public int row()
public CacheV5PathParameter row(int row)
public int col()
public CacheV5PathParameter col(int col)
public java.lang.String getCachePath()
获取缓存文件路径。