Liking cljdoc? Tell your friends :D

clj-postgresql.spatial

:require [clj-postgresql.spatial :as st]

:require [clj-postgresql.spatial :as st]
raw docstring

line-stringclj

(line-string points)

Make a LineString from a collection of points.

Make a LineString from a collection of points.
sourceraw docstring

linear-ringclj

(linear-ring points)

Used for constructing Polygons from Points.

Used for constructing Polygons from Points.
sourceraw docstring

multi-line-stringclj

(multi-line-string line-strings)

Make a MultiLineString from a collection of LineStrings.

Make a MultiLineString from a collection of LineStrings.
sourceraw docstring

multi-pointclj

(multi-point points)

Make a MultiPoint from collection of Points.

Make a MultiPoint from collection of Points.
sourceraw docstring

multi-polygonclj

(multi-polygon polygons)

Make a MultiPolygon from collection of Polygons.

Make a MultiPolygon from collection of Polygons.
sourceraw docstring

pg-geomclj

(pg-geom geometry)
source

pointclj

(point coll-or-str)
(point x y)
(point x y z)

Make a 2D or 3D Point.

Make a 2D or 3D Point.
sourceraw docstring

polygonclj

(polygon linear-rings)

Make a Polygon from a collection of Points.

Make a Polygon from a collection of Points.
sourceraw docstring

sridclj

(srid geometry)

Returns the set SRID of a geometry object

Returns the set SRID of a geometry object
sourceraw docstring

with-srid!clj

(with-srid! geometry srid)

Return the geometry object with SRID set. Alters the object.

Return the geometry object with SRID set. Alters the object.
sourceraw docstring

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

× close