RTree Class

Summary:

Module: aspose.gis.indexing.rtree

Full Name: aspose.gis.indexing.rtree.RTree

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
is_newboolr

Methods

NameDescription
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:

ParameterTypeDescription
pointCoordinate

Returns

TypeDescription
list[int]

Method: open(filename, options) [static]

 open(filename, options) 

Parameters:

ParameterTypeDescription
filenamestring
optionsRTreeOptions

Returns

TypeDescription
RTree

Method: open(path, max_values_per_node) [static]

 open(path, max_values_per_node) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal
max_values_per_nodeint

Returns

TypeDescription
RTree

Method: open(path, options) [static]

 open(path, options) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal
optionsRTreeOptions

Returns

TypeDescription
RTree

Method: open_in_memory(max_values_per_node) [static]

 open_in_memory(max_values_per_node) 

Parameters:

ParameterTypeDescription
max_values_per_nodeint

Returns

TypeDescription
RTree

Method: where_intersects(search_rectangle)

 where_intersects(search_rectangle) 

Parameters:

ParameterTypeDescription
search_rectangleBoundingRectangle

Returns

TypeDescription
list[int]