@FeignClient(name="${app.services.gis-search:gis-search}")
@RequestMapping(value="/geojson/transform")
public interface GeoJsonTransformClient
| 限定符和类型 | 方法和说明 |
|---|---|
List<FeatureCollection> |
fromZip(org.springframework.web.multipart.MultipartFile file) |
byte[] |
toShpZip(String geometry) |
@RequestMapping(value="/toShpZip",
method=POST)
byte[] toShpZip(@RequestBody
String geometry)
@RequestMapping(value="/fromZip",
method=POST)
List<FeatureCollection> fromZip(@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile file)
Copyright © 2020 GTMAP. All rights reserved.