As far as I understand by going inside com.arcadedb.schema.Type; it seems that spatial functions doesn't have their own datatype.
If we want spatial indexes for faster search (BBOX or fast spherical earch-like search, or accurate ellipsoidal search) we will need an index.
As far as I understand by going inside
com.arcadedb.schema.Type;it seems that spatial functions doesn't have their own datatype.If we want spatial indexes for faster search (BBOX or fast spherical earch-like search, or accurate ellipsoidal search) we will need an index.