Liking cljdoc? Tell your friends :D

meridian.datomic-rtree.shapes


->entclj

(->ent shape)
(->ent shape add-id)
source

->shapeclj

(->shape ent)
source

create-entryclj

(create-entry shape index-fn)
source

point-entryclj

(point-entry index-fn x y)

Function for creating entries specifically for points. Pass a function created using functions from the hilbert namespace.

The code is similar to create-entry, and it's repeated here to avoid having to make some calculations (extents, cenre) that are normally done for other shapes but are not necessary for points.

Function for creating entries specifically for points. Pass a
function created using functions from the hilbert namespace.

The code is similar to create-entry, and it's repeated here to avoid
having to make some calculations (extents, cenre) that are normally
done for other shapes but are not necessary for points.
sourceraw docstring

prn-entryclj

(prn-entry k m)
source

read-entryclj

(read-entry k m)
source

transform-mapclj

(transform-map k f m)
source

transform-nested-mapclj

(transform-nested-map k f)
source

transform-shapeclj

(transform-shape shape f)
source

update-entryclj

(update-entry k f m)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close