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.StringaccessKeyIdjava.lang.StringaccessKeySecretbooleanfromPublic从公网还是从ECS访问java.lang.StringinstanceName实例名称java.lang.StringnodeName节点名称 
- 
构造器概要
构造器 构造器和说明 OTSTileSourceInfo()OTSTileSourceInfo(OTSTileSourceInfo info) 
- 
方法概要
方法 限定符和类型 方法和说明 TileSourceInfocopy()拷贝自我booleanequals(java.lang.Object obj)static java.lang.StringgetEndPoint(OTSTileSourceInfo tileSourceInfo)TileType[]getSupportedTileTypes()返回切片源支持的切片类型TileSourceTypegetType()返回切片源类型inthashCode()voidsetType(TileSourceType type)设置切片源类型java.lang.StringtoString()- 
从类继承的方法 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)
 
 - 
 
 -