geometry-api-java
geometry-api-java copied to clipboard
The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solu...
Hello, I am trying to make a path inside a polygon as you can see in the attached image  The polygon is the blue rectangle and the blue circle...
Hello, I am wondering if there is any example on how to perform polygon offsetting. I have a double[][] array with the polygon vertices points in clockwise order and I...
Hello Esri team and wider contributing group. Both of the classes mentioned in the issue title have overrides to the default asGeoJson method implemented in OGCGeometry. On calling `op.execute` for...
Expected: non-empty degenerate polygon. Actual: empty geometry. Is there a different way I should be calling the convex-hull operator? Relates [SF4H-181](https://github.com/Esri/spatial-framework-for-hadoop/pull/181). ```java private static class OnePointCursor extends GeometryCursor { private...
When to start support topojson
I'm trying to cut polyline using two points. I use getNearestCoordinate to cast them on polyline. Then I'm creating two cutters: ``` Polyline cutter1 = new Polyline(castedFirstPoint, castedFirstPoint); Polyline cutter2...
support custom tolerance
Would be interested to know why maven dependencies haven't been cached on Travis. Thank you.
Test major Java versions on Ubuntu, Windows and MacOS. Signed-off-by: Carl Dea
https://github.com/Esri/geometry-api-java/blob/a1af6612f4de7fc1baee1c331c335f154a4a96c9/pom.xml#L112-L117 Reference source:https://github.com/FasterXML/jackson-core/issues/488