提交 0dae0b0b authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting.

上级 73a69194
......@@ -182,7 +182,9 @@ public class IndexCursor implements Cursor {
if (row == null) {
row = table.getTemplateRow();
} else if (row.getValue(columnId) != null) {
// the union of the two envelopes
// if an object needs to overlap with both a and b,
// then it needs to overlap with the the union of a and b
// (not the intersection)
ValueGeometry vg = (ValueGeometry) row.getValue(columnId).convertTo(Value.GEOMETRY);
v = ((ValueGeometry) v.convertTo(Value.GEOMETRY)).getEnvelopeUnion(vg);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论