public class UGCV5TileSourceInfo extends SMTilesTileSourceInfo
构造器和说明 |
---|
UGCV5TileSourceInfo() |
UGCV5TileSourceInfo(java.lang.String outputPath) |
限定符和类型 | 方法和说明 |
---|---|
TileSourceInfo |
copy()
拷贝自我
|
boolean |
equals(java.lang.Object obj) |
StorageType |
getStorageType() |
TileSourceType |
getType()
返回切片源类型
|
int |
hashCode() |
UGCV5TileSourceInfo |
outputPath(java.lang.String outputPath)
设置存储路径
|
void |
setStorageType(StorageType storageType) |
void |
setType(TileSourceType type)
设置切片源类型
|
getOutputPath, getSupportedTileTypes, setOutputPath
type
getDatastoreType, setDatastoreType
public UGCV5TileSourceInfo()
public UGCV5TileSourceInfo(java.lang.String outputPath)
public TileSourceType getType()
SMTilesTileSourceInfo
返回切片源类型
getType
在类中 SMTilesTileSourceInfo
public void setType(TileSourceType type)
SMTilesTileSourceInfo
设置切片源类型
setType
在类中 SMTilesTileSourceInfo
public StorageType getStorageType()
public void setStorageType(StorageType storageType)
public UGCV5TileSourceInfo outputPath(java.lang.String outputPath)
SMTilesTileSourceInfo
设置存储路径
outputPath
在类中 SMTilesTileSourceInfo
public int hashCode()
hashCode
在类中 SMTilesTileSourceInfo
public boolean equals(java.lang.Object obj)
equals
在类中 SMTilesTileSourceInfo
public TileSourceInfo copy()
SMTilesTileSourceInfo
拷贝自我
copy
在类中 SMTilesTileSourceInfo