com.supermap.services.util.cache
类 CacheV5PathParameter
- java.lang.Object
-
- com.supermap.services.util.cache.CacheV5PathParameter
-
public class CacheV5PathParameter extends java.lang.Object
计算v5缓存路径必需的参数类
- 从以下版本开始:
- 9.1.0
-
-
构造器概要
构造器 构造器和说明 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)
-
-
-
方法详细资料
-
outputFolder
public java.lang.String outputFolder()
-
outputFolder
public CacheV5PathParameter outputFolder(java.lang.String outputFolder)
-
cacheName
public java.lang.String cacheName()
-
cacheName
public CacheV5PathParameter cacheName(java.lang.String cacheName)
-
tileFormat
public OutputFormat tileFormat()
-
tileFormat
public CacheV5PathParameter tileFormat(OutputFormat tileFormat)
-
tileSize
public int tileSize()
-
tileSize
public CacheV5PathParameter tileSize(int tileSize)
-
mapStatusHashCode
public java.lang.String mapStatusHashCode()
-
mapStatusHashCode
public CacheV5PathParameter mapStatusHashCode(java.lang.String mapStatusHashCode)
-
scaleDenominator
public double scaleDenominator()
-
scaleDenominator
public CacheV5PathParameter scaleDenominator(double scaleDenominator)
-
tileStorageType
public StorageType tileStorageType()
-
tileStorageType
public CacheV5PathParameter tileStorageType(StorageType tileStorageType)
-
row
public int row()
-
row
public CacheV5PathParameter row(int row)
-
col
public int col()
-
col
public CacheV5PathParameter col(int col)
-
getCachePath
public java.lang.String getCachePath()
获取缓存文件路径。
- 返回:
- 从以下版本开始:
- 9.1.0
-
-