public class OTSTileSourceInfo extends TileSourceInfo
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
accessKeyId |
java.lang.String |
accessKeySecret |
boolean |
fromPublic
从公网还是从ECS访问
|
java.lang.String |
instanceName
实例名称
|
java.lang.String |
nodeName
节点名称
|
构造器和说明 |
---|
OTSTileSourceInfo() |
OTSTileSourceInfo(OTSTileSourceInfo info) |
限定符和类型 | 方法和说明 |
---|---|
TileSourceInfo |
copy()
拷贝自我
|
boolean |
equals(java.lang.Object obj) |
static java.lang.String |
getEndPoint(OTSTileSourceInfo tileSourceInfo) |
TileType[] |
getSupportedTileTypes()
返回切片源支持的切片类型
|
TileSourceType |
getType()
返回切片源类型
|
int |
hashCode() |
void |
setType(TileSourceType type)
设置切片源类型
|
java.lang.String |
toString() |
type
getDatastoreType, setDatastoreType
public java.lang.String instanceName
public java.lang.String nodeName
public boolean fromPublic
public java.lang.String accessKeyId
public java.lang.String accessKeySecret
public OTSTileSourceInfo()
public OTSTileSourceInfo(OTSTileSourceInfo info)
public TileSourceType getType()
TileSourceInfo
返回切片源类型
getType
在类中 TileSourceInfo
public void setType(TileSourceType type)
TileSourceInfo
设置切片源类型
setType
在类中 TileSourceInfo
public TileType[] getSupportedTileTypes()
TileSourceInfo
返回切片源支持的切片类型
getSupportedTileTypes
在类中 TileSourceInfo
public int hashCode()
hashCode
在类中 TileSourceInfo
public boolean equals(java.lang.Object obj)
equals
在类中 TileSourceInfo
public TileSourceInfo copy()
TileSourceInfo
拷贝自我
copy
在类中 TileSourceInfo
public java.lang.String toString()
toString
在类中 java.lang.Object
public static java.lang.String getEndPoint(OTSTileSourceInfo tileSourceInfo)