build_quadtree: Build a quadtree

View source: R/spatial_indexing_sf.R

build_quadtreeR Documentation

Build a quadtree

Description

Generate a quadtree object from package SearchTrees, useful to speed up spatial requesting (INTERNAL).

Usage

build_quadtree(data)

Arguments

data

a feature collection of linestrings or a feature collection of points

Value

a spatial_index object (pointer to a c++ instance)

Examples

#This is an internal function, no example provided

spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.