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 31126879d2 Retrofit `GroupAsPolylineOperation` together with all other
feature operations. It required a generalization for working on attributes as
well as associations.
new 3d84f4f38a More conservative handling of nested operations in
`GroupAsPolylineOperation`.
new d6577877ca Provide a way to tell whether an expression is a volatile
function. This is internal API for now; we have not yet determined where would
be a public API.
The 2 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:
.../sis/feature/GroupAsPolylineOperation.java | 24 +++---
.../java/org/apache/sis/feature/LinkOperation.java | 2 +-
.../org/apache/sis/filter/AssociationValue.java | 9 +++
.../org/apache/sis/filter/ConvertFunction.java | 10 +++
.../java/org/apache/sis/filter/LeafExpression.java | 18 +++++
.../java/org/apache/sis/filter/Optimization.java | 41 ++++++++++
.../java/org/apache/sis/filter/UnaryFunction.java | 11 +++
.../sis/internal/coverage/j2d/ObservableImage.java | 2 +-
.../sis/internal/feature/FeatureExpression.java | 15 +++-
.../java/org/apache/sis/internal/filter/Node.java | 88 ++++++++++++++++++++++
.../apache/sis/feature/FeatureOperationsTest.java | 2 +-
.../sis/feature/GroupAsPolylineOperationTest.java | 71 +++++++++++++++++
.../org/apache/sis/filter/LogicalFilterTest.java | 26 +++++++
.../apache/sis/test/suite/FeatureTestSuite.java | 1 +
.../java/org/apache/sis/math/FunctionProperty.java | 12 ++-
15 files changed, 315 insertions(+), 17 deletions(-)
create mode 100644
core/sis-feature/src/test/java/org/apache/sis/feature/GroupAsPolylineOperationTest.java