Skip to content

program hangs while calling geodesicDistanceOnWGS84 #75

@manasdebashiskar

Description

@manasdebashiskar

Hi Experts,
I have a classification program in spark that uses ESRI Geometry library. However my spark program hangs at this stage. Looking at stack dump it seems there is a set of points for which geodesicDistanceOnWGS84 hangs.

Is there such a pair of points for which I am expected to see such behavior?

Stack dump

java.lang.StrictMath.atan2(Native Method)
java.lang.Math.atan2(Math.java:499)
com.esri.core.geometry.GeoDist.geodesic_distance_ngs(GeoDist.java:388)
com.esri.core.geometry.SpatialReferenceImpl.geodesicDistanceOnWGS84Impl(SpatialReferenceImpl.java:233)
com.esri.core.geometry.GeometryEngine.geodesicDistanceOnWGS84(GeometryEngine.java:901)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions