Query Results#

This module defines classes that store the results of queries. It includes:

QueryResult([points, boxes, polygons, query])

A combined result of Queries.

BaseResult(result)

Base class for the result of the queries.

PointsResult(result)

A class to manage the result of Points query.

BBoxesResult(result)

A class to manage the result of BoundingBox query.

PolygonsResult(result)

A class to manage the result of Polygons query.