@Service public class DistrictHotServiceImpl extends Object implements DistrictHotService
| Constructor and Description |
|---|
DistrictHotServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
add(HotDistrictRecordDTO addDTO)
新增热点区域记录
|
void |
delete(Integer id)
删除热点区域
|
HotDistrictDatasetDTO |
getHotDistrictDataset()
获取热点区域图层详情
|
ExtentDTO |
getHotDistrictExtent(Integer id)
获取热点区域的几何图形
|
List<HotDistrictRecordDTO> |
list(String keyword)
获取热点区域列表
|
void |
update(HotDistrictRecordDTO editDTO)
编辑热点区域
|
public List<HotDistrictRecordDTO> list(String keyword)
DistrictHotServicelist in interface DistrictHotServicekeyword - 关键词public Integer add(HotDistrictRecordDTO addDTO)
DistrictHotServiceadd in interface DistrictHotServiceaddDTO - 新增参数public void update(HotDistrictRecordDTO editDTO)
DistrictHotServiceupdate in interface DistrictHotServiceeditDTO - 编辑参数public void delete(Integer id)
DistrictHotServicedelete in interface DistrictHotServiceid - 热点区域标识public HotDistrictDatasetDTO getHotDistrictDataset()
DistrictHotServicegetHotDistrictDataset in interface DistrictHotServicepublic ExtentDTO getHotDistrictExtent(Integer id)
DistrictHotServicegetHotDistrictExtent in interface DistrictHotServiceid - 热点区域标识Copyright © 2025. All rights reserved.