Feature Tree
Functions
getAllCollection returns a FeatureCollection containing all of the features from within the rtree.
getAllWithinTriangle returns a FeatureCollection containing all of the features with the triangle
For a given point, getContainingPolygons returns any features which contain it.
getNearbyCollection returns a FeatureCollection containing all of the features within distance of the location provided
getNearestCollection returns a FeatureCollection containing the nearest members of the rtree that are also within distance.
getNearestCollectionWithinTriangle returns a FeatureCollection containing the nearest members of the rtree within the triangle provided
getNearestFeature returns a Feature that is the nearest member of the rtree that is also within distance.
getNearestFeatureWithinTriangle returns a Feature that is the nearest member of the rtree within the triangle provided