QixTree Class
Summary:
Module: aspose.gis.indexing.qixtree
Full Name: aspose.gis.indexing.qixtree.QixTree
Aspose.PSD Version: 25.9.0
Methods
| Name | Description |
|---|---|
| nearest_candidate_to(point) | |
| open(path) | |
| open(path, options) | |
| where_intersects_candidates(search_rectangle) |
Method: nearest_candidate_to(point)
nearest_candidate_to(point)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| point | Coordinate |
Returns
| Type | Description |
|---|---|
| list[int] |
Method: open(path) [static]
open(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal |
Returns
| Type | Description |
|---|---|
| QixTree |
Method: open(path, options) [static]
open(path, options)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal | |
| options | QixTreeOptions |
Returns
| Type | Description |
|---|---|
| QixTree |
Method: where_intersects_candidates(search_rectangle)
where_intersects_candidates(search_rectangle)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| search_rectangle | BoundingRectangle |
Returns
| Type | Description |
|---|---|
| list[int] |