Liking cljdoc? Tell your friends :D

cmr.exchange.geo.geom.impl.esri

See the following links:
* http://esri.github.io/geometry-api-java/javadoc/
* https://github.com/Esri/geometry-api-java/wiki
raw docstring

areaclj

(area this)

Returns area in m^2 units.

Returns area in m^2 units.
sourceraw docstring

behaviourclj

source

createclj

(create [first-lat first-lon & points])

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

intersectionclj

(intersection this other)
source

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

× close