public class FastDFSTileSourceInfo extends TileSourceInfo
| 构造器和说明 | 
|---|
FastDFSTileSourceInfo()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
TileSourceInfo | 
copy()
拷贝自我 
 | 
boolean | 
equals(java.lang.Object obj)  | 
java.lang.String[] | 
getFdfsTrackers()  | 
java.lang.String[][] | 
getFdhtGroups()  | 
TileType[] | 
getSupportedTileTypes()
返回切片源支持的切片类型 
 | 
TileSourceType | 
getType()
返回切片源类型 
 | 
int | 
hashCode()  | 
void | 
setFdfsTrackers(java.lang.String[] fdfsTrackers)  | 
void | 
setFdhtGroups(java.lang.String[][] fdhtGroups)  | 
void | 
setType(TileSourceType type)
设置切片源类型 
 | 
java.lang.String | 
toString()  | 
typegetDatastoreType, setDatastoreTypepublic int hashCode()
hashCode 在类中 TileSourceInfopublic TileType[] getSupportedTileTypes()
TileSourceInfo返回切片源支持的切片类型
getSupportedTileTypes 在类中 TileSourceInfopublic boolean equals(java.lang.Object obj)
equals 在类中 TileSourceInfopublic java.lang.String[] getFdfsTrackers()
public void setFdfsTrackers(java.lang.String[] fdfsTrackers)
public java.lang.String[][] getFdhtGroups()
public void setFdhtGroups(java.lang.String[][] fdhtGroups)
public TileSourceType getType()
TileSourceInfo返回切片源类型
getType 在类中 TileSourceInfopublic void setType(TileSourceType type)
TileSourceInfo设置切片源类型
setType 在类中 TileSourceInfopublic java.lang.String toString()
toString 在类中 java.lang.Objectpublic TileSourceInfo copy()
TileSourceInfo拷贝自我
copy 在类中 TileSourceInfo