com.supermap.services.tilesource
类 GeoPackageTileSourceInfo
- java.lang.Object
 - 
- com.supermap.services.datastore.commontypes.DataStoreInfo
 - 
- com.supermap.services.tilesource.TileSourceInfo
 - 
- com.supermap.services.tilesource.GeoPackageTileSourceInfo
 
 
 
 
- 
- 所有已实现的接口:
 - java.io.Serializable
 
public class GeoPackageTileSourceInfo extends TileSourceInfo
- 另请参阅:
 - 序列化表格
 
 
- 
- 
构造器概要
构造器 构造器和说明 GeoPackageTileSourceInfo()GeoPackageTileSourceInfo(java.lang.String outputPath) 
- 
方法概要
方法 限定符和类型 方法和说明 TileSourceInfocopy()拷贝自我booleanequals(java.lang.Object obj)java.lang.StringgetOutputPath()返回存储路径TileType[]getSupportedTileTypes()返回切片源支持的切片类型TileSourceTypegetType()返回切片源类型inthashCode()GeoPackageTileSourceInfooutputPath(java.lang.String outputPath)设置存储路径voidsetOutputPath(java.lang.String outputPath)设置存储路径voidsetType(TileSourceType type)设置切片源类型- 
从类继承的方法 com.supermap.services.tilesource.TileSourceInfo
type 
- 
从类继承的方法 com.supermap.services.datastore.commontypes.DataStoreInfo
getDatastoreType, setDatastoreType 
 - 
 
 - 
 
- 
- 
构造器详细资料
- 
GeoPackageTileSourceInfo
public GeoPackageTileSourceInfo()
 
- 
GeoPackageTileSourceInfo
public GeoPackageTileSourceInfo(java.lang.String outputPath)
 
 - 
 
- 
方法详细资料
- 
getOutputPath
public java.lang.String getOutputPath()
返回存储路径
- 返回:
 - 从以下版本开始:
 - 7.0
 
 
- 
setOutputPath
public void setOutputPath(java.lang.String outputPath)
设置存储路径
- 从以下版本开始:
 - 7.0
 
 
- 
outputPath
public GeoPackageTileSourceInfo outputPath(java.lang.String outputPath)
设置存储路径
- 返回:
 - 从以下版本开始:
 - 7.0
 
 
- 
getType
public TileSourceType getType()
返回切片源类型
- 覆盖:
 getType在类中TileSourceInfo- 返回:
 - 从以下版本开始:
 - 7.0
 
 
- 
setType
public void setType(TileSourceType type)
设置切片源类型
- 覆盖:
 setType在类中TileSourceInfo- 从以下版本开始:
 - 7.0
 
 
- 
getSupportedTileTypes
public TileType[] getSupportedTileTypes()
返回切片源支持的切片类型
- 覆盖:
 getSupportedTileTypes在类中TileSourceInfo- 返回:
 - 从以下版本开始:
 - 7.0
 
 
- 
hashCode
public int hashCode()
- 覆盖:
 hashCode在类中TileSourceInfo
 
- 
equals
public boolean equals(java.lang.Object obj)
- 覆盖:
 equals在类中TileSourceInfo
 
- 
copy
public TileSourceInfo copy()
拷贝自我
- 覆盖:
 copy在类中TileSourceInfo- 返回:
 - 从以下版本开始:
 - 7.0
 
 
 - 
 
 -