| | |
| | | |
| | | private String flowPath; |
| | | |
| | | private boolean copyTif; |
| | | |
| | | public String getVer() { |
| | | return ver; |
| | | } |
| | |
| | | public void setBuildingKey(String buildingKey) { |
| | | this.buildingKey = buildingKey; |
| | | } |
| | | |
| | | public boolean getCopyTif() { |
| | | return copyTif; |
| | | } |
| | | |
| | | public void setCopyTif(boolean copyTif) { |
| | | this.copyTif = copyTif; |
| | | } |
| | | } |
| | |
| | | if (null == ds.GetSpatialRef()) ds.SetSpatialRef(dto.getSpatialReference()); |
| | | |
| | | createWaterPng(dto, ds, layer, layer.getWaters().getData().get(i)); |
| | | copyWaterTif(dto, ds, layer.getWaters().getData().get(i)); |
| | | if (config.getCopyTif()) copyWaterTif(dto, ds, layer.getWaters().getData().get(i)); |
| | | createVectors(dto, ds, layer, layer.getWaters().getData().get(i)); |
| | | } finally { |
| | | if (null != ds) ds.delete(); |
| | |
| | | buildingKey: KJSFBM |
| | | waterPath: depth |
| | | flowPath: velocity |
| | | copyTif: false |