|
@@ -21,6 +21,9 @@ public interface AnalyseUtilsDBMapper {
|
|
|
|
|
|
List<String> intersectsTables(@Param("tableNameA") String tableNameA, @Param("tableNameB") String tableNameB, @Param("tableIdsB") List<String> tableIdsB);
|
|
|
|
|
|
+
|
|
|
+ String intersectionEwkt(@Param("ewktA") String ewktA, @Param("ewktB") String ewktB);
|
|
|
+
|
|
|
/**
|
|
|
* 计算wkt包含table中的数据,返回table id
|
|
|
*
|
|
@@ -41,6 +44,7 @@ public interface AnalyseUtilsDBMapper {
|
|
|
*/
|
|
|
List<String> containsTables(@Param("tableNameA") String tableNameA, @Param("tableNameB") String tableNameB, @Param("tableIdsB") List<String> tableIdsB);
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* 计算wkt距离范围内table中的数据,返回table id
|
|
|
*
|