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
Would be good to have this feature... Syntax would be something like
// Load the data as Shape3DRDD[Point3D]valobjectRDD:Shape3DRDD[Point3D] = ...
// Build the indices based on TREE.
objectRDD.buildIndex(<indexTREE>)
// Run any spatial query faster! Envelope query for examplevalusingIndex=truevalenvelope= ...
valqueryResult=RangeQuery.windowQuery(objectRDD, envelope, usingIndex)
Ideally, it should combined with partitioning.
TBD!
The text was updated successfully, but these errors were encountered:
Would be good to have this feature... Syntax would be something like
Ideally, it should combined with partitioning.
TBD!
The text was updated successfully, but these errors were encountered: