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