我正在尝试PropertyFactory.iconImage
为我的图层对象定义方法的值。返回值PropertyValue<String>
应该使用 Feature 中的某个字段来定义它的值。
结果可能如下所示:
PropertyFactory.iconImage(Expression.step(Expression.get("myfield"),"mydefaultValue", Expression.Stop.stop("case1", "valueForCase1"), Expression.Stop.stop("case2", "valueForCase2"));
不幸的是,到目前为止我还没有找到类似的解决方案。