Liking cljdoc? Tell your friends :D

cmr.exchange.geo.geom.impl.geographiclib

See the following:
* https://geographiclib.sourceforge.io/html/java/
* https://sourceforge.net/p/geographiclib/code/ci/release/tree/java/planimeter/src/main/java/Planimeter.java#l6
raw docstring

areaclj

(area this)

Returns area in m^2 units.

Returns area in m^2 units.
sourceraw docstring

behaviourclj

source

createclj

(create points)
(create points geodesic)
(create points geodesic polyline?)

Polygon points are provided in counter-clockwise order. The last point should match the first point to close the polygon. The values are listed comma separated in longitude latitude order, i.e.:

[lon1 lat1 lon2 lat2 lon3 lat3 ...]

Returns area in m^2 units.

Polygon points are provided in counter-clockwise order. The last point
should match the first point to close the polygon. The values are listed
comma separated in longitude latitude order, i.e.:

  [lon1 lat1 lon2 lat2 lon3 lat3 ...]

Returns area in m^2 units.
sourceraw docstring

default-geodesicclj

source

default-polyline?clj

source

intersectionclj

(intersection this other)
source

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

× close