You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zdila in Apache Sedona (https://github.com/apache/sedona), we have been dealing with this issue for a while and I contributed a few functions to JTS to make the clone possible (in Sedona, we call it Serialize/Deserialize): #634 The necessary building blocks in JTS are package-private so it seems to be impossible to implement but it is actually possible.
Please feel free to use our Sedona serializer to clone STRtree and QuadTree.
We need a mean to "clone" existing
STRTree
to another one. Cloning should not build any of the source or destinationSTRTree
.This could be suitable also for other
SpatialIndex
es.The text was updated successfully, but these errors were encountered: