QixTree Class

Summary:

Module: aspose.gis.indexing.qixtree

Full Name: aspose.gis.indexing.qixtree.QixTree

Aspose.PSD Version: 25.9.0

Methods

NameDescription
nearest_candidate_to(point)
open(path)
open(path, options)
where_intersects_candidates(search_rectangle)

Method: nearest_candidate_to(point)

 nearest_candidate_to(point) 

Parameters:

ParameterTypeDescription
pointCoordinate

Returns

TypeDescription
list[int]

Method: open(path) [static]

 open(path) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal

Returns

TypeDescription
QixTree

Method: open(path, options) [static]

 open(path, options) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal
optionsQixTreeOptions

Returns

TypeDescription
QixTree

Method: where_intersects_candidates(search_rectangle)

 where_intersects_candidates(search_rectangle) 

Parameters:

ParameterTypeDescription
search_rectangleBoundingRectangle

Returns

TypeDescription
list[int]