Liking cljdoc? Tell your friends :D

geo.json


encode-line-stringclj

(encode-line-string geom)

Encode geom into a GeoJSON compatible line string data structure.

Encode `geom` into a GeoJSON compatible line string data
structure.
sourceraw docstring

encode-multi-line-stringclj

(encode-multi-line-string geom)

Encode geom into a GeoJSON compatible multi line string data structure.

Encode `geom` into a GeoJSON compatible multi line string data structure.
sourceraw docstring

encode-multi-pointclj

(encode-multi-point geom)

Encode geom into a GeoJSON compatible multi point data structure.

Encode `geom` into a GeoJSON compatible multi point data structure.
sourceraw docstring

encode-multi-polygonclj

(encode-multi-polygon geom)

Encode geom into a GeoJSON compatible multi polygon data structure.

Encode `geom` into a GeoJSON compatible multi polygon data structure.
sourceraw docstring

encode-pointclj

(encode-point point)

Encode point into a GeoJSON compatible point data structure.

Encode `point` into a GeoJSON compatible point data structure.
sourceraw docstring

encode-polygonclj

(encode-polygon geom)

Encode geom into a GeoJSON compatible polygon data structure.

Encode `geom` into a GeoJSON compatible polygon data structure.
sourceraw docstring

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

× close