public class TileData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
col
列号
|
protected byte[] |
data
瓦片数据
|
protected String |
format
格式
|
protected String |
key
唯一标识
|
protected int |
level
级别
|
protected int |
row
行号
|
| Constructor and Description |
|---|
TileData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCol() |
byte[] |
getData() |
String |
getFormat() |
String |
getKey() |
int |
getLevel() |
int |
getRow() |
void |
setCol(int col) |
void |
setData(byte[] data) |
void |
setFormat(String format) |
void |
setKey(String key) |
void |
setLevel(int level) |
void |
setRow(int row) |
protected String key
protected int level
protected int row
protected int col
protected String format
protected byte[] data
public String getKey()
public void setKey(String key)
public int getLevel()
public void setLevel(int level)
public int getRow()
public void setRow(int row)
public int getCol()
public void setCol(int col)
public String getFormat()
public void setFormat(String format)
public byte[] getData()
public void setData(byte[] data)
Copyright © 2025. All rights reserved.