geometry-api-java icon indicating copy to clipboard operation
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...

Results 48 geometry-api-java issues
Sort by recently updated
recently updated
newest added

The OGCGeometry buffer method returns a polygon for a point with a total of 97 coordinates, which allows us to have a very well defined polygon. In some solutions, it...

fixed_to_verify

Hi, we (@WenJJ2000 @karlsb @burcukilic @muchembledMartin @LinusWallin) are a group of university students who would like to be assigned this issue. We have worked on the issue and here is...

I've been using the project https://github.com/EchoParkLabs/geometry-api-cs which seems to be derived from here. I ran into the error _GeometryException: internal error_ in a specific case. The error occurs from running...

cannot reproduce

I have a polygon in wgs84. If I use the method polygon.calculateArea2D(), the result is in angular units (according to the [documentation](https://esri.github.io/geometry-api-java/javadoc/com/esri/core/geometry/MultiPath.html#calculateArea2D--)). Naturally I would like to have the results...

I have an esrijson and when converting it to geojson, I found that the geometry returned by createGeometryByGeoJson is empty. Is there any other way to convert it to geojson?...

Why is the following code not a point but a line: SpatialReference s = SpatialReference.create(4450); Polyline lineA = new Polyline(); lineA.startPath(new Point(352908.85 , 3422574.91)); lineA.lineTo(new Point(352910.00, 3422580.00)); Polyline lineB =...