cmr.opendap.geom.impl.esri
See the following links: * http://esri.github.io/geometry-api-java/javadoc/ * https://github.com/Esri/geometry-api-java/wiki
area
(area this)Returns area in m^2 units.
behaviour
Documentation forthcoming
create
(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.
intersection
(intersection this other)Documentation forthcoming