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.StringcacheName()CacheV5PathParametercacheName(java.lang.String cacheName)intcol()CacheV5PathParametercol(int col)java.lang.StringgetCachePath()获取缓存文件路径。java.lang.StringmapStatusHashCode()CacheV5PathParametermapStatusHashCode(java.lang.String mapStatusHashCode)java.lang.StringoutputFolder()CacheV5PathParameteroutputFolder(java.lang.String outputFolder)introw()CacheV5PathParameterrow(int row)doublescaleDenominator()CacheV5PathParameterscaleDenominator(double scaleDenominator)OutputFormattileFormat()CacheV5PathParametertileFormat(OutputFormat tileFormat)inttileSize()CacheV5PathParametertileSize(int tileSize)StorageTypetileStorageType()CacheV5PathParametertileStorageType(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
 
 
 - 
 
 -