public class SpatialIndexFunctions extends Object
| Constructor and Description |
|---|
SpatialIndexFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
kdTreeQuery(Geometry pts,
Geometry queryEnv,
double tolerance) |
static Geometry |
kdTreeQueryRepeated(Geometry pts,
Geometry queryEnv,
double tolerance) |
static Geometry |
quadTreeQuery(Geometry geoms,
Geometry queryEnv) |
static Geometry |
strTreeBounds(Geometry geoms) |
static Geometry |
strTreeQuery(Geometry geoms,
Geometry queryEnv) |
Copyright © 2025. All rights reserved.