\ccRefChapter{Spatial Searching} The spatial searching package implements exact and approximate distance browsing by providing implementations of algorithms supporting \begin{itemize} \item both nearest and furthest neighbor searching \item both exact and approximate searching \item (approximate) range searching \item (approximate) $k$-nearest and $k$-furthest neighbor searching \item (approximate) incremental nearest and incremental furthest neighbor searching \item query items representing points and spatial objects. \end{itemize} In these searching problems a set $P$ of data points in $d$-dimensional space is given. The spatial searching package consists of the following concepts and classes that are described in the reference pages. \ccHeading{Concepts} \ccRefConceptPage{FuzzyQueryItem} \\ \ccRefConceptPage{GeneralDistance} \\ \ccRefConceptPage{IsoBox_d} \\ \ccRefConceptPage{OrthogonalDistance} \\ \ccRefConceptPage{PointContainer} \\ \ccRefConceptPage{PointTraits} \\ \ccRefConceptPage{QueryItem} \\ \ccRefConceptPage{SpatialSeparator} \\ \ccRefConceptPage{SpatialTree} \\ \ccRefConceptPage{Splitter} \\ \ccRefConceptPage{TreeTraits} \\ \ccHeading{Classes} \ccRefIdfierPage{CGAL::Euclidean_distance} \\ \ccRefIdfierPage{CGAL::Euclidean_distance_sphere_point} \\ \ccRefIdfierPage{CGAL::Fair} \\ \ccRefIdfierPage{CGAL::Fuzzy_iso_box} \\ \ccRefIdfierPage{CGAL::Fuzzy_sphere} \\ \ccRefIdfierPage{CGAL::General_priority_search} \\ \ccRefIdfierPage{CGAL::General_standard_search} \\ \ccRefIdfierPage{CGAL::Kd_tree} \\ \ccRefIdfierPage{CGAL::Kd_tree_node} \\ \ccRefIdfierPage{CGAL::Kd_tree_rectangle} \\ \ccRefIdfierPage{CGAL::Kd_tree_traits_point_2} \\ \ccRefIdfierPage{CGAL::Kd_tree_traits_point_3} \\ \ccRefIdfierPage{CGAL::Kd_tree_traits_point_d} \\ \ccRefIdfierPage{CGAL::Manhattan_distance_rectangle_point} \\ \ccRefIdfierPage{CGAL::Median_of_max_spread} \\ \ccRefIdfierPage{CGAL::Median_of_rectangle} \\ \ccRefIdfierPage{CGAL::Midpoint_of_max_spread} \\ \ccRefIdfierPage{CGAL::Midpoint_of_rectangle} \\ \ccRefIdfierPage{CGAL::Orthogonal_priority_search} \\ \ccRefIdfierPage{CGAL::Orthogonal_standard_search} \\ \ccRefIdfierPage{CGAL::Plane_separator} \\ \ccRefIdfierPage{CGAL::Point_container} \\ \ccRefIdfierPage{CGAL::Sliding_fair} \\ \ccRefIdfierPage{CGAL::Sliding_midpoint} \\ \ccRefIdfierPage{CGAL::Weighted_Minkowski_distance} \\ \lcHtml{\ccHeading{Alphabetical Listing of Reference Pages}}