com.supermap.tilestorage
类 TileStorageMiniInfo

java.lang.Object
  继承者 com.supermap.tilestorage.TileStorageMiniInfo

public class TileStorageMiniInfo
extends java.lang.Object

缓存微型信息


构造方法摘要
TileStorageMiniInfo()
          缓存微型信息
 
方法摘要
 java.lang.String getName()
          获取名称
 TileStorageType getStorageType()
           
 void setName(java.lang.String storageName)
          设置名称
 void setStorageType(TileStorageType storageType)
          设置类型
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TileStorageMiniInfo

public TileStorageMiniInfo()
缓存微型信息

方法详细信息

getStorageType

public TileStorageType getStorageType()
返回:
类型

setStorageType

public void setStorageType(TileStorageType storageType)
设置类型

参数:
storageType - 类型

getName

public java.lang.String getName()
获取名称

返回:
名称

setName

public void setName(java.lang.String storageName)
设置名称

参数:
storageName - 名称