public class Tile
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
Tile()
默认构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放 Tile 对象占用的资源。
|
Rectangle2D |
getBounds()
返回瓦片的地理范围。
|
int |
getColumn()
返回瓦片列号。
|
byte[] |
getData()
返回瓦片数据。
|
int |
getRow()
返回瓦片行号。
|
double |
getScale()
返回瓦片所属比例尺。
|
CacheImageSize |
getSize()
已过时。
|
CacheImageType |
getTileFormat()
已过时。
|
TileSize |
getTileSize()
返回瓦片的大小。
|
TileFormat |
getType()
返回瓦片数据格式。
|
void |
setColumn(int column)
设置瓦片列值。
|
void |
setData(byte[] data)
设置瓦片文件流字节数组。
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
void |
setRow(int row)
设置瓦片行值。
|
void |
setScale(double scale)
设置瓦片所在层级比例尺。
|
String |
toString()
序列化此类信息
|
public int getRow()
public int getColumn()
public Rectangle2D getBounds()
@Deprecated public CacheImageSize getSize()
public double getScale()
@Deprecated public CacheImageType getTileFormat()
public byte[] getData()
public void dispose()
public TileSize getTileSize()
public TileFormat getType()
public void setColumn(int column)
column
- 列值。IllegalStateException
- 当前对象已被释放。public void setRow(int row)
row
- 行值。IllegalStateException
- 当前对象已被释放。public void setScale(double scale)
scale
- 比例尺值。IllegalStateException
- 当前对象已被释放。public void setData(byte[] data)
data
- 字节数组。IllegalStateException
- 当前对象已被释放。IllegalArgumentException
- data参数为null异常。public String toString()
toString
在类中 Object
IllegalStateException
- 当前对象已被释放。public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.