| Package | Description |
|---|---|
| com.geoway.adf.dms.datasource.dto.district | |
| com.geoway.adf.dms.datasource.service | |
| com.geoway.adf.dms.datasource.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<DistrictItemDTO> |
DistrictItemDTO.getChildren()
子节点
|
List<DistrictItemDTO> |
DistrictItemDTO.getParent()
父节点
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistrictItemDTO.setChildren(List<DistrictItemDTO> children)
子节点
|
void |
DistrictItemDTO.setParent(List<DistrictItemDTO> parent)
父节点
|
| Modifier and Type | Method and Description |
|---|---|
DistrictItemDTO |
DistrictService.getDefaultDistrictItem(Long districtId)
获取默认区域单元
|
DistrictItemDTO |
DistrictService.getDistrictItemDetail(Long id)
获取区域单元详情(父节点,四至)
|
DistrictItemDTO |
DistrictService.getDistrictItemDetail(Long districtId,
Integer level,
String itemCode)
获取区域单元详情
|
DistrictItemDTO |
DistrictService.getDistrictItemDetail(Long districtId,
String itemCode)
获取区域单元详情
|
| Modifier and Type | Method and Description |
|---|---|
List<DistrictItemDTO> |
DistrictService.getDistrictItem(Long districtId,
Long pid,
String pCode,
String keyword,
Boolean withChildren,
Integer searchCount)
获取区域单元树
|
List<DistrictItemDTO> |
DistrictService.getDistrictItemList(Long districtId)
获取所有行政区单元
|
Map<String,List<DistrictItemDTO>> |
DistrictService.getDistrictItemsGroup(Long districtId,
Long pid,
String keyword,
Boolean withChildren)
获取区域单元树(按首字母分组)
|
List<DistrictItemDTO> |
DistrictService.queryDistrictItem(Long districtId,
Short level,
String geometry)
区域单元空间查询
|
| Modifier and Type | Method and Description |
|---|---|
DistrictItemDTO |
DistrictServiceImpl.getDefaultDistrictItem(Long districtId) |
DistrictItemDTO |
DistrictServiceImpl.getDistrictItemDetail(Long id) |
DistrictItemDTO |
DistrictServiceImpl.getDistrictItemDetail(Long districtId,
Integer level,
String itemCode) |
DistrictItemDTO |
DistrictServiceImpl.getDistrictItemDetail(Long districtId,
String itemCode) |
| Modifier and Type | Method and Description |
|---|---|
List<DistrictItemDTO> |
DistrictServiceImpl.getDistrictItem(Long districtId,
Long pid,
String pCode,
String keyword,
Boolean withChildren,
Integer searchCount) |
List<DistrictItemDTO> |
DistrictServiceImpl.getDistrictItemList(Long districtId) |
Map<String,List<DistrictItemDTO>> |
DistrictServiceImpl.getDistrictItemsGroup(Long districtId,
Long pid,
String keyword,
Boolean withChildren) |
List<DistrictItemDTO> |
DistrictServiceImpl.queryDistrictItem(Long districtId,
Short level,
String geometry) |
Copyright © 2025. All rights reserved.