Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine Google应用程序引擎:Query.GeoRegion.Rectangle Intersection_Google App Engine_Intersection - Fatal编程技术网

Google app engine Google应用程序引擎:Query.GeoRegion.Rectangle Intersection

Google app engine Google应用程序引擎:Query.GeoRegion.Rectangle Intersection,google-app-engine,intersection,Google App Engine,Intersection,有人能推荐一种优雅、健壮的方法来查找两个com.google.appengine.api.datastore.Query.GeoRegion.Rectangle对象的交集吗?当前的想法是重新实现java.awt.geom.Rectangle2D.intersect()

有人能推荐一种优雅、健壮的方法来查找两个
com.google.appengine.api.datastore.Query.GeoRegion.Rectangle
对象的交集吗?当前的想法是重新实现
java.awt.geom.Rectangle2D.intersect()