Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 310 Bytes

当前版本:0.0.1

GeoJSON 处理库,支持Jackson序列化

使用

FeatureCollection featureCollection = new ObjectMapper().readValue(inputStream, FeatureCollection.class);

参考