site_model2 772 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [{
  2. "id": 1,
  3. "type": "BUILDING",
  4. "name": "港湾一号",
  5. "polygon": {
  6. "type": "Polygon",
  7. "coordinates": [
  8. [
  9. [113.595322065943,22.366645374918],
  10. [113.596021375102,22.366645374918],
  11. [113.596021375102, 22.36696056884418],
  12. [113.595322065943,22.36696056884418]
  13. ]
  14. ]
  15. },
  16. "z_min": null,
  17. "z_max": null,
  18. "children": [{
  19. "id": 2,
  20. "type": "FLOOR",
  21. "name": "一楼",
  22. "polygon": null,
  23. "z_min": -2.1,
  24. "z_max": 32.7,
  25. "children": [],
  26. "center": [113.595671720124,22.3668029722544, -2.04],
  27. "attributes": {},
  28. "area": null,
  29. "volume": 295513.2188062703,
  30. "geometry_hash": -200081285
  31. }],
  32. "center": [113.595671720124,22.3668029722544, -2.04],
  33. "attributes": {},
  34. "area": 2503.305519109352,
  35. "volume": null,
  36. "geometry_hash": 1891071345
  37. }]