iobject java ,GeoJson字符串转换为Gemetry返回为null,是什么原因?我传递的是String类型的geojson数据
如下:
{
"type": "FeatureCollection",
"features": [{
"geometry": {
"coordinates": [
[
[
[
112.4774,
24.8459
],
[
112.4778,
24.8459
],
[
112.4777,
24.8458
],
[
112.4776,
24.8458
],
[
112.4776,
24.8458
],
[
112.4774,
24.8459
]
]
]
],
"type": "MultiPolygon"
},
"id": "水系面.1",
"type": "Feature",
"properties": {
"Id": 0
}
}]
}