Liking cljdoc? Tell your friends :D

geo.postgis


*readers*clj

source

bounding-boxclj

(bounding-box south-west north-east)

Make a new bounding box.

Make a new bounding box.
sourceraw docstring

IGeometrycljprotocol

geometryclj

(geometry obj)

Convert obj into a PostGIS geometry.

Convert `obj` into a PostGIS geometry.
source

line-stringclj

(line-string srid & coordinates)

Make a new LineString.

Make a new LineString.
sourceraw docstring

linear-ringclj

(linear-ring srid & coordinates)

Make a new LinearRing.

Make a new LinearRing.
sourceraw docstring

multi-line-stringclj

(multi-line-string srid & coordinates)

Make a new MultiLineString.

Make a new MultiLineString.
sourceraw docstring

multi-pointclj

(multi-point srid & coordinates)

Make a new MultiPoint.

Make a new MultiPoint.
sourceraw docstring

multi-polygonclj

(multi-polygon srid & coordinates)

Make a new MultiPolygon.

Make a new MultiPolygon.
sourceraw docstring

parse-locationclj

(parse-location s)
source

pointclj

(point srid x y & [z])

Make a new Point.

Make a new Point.
sourceraw docstring

polygonclj

(polygon srid & coordinates)

Make a new Polygon.

Make a new Polygon.
sourceraw docstring

(print-bounding-box bounding-box writer)

Print the bounding-box to writer.

Print the `bounding-box` to `writer`.
sourceraw docstring

read-bounding-boxclj

(read-bounding-box [south-west north-east])

Read a LineString from coordinates.

Read a LineString from `coordinates`.
sourceraw docstring

read-line-stringclj

(read-line-string [srid coordinates])

Read a LineString from coordinates.

Read a LineString from `coordinates`.
sourceraw docstring

read-multi-line-stringclj

(read-multi-line-string [srid coordinates])

Read a MultiLineString from coordinates.

Read a MultiLineString from `coordinates`.
sourceraw docstring

read-multi-pointclj

(read-multi-point [srid coordinates])

Read a MultiPoint from coordinates.

Read a MultiPoint from `coordinates`.
sourceraw docstring

read-multi-polygonclj

(read-multi-polygon [srid coordinates])

Read a MultiPoint from coordinates.

Read a MultiPoint from `coordinates`.
sourceraw docstring

read-pointclj

(read-point [srid coordinates])

Read a Point from coordinates.

Read a Point from `coordinates`.
sourceraw docstring

read-polygonclj

(read-polygon [srid coordinates])

Read a Polygon from coordinates.

Read a Polygon from `coordinates`.
sourceraw docstring

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

× close