Multipolygon in DSE Graphs

89 Views Asked by At

I need to store Multipolygon data in Datastax Graph. They do support some of geo data types like point, line String and polygon . Do they support Multipolygon.

Could you please help with this

1

There are 1 best solutions below

5
On

DSE Graph does not support explicit Multipolygon data types.

If you don't mind sharing, what types of issues/challenges does Multipolygon help you solve?