com.supermap.services.tilesource
类 SMTilesTileSourceInfo
- java.lang.Object
-
- com.supermap.services.datastore.commontypes.DataStoreInfo
-
- com.supermap.services.tilesource.TileSourceInfo
-
- com.supermap.services.tilesource.SMTilesTileSourceInfo
-
- 所有已实现的接口:
- java.io.Serializable
- 直接已知子类:
- MbtilesTileSourceInfo, OSGBTileSourceInfo, RealspaceImageTileSourceInfo, TerrainTileSourceInfo, ThreeDTilesTileSourceInfo, UGCV5TileSourceInfo
public class SMTilesTileSourceInfo extends TileSourceInfo
SMTiles切片源连接信息
- 从以下版本开始:
- 7.0.1
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器和说明 SMTilesTileSourceInfo()
SMTilesTileSourceInfo(java.lang.String outputPath)
-
方法概要
方法 限定符和类型 方法和说明 TileSourceInfo
copy()
拷贝自我boolean
equals(java.lang.Object obj)
java.lang.String
getOutputPath()
返回存储路径TileType[]
getSupportedTileTypes()
返回切片源支持的切片类型TileSourceType
getType()
返回切片源类型int
hashCode()
SMTilesTileSourceInfo
outputPath(java.lang.String outputPath)
设置存储路径void
setOutputPath(java.lang.String outputPath)
设置存储路径void
setType(TileSourceType type)
设置切片源类型-
从类继承的方法 com.supermap.services.tilesource.TileSourceInfo
type
-
从类继承的方法 com.supermap.services.datastore.commontypes.DataStoreInfo
getDatastoreType, setDatastoreType
-
-
-
-
构造器详细资料
-
SMTilesTileSourceInfo
public SMTilesTileSourceInfo()
-
SMTilesTileSourceInfo
public SMTilesTileSourceInfo(java.lang.String outputPath)
-
-
方法详细资料
-
getOutputPath
public java.lang.String getOutputPath()
返回存储路径
- 返回:
- 从以下版本开始:
- 7.0
-
setOutputPath
public void setOutputPath(java.lang.String outputPath)
设置存储路径
- 从以下版本开始:
- 7.0
-
outputPath
public SMTilesTileSourceInfo 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
-
-