Skip to content

bromine0x23/geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

当前版本:0.0.1

GeoJSON 处理库,支持Jackson序列化

使用

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

参考