public class TileSourceInfo
extends java.lang.Object
implements java.io.Serializable
切片源连接信息
| 构造器和说明 |
|---|
TileSourceInfo() |
TileSourceInfo(TileSourceType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
TileSourceInfo |
copy()
拷贝自我
|
boolean |
equals(java.lang.Object obj) |
TileType[] |
getSupportedTileTypes()
返回切片源支持的切片类型
|
TileSourceType |
getType()
返回切片源类型
|
int |
hashCode() |
void |
setType(TileSourceType type)
设置切片源类型
|
TileSourceInfo |
type(TileSourceType type)
设置切片源类型
|
public TileSourceInfo()
public TileSourceInfo(TileSourceType type)
public TileSourceType getType()
返回切片源类型
public void setType(TileSourceType type)
设置切片源类型
public TileSourceInfo type(TileSourceType type)
设置切片源类型
public TileSourceInfo copy()
拷贝自我
public boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic TileType[] getSupportedTileTypes()
返回切片源支持的切片类型