This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from f6509802be `MathTransforms.linear(MathTransform, DirectPosition)` and `tangent(…)` where duplicating functionality. Deprecate the former in favor of the latter. add 3704683e32 feat(FeatureQuery): add support for computed fields in query new 511ec7b89f Merge remote-tracking branch 'origin/feat/computed-fields' into geoapi-4.0. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/sis/feature/ExpressionOperation.java | 227 +++++++++++++++++++++ .../org/apache/sis/feature/FeatureOperations.java | 51 ++++- .../java/org/apache/sis/feature/LinkOperation.java | 2 +- .../sis/feature/builder/AttributeTypeBuilder.java | 1 + .../sis/internal/feature/FeatureExpression.java | 14 ++ .../java/org/apache/sis/storage/FeatureQuery.java | 135 ++++++++++-- .../org/apache/sis/storage/FeatureQueryTest.java | 63 +++++- 7 files changed, 473 insertions(+), 20 deletions(-) create mode 100644 core/sis-feature/src/main/java/org/apache/sis/feature/ExpressionOperation.java