com.supermap.services.tilesource
类 OTSTileSourceInfo
- java.lang.Object
-
- com.supermap.services.datastore.commontypes.DataStoreInfo
-
- com.supermap.services.tilesource.TileSourceInfo
-
- com.supermap.services.tilesource.OTSTileSourceInfo
-
- 所有已实现的接口:
- java.io.Serializable
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()
-
从类继承的方法 com.supermap.services.tilesource.TileSourceInfo
type
-
从类继承的方法 com.supermap.services.datastore.commontypes.DataStoreInfo
getDatastoreType, setDatastoreType
-
-
-
-
字段详细资料
-
instanceName
public java.lang.String instanceName
实例名称
-
nodeName
public java.lang.String nodeName
节点名称
-
fromPublic
public boolean fromPublic
从公网还是从ECS访问
-
accessKeyId
public java.lang.String accessKeyId
-
accessKeySecret
public java.lang.String accessKeySecret
-
-
构造器详细资料
-
OTSTileSourceInfo
public OTSTileSourceInfo()
-
OTSTileSourceInfo
public OTSTileSourceInfo(OTSTileSourceInfo info)
-
-
方法详细资料
-
getType
public TileSourceType getType()
从类复制的说明:TileSourceInfo
返回切片源类型
- 覆盖:
getType
在类中TileSourceInfo
- 返回:
-
setType
public void setType(TileSourceType type)
从类复制的说明:TileSourceInfo
设置切片源类型
- 覆盖:
setType
在类中TileSourceInfo
-
getSupportedTileTypes
public TileType[] getSupportedTileTypes()
从类复制的说明:TileSourceInfo
返回切片源支持的切片类型
- 覆盖:
getSupportedTileTypes
在类中TileSourceInfo
- 返回:
-
hashCode
public int hashCode()
- 覆盖:
hashCode
在类中TileSourceInfo
-
equals
public boolean equals(java.lang.Object obj)
- 覆盖:
equals
在类中TileSourceInfo
-
copy
public TileSourceInfo copy()
从类复制的说明:TileSourceInfo
拷贝自我
- 覆盖:
copy
在类中TileSourceInfo
- 返回:
-
toString
public java.lang.String toString()
- 覆盖:
toString
在类中java.lang.Object
-
getEndPoint
public static java.lang.String getEndPoint(OTSTileSourceInfo tileSourceInfo)
-
-