RTree Class
Contents
[
Hide
]Summary:
Module: aspose.gis.indexing.rtree
Full Name: aspose.gis.indexing.rtree.RTree
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| is_new | bool | r |
Methods
| Name | Description |
|---|---|
| insert(data_extent, data_id) | |
| nearest_candidate_to(point) | |
| open(filename, options) | |
| open(path, max_values_per_node) | |
| open(path, options) | |
| open_in_memory(max_values_per_node) | |
| where_intersects(search_rectangle) |
Method: nearest_candidate_to(point)
nearest_candidate_to(point)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| point | Coordinate |
Returns
| Type | Description |
|---|---|
| list[int] |
Method: open(filename, options) [static]
open(filename, options)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| filename | string | |
| options | RTreeOptions |
Returns
| Type | Description |
|---|---|
| RTree |
Method: open(path, max_values_per_node) [static]
open(path, max_values_per_node)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal | |
| max_values_per_node | int |
Returns
| Type | Description |
|---|---|
| RTree |
Method: open(path, options) [static]
open(path, options)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal | |
| options | RTreeOptions |
Returns
| Type | Description |
|---|---|
| RTree |
Method: open_in_memory(max_values_per_node) [static]
open_in_memory(max_values_per_node)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| max_values_per_node | int |
Returns
| Type | Description |
|---|---|
| RTree |
Method: where_intersects(search_rectangle)
where_intersects(search_rectangle)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| search_rectangle | BoundingRectangle |
Returns
| Type | Description |
|---|---|
| list[int] |