Liking cljdoc? Tell your friends :D

geo.crs

Helper functions for identifying and manipulating Coordinate Reference Systems.

Helper functions for identifying and manipulating Coordinate Reference Systems.
raw docstring

create-transformclj

(create-transform c1 c2)
source

crs-factoryclj

source

crs-name?clj

(crs-name? crs-str)

Check if input is a valid CRS name accepted by proj4j.

Accepted CRS names are in the forms: EPSG:xxxx, ESRI:xxxx, NAD83:xxxx, NAD27:xxx, or WORLD:xxxx.

Check if input is a valid CRS name accepted by proj4j.

Accepted CRS names are in the forms:
EPSG:xxxx, ESRI:xxxx, NAD83:xxxx, NAD27:xxx, or WORLD:xxxx.
sourceraw docstring

ctf-factoryclj

source

epsg-str->sridclj

(epsg-str->srid epsg)

Converts EPSG string to SRID, if possible.

Converts EPSG string to SRID, if possible.
sourceraw docstring

epsg-str?clj

source

get-nameclj

(get-name c)

Get the name of a coordinate reference system.

Get the name of a coordinate reference system.
sourceraw docstring

get-source-crsclj

(get-source-crs t)

Get the source coordinate reference system of a transform.

Get the source coordinate reference system of a transform.
sourceraw docstring

get-target-crsclj

(get-target-crs t)

Get the source coordinate reference system of a transform.

Get the source coordinate reference system of a transform.
sourceraw docstring

includes?clj

(includes? string substring)
source

proj4-str?clj

(proj4-str? crs-str)

Check if input appears to be a proj4 string

Check if input appears to be a proj4 string
sourceraw docstring

srid->epsg-strclj

Convert an SRID integer to EPSG string.

Convert an SRID integer to EPSG string.
sourceraw docstring

starts-with?clj

(starts-with? string prefix)
source

Transformablecljprotocol

create-crsclj

(create-crs this)

Create a CRS system. If given an integer or long, assume it is an EPSG code. If given a valid CRS name or proj4 string, use that as the CRS identifier. If given a proj4j CoordinateReferenceSystem, return that.

Create a CRS system. If given an integer or long, assume it is an EPSG code.
If given a valid CRS name or proj4 string, use that as the CRS identifier.
If given a proj4j CoordinateReferenceSystem, return that.

get-sridclj

(get-srid this)

Attempt to get the SRID for a CRS identifier. If unable, return 0.

Attempt to get the SRID for a CRS identifier. If unable, return 0.
source

valid-crs-prefixesclj

source

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

× close