问题标签 [boundbox]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
135 浏览

android - BoundBox 无法生成类

我做了一个简单的项目来测试BoundBox。我正在使用 Android Studio 结构是默认的:

这是我的build.gradle

测试类也很简单:

问题是当我添加注释时,类不会像 BoundBox' wiki 中所说的那样自动生成。所以我试图运行gradlew compileTest生成类并得到一个错误:

我错过了什么吗?

0 投票
0 回答
24 浏览

android - AndroidStudio 和 BoundBox 的错误

BoundBox 在我的 android 项目中与 gradle 一起工作正常 - 只是 AndroidStudio 没有拾取生成的类。有没有办法让它们一起玩得很好,以便 AndroidStudio 知道 BoundBoxOf* 类?

0 投票
1 回答
605 浏览

java - MongoDb 多边形搜索查询不返回任何结果

我在 MongoDB 中遇到关于多边形搜索的问题。

我有一个文档结构,例如:

我在“data.loc”上有一个二维索引。

我在java代码中的查询是:

调试器告诉我查询是例如

{ "data.loc" : { "$geoWithin" : { "$geometry" : { "type" : "Polygon" , "coordinates" : [ [ [ 48.240553 , 16.451597] , [ 48.162751 , 16.451597] , [ 48.162751 , 16.303968 ] , [ 48.240553 , 16.303968] , [ 48.240553 , 16.451597]]]}}}}

但是打字后

数据始终为空。

任何人都可以在我的方法中发现任何问题,或者是否有人有更好的方法?事实上,我想对我的数据库进行边界框搜索。

谢谢您的帮助!最好的问候丹尼尔