public class VTilePropertiesDTO extends Object
| Constructor and Description |
|---|
VTilePropertiesDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<com.geoway.adf.gis.geosrv.vtile.VTileDatasource> |
getCacheDatasources()
切片缓存库
|
List<com.geoway.adf.gis.geosrv.vtile.VTileGrid> |
getGrids()
格网金字塔
|
Map<String,String> |
getGridUnit()
坐标单位
|
String |
getMapServerUrl()
渲染引擎地址
|
int |
hashCode() |
void |
setCacheDatasources(List<com.geoway.adf.gis.geosrv.vtile.VTileDatasource> cacheDatasources)
切片缓存库
|
void |
setGrids(List<com.geoway.adf.gis.geosrv.vtile.VTileGrid> grids)
格网金字塔
|
void |
setGridUnit(Map<String,String> gridUnit)
坐标单位
|
void |
setMapServerUrl(String mapServerUrl)
渲染引擎地址
|
String |
toString() |
public List<com.geoway.adf.gis.geosrv.vtile.VTileGrid> getGrids()
public List<com.geoway.adf.gis.geosrv.vtile.VTileDatasource> getCacheDatasources()
public String getMapServerUrl()
public void setGrids(List<com.geoway.adf.gis.geosrv.vtile.VTileGrid> grids)
public void setCacheDatasources(List<com.geoway.adf.gis.geosrv.vtile.VTileDatasource> cacheDatasources)
public void setMapServerUrl(String mapServerUrl)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.