Liking cljdoc? Tell your friends :D

cmr.exchange.geo.geom.impl.jts

See the following:
* http://www.tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/Geometry.html
raw docstring

areaclj

(area this)

Returns area in m^2 units.

Returns area in m^2 units.
sourceraw docstring

behaviourclj

source

bounding-boxclj

(bounding-box this)
source

cartesian->wgs84clj

(cartesian->wgs84 this)
source

cartesian->wgs84-xformclj

source

cartesian-sridclj

source

createclj

(create 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 ...]

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 ...]
sourceraw docstring

empty?clj

(empty? this)
source

intersectionclj

(intersection this other)
source

intersects?clj

(intersects? this other)
source

point-countclj

(point-count this)
source

pointsclj

(points this)
source

reverseclj

(reverse this)
source

sridsclj

source

valid?clj

(valid? this)
source

wgs84->cartesianclj

(wgs84->cartesian this)
source

wgs84->cartesian-xformclj

source

wgs84-sridclj

source

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

× close