Sergey Tolstov
Sergey Tolstov
@ramunask The master branch is tagged when released. Check here https://github.com/Esri/geometry-api-java/releases
See also #82. There is a difference in jar size depending on version of maven and Java, and for Ant. Ant with build.xml makes the smallest jar.
Try this sample instead: https://github.com/Esri/samples-geometry-api-java/blob/master/ShapefileGeometryCursor/src/main/java/com/esri/core/geometry/examples/ShapefileGeometryCursor.java
@sebastianfrey I tried your data and it read 16 polygons. The GeometryCursor.next() has to return null when there are no more geometries to read. ``` { File file = new...
@snodnipper Thank you for comments. This project is a pure java code all the way, while the Android SDK is not anymore. Even if API signatures still match, a conversion...
@snodnipper It is generally the case that geometries share spatial reference inside datasets. Having spatial reference on geometry require to carry an extra pointer on each point. In addition a...
@Guy312 Could you provide a complete repro case with a geojson string? See TestImportExport.testImportGeoJsonMultiPolygon() for polygons with Zs.
Thank you for the PR. It is not obvious to me, what kind of issue this is causing and what you are trying to resolve. Could you clarify?
@Taher-Ghaleb Thank you for the explanation. According to the build history on travis, the builds are a little over 4 minutes. I've added a lot of code here and never...
Actually when I built it on my machine with maven install, it made a 712 kb jar. Still larger than 571 but smaller than 850. @climbage