gpt4 book ai didi

java - 从 geotools Filter 对象恢复或重建 CQL 字符串

转载 作者:行者123 更新时间:2023-12-02 13:39:32 25 4
gpt4 key购买 nike

我想知道是否有一种方法可以恢复或重建用于创建 Filter 对象的 CQL 字符串,以便可以使用它再次创建相同的过滤器。即

Filter filter = ECQL.toFilter("name = 'bob'");
String ecqlString = /* Some code that gets the "name = 'bob'" string back with quotations preserved*/
Filter filter2 = ECQL.toFilter(ecqlString);

toString() 方法删除了所有引用,我无法找到一种方法来识别天气表达式最初是使用访问者的字符串或数字。有办法做到这一点吗?

最佳答案

您正在寻找函数 ECQL.toCQL(Filter)。

请注意,GeoTools Filter 对象可以有一些字符串表示形式。

关于java - 从 geotools Filter 对象恢复或重建 CQL 字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42813586/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com