Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 mongoDb 创建一个数据库,我是这个领域的新手。并且还想插入和选择数据来存储圆形、三角形等形状。我想知道怎么做。
假设您指的是为地理空间查询存储形状,您可以使用GeoJSONMongoDB 2.4 中对对象的新支持来存储和查询 Point、LineString 和 Polygon 对象。
GeoJSON
有关更多信息,请参阅: