com.supermap.services.providers
类 MVTTileProviderSetting
- java.lang.Object
 - 
- com.supermap.services.components.spi.MapProviderSetting
 - 
- com.supermap.services.providers.MVTTileProviderSetting
 
 
 
- 
- 所有已实现的接口:
 - java.io.Serializable
 
public class MVTTileProviderSetting extends MapProviderSetting
- 另请参阅:
 - 序列化表格
 
 
- 
- 
字段概要
字段 限定符和类型 字段和说明 java.lang.StringconfigFilePathS3ConnectionInfos3ConnectionInfoS3对象存储连接信息 当且仅当UGCV5瓦片存储在S3对象存储中时需要填写。- 
从类继承的字段 com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark 
 - 
 
- 
构造器概要
构造器 构造器和说明 MVTTileProviderSetting() 
- 
方法概要
方法 限定符和类型 方法和说明 booleanequals(java.lang.Object obj)inthashCode()- 
从类继承的方法 com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark 
 - 
 
 - 
 
- 
- 
字段详细资料
- 
configFilePath
public java.lang.String configFilePath
 
- 
s3ConnectionInfo
public S3ConnectionInfo s3ConnectionInfo
S3对象存储连接信息当且仅当UGCV5瓦片存储在S3对象存储中时需要填写。
 
 - 
 
 -