Scala或Java的GeoPy等效于什么?

Scala或Java的GeoPy等效于什么?,scala,geolocation,geopy,Scala,Geolocation,Geopy,GeoPy是另一个实现的包装器吗?在哪里可以找到Scala或Java等效解决方案来测量两个坐标之间的距离?Geotools不能按我想要的方式工作。例如,我发现了一些坐标不收敛并返回错误的情况。在我过去的工作中,它是一个非常丰富的用于处理地理参考数据的库。如果您想在Scala中使用它,它不是很地道,但我知道它可能适合您的需要。在我过去的工作中,它是一个用于处理地理参考数据的非常丰富的库。如果您想在Scala中使用它,它不是很地道,但我知道它可能适合您的需要。在我过去的工作中,它是一个用于处理地理参

GeoPy是另一个实现的包装器吗?在哪里可以找到Scala或Java等效解决方案来测量两个坐标之间的距离?Geotools不能按我想要的方式工作。例如,我发现了一些坐标不收敛并返回错误的情况。

在我过去的工作中,它是一个非常丰富的用于处理地理参考数据的库。如果您想在Scala中使用它,它不是很地道,但我知道它可能适合您的需要。

在我过去的工作中,它是一个用于处理地理参考数据的非常丰富的库。如果您想在Scala中使用它,它不是很地道,但我知道它可能适合您的需要。

在我过去的工作中,它是一个用于处理地理参考数据的非常丰富的库。如果您想在Scala中使用它,它不是很地道,但我知道它可能适合您的需要。

在我过去的工作中,它是一个用于处理地理参考数据的非常丰富的库。如果您想在Scala中使用它,它不是很地道,但我知道它可能适合您的需要。

这个包(我写了这个)可以满足您的需要。 它在椭球体上进行各种测地线计算。解决方案 因为两点之间的距离总是收敛的。

这个包(我写了这个)会做你想做的。 它在椭球体上进行各种测地线计算。解决方案 因为两点之间的距离总是收敛的。

这个包(我写了这个)会做你想做的。 它在椭球体上进行各种测地线计算。解决方案 因为两点之间的距离总是收敛的。

这个包(我写了这个)会做你想做的。 它在椭球体上进行各种测地线计算。解决方案 因为两点之间的距离总是收敛的。

请看一看。我是为我的一个网站写的

//Kew, London
Coordinate lat = new DegreeCoordinate(51.4843774);
Coordinate lng = new DegreeCoordinate(-0.2912044);
Point kew = new Point(lat, lng);

//Richmond, London
lat = new DegreeCoordinate(51.4613418);
lng = new DegreeCoordinate(-0.3035466);
Point richmond = new Point(lat, lng);

double distance = EarthCalc.getDistance(richmond, kew); //in meters
double distance = EarthCalc.getHarvesineDistance(richmond, kew); //in meters
double distance = EarthCalc.getVincentyDistance(richmond, kew); //in meters
再看一看。我是为我的一个网站写的

//Kew, London
Coordinate lat = new DegreeCoordinate(51.4843774);
Coordinate lng = new DegreeCoordinate(-0.2912044);
Point kew = new Point(lat, lng);

//Richmond, London
lat = new DegreeCoordinate(51.4613418);
lng = new DegreeCoordinate(-0.3035466);
Point richmond = new Point(lat, lng);

double distance = EarthCalc.getDistance(richmond, kew); //in meters
double distance = EarthCalc.getHarvesineDistance(richmond, kew); //in meters
double distance = EarthCalc.getVincentyDistance(richmond, kew); //in meters
再看一看。我是为我的一个网站写的

//Kew, London
Coordinate lat = new DegreeCoordinate(51.4843774);
Coordinate lng = new DegreeCoordinate(-0.2912044);
Point kew = new Point(lat, lng);

//Richmond, London
lat = new DegreeCoordinate(51.4613418);
lng = new DegreeCoordinate(-0.3035466);
Point richmond = new Point(lat, lng);

double distance = EarthCalc.getDistance(richmond, kew); //in meters
double distance = EarthCalc.getHarvesineDistance(richmond, kew); //in meters
double distance = EarthCalc.getVincentyDistance(richmond, kew); //in meters
再看一看。我是为我的一个网站写的

//Kew, London
Coordinate lat = new DegreeCoordinate(51.4843774);
Coordinate lng = new DegreeCoordinate(-0.2912044);
Point kew = new Point(lat, lng);

//Richmond, London
lat = new DegreeCoordinate(51.4613418);
lng = new DegreeCoordinate(-0.3035466);
Point richmond = new Point(lat, lng);

double distance = EarthCalc.getDistance(richmond, kew); //in meters
double distance = EarthCalc.getHarvesineDistance(richmond, kew); //in meters
double distance = EarthCalc.getVincentyDistance(richmond, kew); //in meters

你能详细说明为什么GeoTools不做你想做的吗?这是一个容易解决的众所周知的问题。e、 g.你好,安特。我就我目前面临的不一致问题发表了另一篇文章。你能看一下让我知道你的想法吗?你能详细说明为什么GeoTools不做你想做的吗?这是一个容易解决的众所周知的问题。e、 g.你好,安特。我就我目前面临的不一致问题发表了另一篇文章。你能看一下让我知道你的想法吗?你能详细说明为什么GeoTools不做你想做的吗?这是一个容易解决的众所周知的问题。e、 g.你好,安特。我就我目前面临的不一致问题发表了另一篇文章。你能看一下让我知道你的想法吗?你能详细说明为什么GeoTools不做你想做的吗?这是一个容易解决的众所周知的问题。e、 g.你好,安特。我就我目前面临的不一致问题发表了另一篇文章。你能看一下让我知道你的想法吗?